superzsnes

maintainer MaddieMewmews · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a tarball from zsnes.com, a non-whitelisted and non-standard host for software distribution, containing prebuilt binaries (UnityPlayer.so, executable, data) that are installed and executed, creating a supply-chain risk if the host is compromised or the download is swapped.

Triggered rules

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:18 "https://www.zsnes.com/files/${_pkgname}_v${pkgver}.tar.gz"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a tarball from zsnes.com, a non-whitelisted and non-standard host for software distribution, containing prebuilt binaries (UnityPlayer.so, executable, data) that are installed and executed, creating a supply-chain risk if the host is compromised or the download is swapped.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: MaddieMewmews <maddie at mewmews dot gay>
2# Contributor: TheTrueColonel <benjaminesims@gmail.com>
3# Contributor: NicKoehler <grillinicolavocal at gmail dot com>
4_pkgname=SuperZSNES
5_execname=SUPERZSNES
6pkgname=superzsnes
7pkgver=0.230
8pkgrel=1
9pkgdesc="A GPU-powered SNES Emulator developed in Unity"
10arch=("x86_64")
11url="https://www.zsnes.com/"
12install=$pkgname.install
13license=('freeware-proprietary')
14depends=("hidapi" "systemd-libs" "alsa-lib" "gtk3" "glib2" "libdecor")
15source=(
16 "$_execname.sh"
17 "$_execname.desktop"
18 "https://www.zsnes.com/files/${_pkgname}_v${pkgver}.tar.gz"
19)
20sha256sums=('091fc53feea1ae09eb9cf22d1bc98b700dd5441b640586e3c0d75d663d377e43'
21 '420f11c4a717d11a955b5bc64238fbd5398c5aae3676d2b531de5da7a409ee27'
22 '11601cf4e709a5a68b10c9d4887a89413acee4b28a813e8564f143c2b53a82c2'
23)
24
25package() {
26
27 # create dirs
28 install -dm755 "$pkgdir/usr/bin"
29 install -dm777 "$pkgdir/opt/$_pkgname"
30
31 # install binaries
32 install -Dm777 "${_execname}.sh" "$pkgdir/usr/bin/$_execname"
33 install -Dm777 "$srcdir/UnityPlayer.so" "$pkgdir/opt/$_pkgname/"
34 install -Dm777 "$srcdir/${_execname}" "$pkgdir/opt/$_pkgname/${_execname}"
35 cp -r "$srcdir/${_execname}_Data" "$pkgdir/opt/$_pkgname/${_execname}_Data"
36
37 # install icon and .desktop
38 install -Dm644 "$pkgdir/opt/$_pkgname/${_execname}_Data/Resources/UnityPlayer.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
39 install -Dm644 "$srcdir/$_execname.desktop" "$pkgdir/usr/share/applications/$_execname.desktop"
40
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion