bide
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-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |