zelda-classic

maintainer carstene1ns · 12 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official domain (zeldaclassic.com) used to build the package; downloading from a non-whitelisted but official project host is normal for AUR packages and poses low risk.

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 source is a tarball from the project's official domain (zeldaclassic.com) used to build the package; downloading from a non-whitelisted but official project host is normal for AUR packages and poses low risk.

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 source=("$pkgname-2-50-2-linux.tar.gz::https://www.zeldaclassic.com/download/100/"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu >
2# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
3
4pkgname=zelda-classic
5pkgver=2.50.2.29
6pkgrel=2
7pkgdesc="A tribute to Nintendo's The Legend of Zelda (NES)"
8arch=('i686' 'x86_64')
9url="http://zeldaclassic.com"
10license=('GPL3' 'custom')
11depends_i686=('libxxf86vm' 'libxcursor' 'alsa-lib' 'bash')
12depends_x86_64=('lib32-libxxf86vm' 'lib32-libxcursor' 'lib32-alsa-lib' 'bash')
13optdepends_i686=('gtk-engine-murrine: needed for the gtk2-launcher')
14optdepends_x86_64=('lib32-gtk-engine-murrine: needed for the gtk2-launcher')
15install=$pkgname.install
16source=("$pkgname-2-50-2-linux.tar.gz::https://www.zeldaclassic.com/download/100/"
17 "$pkgname.png"
18 "$pkgname-zlaunch.png"
19 "$pkgname-zquest.png"
20 "$pkgname.desktop"
21 "$pkgname-zlaunch.desktop"
22 "$pkgname-zquest.desktop"
23 "$pkgname.sh")
24sha256sums=('44e105415b1b1d5ca5c625907cf6fc2ce835ddaf9b70a6ace4cd0febe1ae4ed0'
25 'bb4331ce9940c81edb95d3388f3e3cb459c1559df159d727b0302dd7dbbd82e1'
26 'bfc007209c30f8b752ad102e2f9e6a4cd4fc447dc306c2712db4f34a8ffb3b7e'
27 'e436cfa2303703037a800b298ad52f50af8e9e2d3e410e9298a6218761c9d088'
28 '23c4158bea70740a3685217dcb0e8cc1225425af437cfccf6d12c83de4743c8c'
29 '44e1c4f0a0bed46ce40cb7659863c797b47d1afcef99c86cc329d10898511c2f'
30 '72bc054a698e36b9a23e3907ac9112aab78b0424c71ba0c9a657cbe78886572c'
31 '7188389790cdc030316231103a76b0e692e4a546fed748d86f15f977907be684')
32options=('!strip')
33
34package() {
35 cd "Zelda Classic"
36
37 # create folders
38 install -d "$pkgdir"/{opt/$pkgname/samplesoundset,usr/{bin,share/doc/$pkgname}}
39
40 # install binaries + libraries
41 install -m755 {romview,zelda,zlaunch,zquest}-l "$pkgdir"/opt/$pkgname
42 install -m644 *.so "$pkgdir"/opt/$pkgname
43
44 # install data files
45 install -m644 samplesoundset/patches.dat "$pkgdir"/opt/$pkgname/samplesoundset
46 install -m644 *.{qst,dat,nsf} "$pkgdir"/opt/$pkgname
47
48 # install doc files
49 install -m644 *.{txt,zh} "$pkgdir"/usr/share/doc/$pkgname
50
51 # install launchers
52 install -m755 ../$pkgname.sh "$pkgdir"/usr/bin/$pkgname
53 ln -s $pkgname "$pkgdir"/usr/bin/$pkgname-zlaunch
54 ln -s $pkgname "$pkgdir"/usr/bin/$pkgname-zquest
55
56 # install icon and desktop files
57 for i in zelda-classic{,-zlaunch,-zquest}; do
58 install -Dm644 ../$i.png "$pkgdir"/usr/share/pixmaps/$i.png
59 install -Dm644 ../$i.desktop "$pkgdir"/usr/share/applications/$i.desktop
60 done
61
62 # install soundset licence
63 install -Dm644 samplesoundset/COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-soundset
64}
65

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion