bide

maintainer Eragon · 3 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

MEDIUM source=() URL on a non-standard host 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"
MEDIUM AI review 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
1# Maintainer: Eragon <eragon at eragon dot re>
2
3pkgname=bide
4pkgver=4.4
5pkgrel=5
6pkgdesc="BIDE, Basic IDE by Zezombye"
7arch=("any")
8url="https://github.com/Zezombye/BIDE"
9license=('GPL')
10depends=("java-runtime=8")
11makedepends=("unzip")
12provides=("bide")
13source=(
14 "${pkgname}-${pkgver}.zip::https://www.planet-casio.com/Fr/logiciels/dl_logiciel.php?id=118&file=1"
15 "bide.desktop")
16sha256sums=(
17 'c1dab3f491405c4d395379e2042ad5eec4507bd50cedf39651cb71fb9a83ec65'
18 '3916d089e4aba7483e2a846dd3422b2d6dcd4d187d8b983c2e696d78f0814aaa')
19
20build() {
21 unzip -o "${pkgname}-${pkgver}.zip"
22 unzip -o BIDE.jar
23}
24
25package() {
26 mkdir -p $pkgdir/opt/bide
27 cp BIDE.jar $pkgdir/opt/bide/bide.jar
28 cp images/BIDEicon.png $pkgdir/opt/bide/bide_icon.png
29 mkdir -p $pkgdir/usr/share/applications/
30 cp bide.desktop $pkgdir/usr/share/applications/bide.desktop
31}
32

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion