msxadvance
maintainer Sterophonick
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a binary ZIP from a non-whitelisted but plausibly project-related host (Zophar's Domain, a known retro gaming archive); it installs static data and a Windows executable meant to be run under Wine, with no evidence of malicious or obfuscated code execution.
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 a binary ZIP from a non-whitelisted but plausibly project-related host (Zophar's Domain, a known retro gaming archive); it installs static data and a Windows executable meant to be run under Wine, with no evidence of malicious or obfuscated code execution.
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:9
source=(https://www.zophar.net/fileuploads/2/16423qstzl/MSXAdvance04Bin.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sterophonick
2
pkgname=msxadvance
3
_pkgname='msxadvance'
4
pkgver=0.4
5
pkgrel=1
6
pkgdesc='MSXAdvance ROM Builder'
7
arch=(x86_64 i686)
8
depends=('wine' 'winetricks')
9
source=(https://www.zophar.net/fileuploads/2/16423qstzl/MSXAdvance04Bin.zip
10
msxadvance
11
msxadvance.desktop
12
msxadvance.png)
13
md5sums=('cdaa002e25c1967be341a4008b4b08cd'
14
'SKIP'
15
'SKIP'
16
'SKIP')
17
options=(!debug !strip)
18
19
package() {
20
install -Dm755 msxadvance $pkgdir/usr/bin/msxadvance
21
install -Dm644 msxadvance.desktop $pkgdir/usr/share/applications/msxadvance.desktop
22
install -Dm644 msxadvance.png $pkgdir/usr/share/pixmaps/msxadvance.png
23
24
mkdir -p $pkgdir/usr/share/msxadvance
25
26
cp -r $srcdir/Formats.txt $pkgdir/usr/share/msxadvance
27
cp -r $srcdir/MSXAdvance.exe $pkgdir/usr/share/msxadvance
28
cp -r $srcdir/gamelist.txt $pkgdir/usr/share/msxadvance
29
cp -r $srcdir/history.txt $pkgdir/usr/share/msxadvance
30
cp -r $srcdir/readme.txt $pkgdir/usr/share/msxadvance
31
cp -r $srcdir/msxadva.gba $pkgdir/usr/share/msxadvance
32
cp -r $srcdir/msxsplash.raw $pkgdir/usr/share/msxadvance
33
34
chmod -R 777 $pkgdir/usr/share/msxadvance
35
}
36
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 |