axpbox
maintainer ajacocks
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads two firmware binaries (vgabios and cl67srmrom.exe) from non-whitelisted but well-known and plausible project-related hosts; these are static data files used by the emulator, not executed code, and the source code of the main program is fetched from the official GitHub repository with a verified checksum.
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 two firmware binaries (vgabios and cl67srmrom.exe) from non-whitelisted but well-known and plausible project-related hosts; these are static data files used by the emulator, not executed code, and the source code of the main program is fetched from the official GitHub repository with a verified checksum.
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:16
"https://raymii.org/s/inc/downloads/es40-srmon/cl67srmrom.exe")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alexander Jacocks <alexander@redhat.com>
2
3
pkgname="axpbox"
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc="Alpha emulator"
7
arch=('i686' 'x86_64')
8
url="https://github.com/lenticularis39/axpbox"
9
license=('GPLv2')
10
depends=('libpcap' 'sdl2' 'openbsd-netcat')
11
makedepends=('cmake')
12
provides=("${pkgname%-*}")
13
conflicts=("${pkgname%-*}")
14
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v$pkgver.tar.gz"
15
"https://download-mirror.savannah.gnu.org/releases/vgabios/vgabios-0.6a.bin"
16
"https://raymii.org/s/inc/downloads/es40-srmon/cl67srmrom.exe")
17
sha256sums=('f48c2c0084c961b00aab27744b326c51e230d302cef0ad2714d833e3577a13a0'
18
'e656d080eb4b32417f56b51fce9f7ba8b60019998463f84f98b3f0cb41f36eb0'
19
'392546cd375a734883a48026d36f6f48e3b0fce636f6dd9ee190d49a042fc885')
20
21
build() {
22
cd "${pkgname}-${pkgver}"
23
cmake -E make_directory build
24
cd build
25
cmake .. -DCMAKE_C_COMPILER="clang" -DCMAKE_CXX_COMPILER="clang++" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Wall"
26
MAKEFLAGS=-j"$(nproc)" cmake --build . --config Release
27
}
28
29
check() {
30
cd "${pkgname}-${pkgver}"
31
test/run
32
}
33
34
package() {
35
echo "Entering directory $srcdir/${pkgname%-*}/build."
36
cd "$srcdir/${pkgname}-${pkgver}/build"
37
install -d "$pkgdir/usr/bin"
38
install axpbox "$pkgdir/usr/bin/axpbox"
39
40
echo "Entering directory $srcdir/${pkgname}-${pkgver}."
41
cd "$srcdir/${pkgname}-${pkgver}"
42
install -d "$pkgdir/usr/share/$pkgname"
43
install -d "$pkgdir/usr/share/$pkgname/rom"
44
install -D -t "$pkgdir/usr/share/$pkgname/rom" "$srcdir/cl67srmrom.exe"
45
install -D -t "$pkgdir/usr/share/$pkgname/rom" "$srcdir/vgabios-0.6a.bin"
46
install -d "$pkgdir/usr/share/doc/$pkgname"
47
install -D -t "$pkgdir/usr/share/doc/$pkgname" *.md
48
}
49
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 |