bide
The source is a prebuilt JAR file downloaded from planet-casio.com (a French calculator community site), not from the official GitHub repository (github.com/Zezombye/BIDE). The JAR is executed at runtime by the user's JVM, making it effectively an executed binary from a third-party host. While planet-casio.com is a well-known community site for Casio calculator software and this appears to be a legitimate community distribution point for this tool, it is not the upstream's own release infrastructure. The sha256sum provides integrity checking against a known-good hash, which mitigates (but does not eliminate) the supply-chain risk of the host being compromised or the file being swapped. The risk is real but modest: a compromised planet-casio.com download could deliver a malicious JAR. This fits the medium category — an executed binary from an unofficial/non-primary host with integrity checking present.
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:14
"${pkgname}-${pkgver}.zip::https://www.planet-casio.com/Fr/logiciels/dl_logiciel.php?id=118&file=1"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source is a prebuilt JAR file downloaded from planet-casio.com (a French calculator community site), not from the official GitHub repository (github.com/Zezombye/BIDE). The JAR is executed at runtime by the user's JVM, making it effectively an executed binary from a third-party host. While planet-casio.com is a well-known community site for Casio calculator software and this appears to be a legitimate community distribution point for this tool, it is not the upstream's own release infrastructure. The sha256sum provides integrity checking against a known-good hash, which mitigates (but does not eliminate) the supply-chain risk of the host being compromised or the file being swapped. The risk is real but modest: a compromised planet-casio.com download could deliver a malicious JAR. This fits the medium category — an executed binary from an unofficial/non-primary host with integrity checking present.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Eragon <eragon at eragon dot re>
pkgname=bide
pkgver=4.4
pkgrel=5
pkgdesc="BIDE, Basic IDE by Zezombye"
arch=("any")
url="https://github.com/Zezombye/BIDE"
license=('GPL')
depends=("java-runtime=8")
makedepends=("unzip")
provides=("bide")
source=(
"${pkgname}-${pkgver}.zip::https://www.planet-casio.com/Fr/logiciels/dl_logiciel.php?id=118&file=1"
"bide.desktop")
sha256sums=(
'c1dab3f491405c4d395379e2042ad5eec4507bd50cedf39651cb71fb9a83ec65'
'3916d089e4aba7483e2a846dd3422b2d6dcd4d187d8b983c2e696d78f0814aaa')
build() {
unzip -o "${pkgname}-${pkgver}.zip"
unzip -o BIDE.jar
}
package() {
mkdir -p $pkgdir/opt/bide
cp BIDE.jar $pkgdir/opt/bide/bide.jar
cp images/BIDEicon.png $pkgdir/opt/bide/bide_icon.png
mkdir -p $pkgdir/usr/share/applications/
cp bide.desktop $pkgdir/usr/share/applications/bide.desktop
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |