superzsnes

LOW
maintainer MaddieMewmews 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project's official domain (zsnes.com), which is plausibly the project's own release infrastructure; building from official project sources is normal AUR packaging, even if the host is not whitelisted.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain (zsnes.com), which is plausibly the project's own release infrastructure; building from official project sources is normal AUR packaging, even if the host is not whitelisted.

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

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.300
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 '3f7d006d8bea9531878d6f3db0db8390cd7dd4bcde20c3439438ef8973e22c95')
23
24package() {
25
26 # create dirs
27 install -dm755 "$pkgdir/usr/bin"
28 install -dm777 "$pkgdir/opt/$_pkgname"
29
30 # install binaries
31 install -Dm777 "${_execname}.sh" "$pkgdir/usr/bin/$_execname"
32 install -Dm777 "$srcdir/UnityPlayer.so" "$pkgdir/opt/$_pkgname/"
33 install -Dm777 "$srcdir/${_execname}" "$pkgdir/opt/$_pkgname/${_execname}"
34 cp -r "$srcdir/${_execname}_Data" "$pkgdir/opt/$_pkgname/${_execname}_Data"
35
36 # install icon and .desktop
37 install -Dm644 "$pkgdir/opt/$_pkgname/${_execname}_Data/Resources/UnityPlayer.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
38 install -Dm644 "$srcdir/$_execname.desktop" "$pkgdir/usr/share/applications/$_execname.desktop"
39
40}
41

Changes since previous scan

--- PKGBUILD @ 2026-09-01 00:11
+++ PKGBUILD @ 2026-09-17 00:27
@@ -4,7 +4,7 @@
_pkgname=SuperZSNES
_execname=SUPERZSNES
pkgname=superzsnes
-pkgver=0.230
+pkgver=0.300
pkgrel=1
pkgdesc="A GPU-powered SNES Emulator developed in Unity"
arch=("x86_64")
@@ -19,8 +19,7 @@
)
sha256sums=('091fc53feea1ae09eb9cf22d1bc98b700dd5441b640586e3c0d75d663d377e43'
'420f11c4a717d11a955b5bc64238fbd5398c5aae3676d2b531de5da7a409ee27'
- '11601cf4e709a5a68b10c9d4887a89413acee4b28a813e8564f143c2b53a82c2'
-)
+ '3f7d006d8bea9531878d6f3db0db8390cd7dd4bcde20c3439438ef8973e22c95')
package() {

Scan history

Scanned at (UTC)SeverityRules
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 17:48:51 Medium 1
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 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