z81
maintainer cyberpunkrocker
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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
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
1
## Maintainer's note:
2
## The 'mouse.p' is a small ZX81 program I wrote in 1983. See 'mouse.txt' for details.
3
4
# Maintainer: Jouni Rinne <l33tmmx at gmail dot com>
5
pkgname=z81
6
pkgver=2.1
7
pkgrel=1
8
pkgdesc="Sinclair ZX80/ZX81 emulator"
9
arch=('x86_64' 'armv6h' 'armv7h')
10
url="http://www.svgalib.org/rus/z81.html"
11
license=('GPL2')
12
depends=('libxext')
13
optdepends=('alsa-oss: sound support')
14
source=("ftp://ftp.ibiblio.org/pub/Linux/system/emulators/zx/${pkgname}-${pkgver}.tar.gz"
15
"ftp://ftp.nvg.ntnu.no/pub/sinclair/roms/zx80.rom"
16
"ftp://ftp.nvg.ntnu.no/pub/sinclair/roms/zx81.rom"
17
"Makefile.patch"
18
"mouse.p"
19
"mouse.txt")
20
noextract=('zx80.rom' 'zx81.rom')
21
sha256sums=('212a824a4af9ec345b77085af98c266d4e993ccdf2152eb74c1037d28efa1984'
22
'9374711cb6a5fd53c1c98d1d20ecb444d01d621a322f3d066ef216d515ac5161'
23
'14ad84f4243efcd41587ff46ab932d11087043e8d455a1ed2a227b9657828dfa'
24
'01176ad810fc84c959469ff6b1cdb27064cfed6fb8bcddb4ba0e3827a7a917e3'
25
'9bcea64e347b6841d3c4c1c2d6dadb93306ece65d5d88550da162a636cee20e6'
26
'51da6a8dc7d4a9dd30f0cef0ea8bebfe1d31c8857f9bfce8a5d18940d7df14cd')
27
28
prepare() {
29
cd ${pkgname}-${pkgver}
30
cp ../*.rom .
31
patch -p0 -i ../Makefile.patch
32
}
33
34
build() {
35
cd ${pkgname}-${pkgver}
36
make xz81 zx81get
37
}
38
39
package() {
40
cd ${pkgname}-${pkgver}
41
make PREFIX=${pkgdir}/usr install
42
mkdir -p ${pkgdir}/usr/share/doc/z81
43
chmod 644 {README,GAMENOTES}
44
cp {README,GAMENOTES} ${pkgdir}/usr/share/doc/z81/
45
mkdir -p ${pkgdir}/usr/share/z81/games
46
chmod 644 games-etc/*
47
cp games-etc/{*.p,*.txt} ${pkgdir}/usr/share/z81/games/
48
cp ../mouse.{p,txt} ${pkgdir}/usr/share/z81/games/
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |