z81
The package downloads ROMs and a small program from non-whitelisted but plausible project-related hosts; these are data files for an emulator, not executed code, and pose minimal supply-chain risk.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads ROMs and a small program from non-whitelisted but plausible project-related hosts; these are data files for an emulator, not executed code, and pose minimal supply-chain risk.
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:14
source=("ftp://ftp.ibiblio.org/pub/Linux/system/emulators/zx/${pkgname}-${pkgver}.tar.gz" -
PKGBUILD:15
"ftp://ftp.nvg.ntnu.no/pub/sinclair/roms/zx80.rom"
PKGBUILD
2 offending line(s) highlighted## Maintainer's note:
## The 'mouse.p' is a small ZX81 program I wrote in 1983. See 'mouse.txt' for details.
# Maintainer: Jouni Rinne <l33tmmx at gmail dot com>
pkgname=z81
pkgver=2.1
pkgrel=1
pkgdesc="Sinclair ZX80/ZX81 emulator"
arch=('x86_64' 'armv6h' 'armv7h')
url="http://www.svgalib.org/rus/z81.html"
license=('GPL2')
depends=('libxext')
optdepends=('alsa-oss: sound support')
source=("ftp://ftp.ibiblio.org/pub/Linux/system/emulators/zx/${pkgname}-${pkgver}.tar.gz"
"ftp://ftp.nvg.ntnu.no/pub/sinclair/roms/zx80.rom"
"ftp://ftp.nvg.ntnu.no/pub/sinclair/roms/zx81.rom"
"Makefile.patch"
"mouse.p"
"mouse.txt")
noextract=('zx80.rom' 'zx81.rom')
sha256sums=('212a824a4af9ec345b77085af98c266d4e993ccdf2152eb74c1037d28efa1984'
'9374711cb6a5fd53c1c98d1d20ecb444d01d621a322f3d066ef216d515ac5161'
'14ad84f4243efcd41587ff46ab932d11087043e8d455a1ed2a227b9657828dfa'
'01176ad810fc84c959469ff6b1cdb27064cfed6fb8bcddb4ba0e3827a7a917e3'
'9bcea64e347b6841d3c4c1c2d6dadb93306ece65d5d88550da162a636cee20e6'
'51da6a8dc7d4a9dd30f0cef0ea8bebfe1d31c8857f9bfce8a5d18940d7df14cd')
prepare() {
cd ${pkgname}-${pkgver}
cp ../*.rom .
patch -p0 -i ../Makefile.patch
}
build() {
cd ${pkgname}-${pkgver}
make xz81 zx81get
}
package() {
cd ${pkgname}-${pkgver}
make PREFIX=${pkgdir}/usr install
mkdir -p ${pkgdir}/usr/share/doc/z81
chmod 644 {README,GAMENOTES}
cp {README,GAMENOTES} ${pkgdir}/usr/share/doc/z81/
mkdir -p ${pkgdir}/usr/share/z81/games
chmod 644 games-etc/*
cp games-etc/{*.p,*.txt} ${pkgdir}/usr/share/z81/games/
cp ../mouse.{p,txt} ${pkgdir}/usr/share/z81/games/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |