superzsnes
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
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)
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# Maintainer: MaddieMewmews <maddie at mewmews dot gay>
# Contributor: TheTrueColonel <benjaminesims@gmail.com>
# Contributor: NicKoehler <grillinicolavocal at gmail dot com>
_pkgname=SuperZSNES
_execname=SUPERZSNES
pkgname=superzsnes
pkgver=0.300
pkgrel=1
pkgdesc="A GPU-powered SNES Emulator developed in Unity"
arch=("x86_64")
url="https://www.zsnes.com/"
install=$pkgname.install
license=('freeware-proprietary')
depends=("hidapi" "systemd-libs" "alsa-lib" "gtk3" "glib2" "libdecor")
source=(
"$_execname.sh"
"$_execname.desktop"
"https://www.zsnes.com/files/${_pkgname}_v${pkgver}.tar.gz"
)
sha256sums=('091fc53feea1ae09eb9cf22d1bc98b700dd5441b640586e3c0d75d663d377e43'
'420f11c4a717d11a955b5bc64238fbd5398c5aae3676d2b531de5da7a409ee27'
'3f7d006d8bea9531878d6f3db0db8390cd7dd4bcde20c3439438ef8973e22c95')
package() {
# create dirs
install -dm755 "$pkgdir/usr/bin"
install -dm777 "$pkgdir/opt/$_pkgname"
# install binaries
install -Dm777 "${_execname}.sh" "$pkgdir/usr/bin/$_execname"
install -Dm777 "$srcdir/UnityPlayer.so" "$pkgdir/opt/$_pkgname/"
install -Dm777 "$srcdir/${_execname}" "$pkgdir/opt/$_pkgname/${_execname}"
cp -r "$srcdir/${_execname}_Data" "$pkgdir/opt/$_pkgname/${_execname}_Data"
# install icon and .desktop
install -Dm644 "$pkgdir/opt/$_pkgname/${_execname}_Data/Resources/UnityPlayer.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
install -Dm644 "$srcdir/$_execname.desktop" "$pkgdir/usr/share/applications/$_execname.desktop"
}
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) | Severity | Rules |
|---|---|---|
| 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 |