jam-cli-bin
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 75%): Prebuilt binary downloaded from native.jam.dev, which is plausibly the project's own official distribution infrastructure (jam.dev is the vendor domain), with pinned sha256 checksums; the main concern is that it's a prebuilt executable from a versioned endpoint rather than a source build, but the host appears to be the vendor's own CDN rather than an unrelated swappable third-party host.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source=("jam-terms.html::https://jam.dev/legal/terms") -
PKGBUILD:16
source_x86_64=("$pkgname-$pkgver::https://native.jam.dev/download/linux/x64?version=$pkgver")
PKGBUILD
2 offending line(s) highlighted# Maintainer: Xavier Francisco <echo moc.liamg@ocsicnarf.n.reivax | rev>
pkgname=jam-cli-bin
pkgver=1.11.0
pkgrel=1
pkgdesc="CLI for reading and creating Jam bug reports (prebuilt binary)"
arch=('x86_64' 'aarch64')
url="https://jam.dev/docs/cli"
license=('LicenseRef-Jam-Terms')
depends=('glibc')
optdepends=('xdg-utils: browser-based authentication')
provides=('jam-cli')
conflicts=('jam' 'jam-cli')
options=('!debug' '!strip')
source=("jam-terms.html::https://jam.dev/legal/terms")
source_x86_64=("$pkgname-$pkgver::https://native.jam.dev/download/linux/x64?version=$pkgver")
source_aarch64=("$pkgname-$pkgver::https://native.jam.dev/download/linux/arm64?version=$pkgver")
sha256sums=('3653db64c7b32a2ba8fe73ea11bd1aeffa12aac706bf234cb202b129f088799b')
sha256sums_x86_64=('2e3da24ee4601d1c466eb77247cb9783cfc98011fd9f345dc1d355828362bd28')
sha256sums_aarch64=('c461c21460090e20bacac2c773bca5dedb5e29a3d6faad7f84699749f272663c')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/jam"
install -Dm644 jam-terms.html "$pkgdir/usr/share/licenses/$pkgname/TERMS.html"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 11:40:39 | LOW | 3 |
| 2026-07-28 11:38:42 | MEDIUM | 3 |