zelda-3t-fr

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

The package downloads source code from a non-whitelisted but project-related host (zeldaroth.fr) for a fan-made Zelda game, builds it locally, and installs data and binaries; the worst case of a swapped source is limited to code execution within the game's scope, but no remote code execution or exfiltration is evident.

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 source code from a non-whitelisted but project-related host (zeldaroth.fr) for a fan-made Zelda game, builds it locally, and installs data and binaries; the worst case of a swapped source is limited to code execution within the game's scope, but no remote code execution or exfiltration is evident.

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:17 "http://www.zeldaroth.fr/fichier/3T/linux/Zelda3T-src-linux.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: FoolEcho <foolecho at gmail dot com>
2pkgname=zelda-3t-fr
3_name=zelda-3t
4pkgver=1.8
5pkgrel=6
6arch=('i686' 'x86_64')
7pkgdesc="Zelda: Time To Triumph (french version)"
8url="http://www.zeldaroth.fr/"
9license=('Unknown')
10depends=('sdl_gfx' 'sdl_mixer' 'sdl_image' 'xdg-utils' 'hicolor-icon-theme' 'timidity++')
11makedepends=(imagemagick)
12optdepends=('freepats-legacy: soundfont for timidity to be able to have music in game'
13 'soundfont-fluid: another soundfont for timidity to be able to have music in game if you prefer')
14install=${_name}.install
15changelog=ChangeLog
16source=(
17 "http://www.zeldaroth.fr/fichier/3T/linux/Zelda3T-src-linux.zip"
18 zelda-3t.desktop)
19md5sums=('f1d24ec72bff3413cfc1e835ef4703da'
20 'ab544512c46a87f6ef62ae6cdea794fc')
21
22prepare () {
23 cd $srcdir/Zelda3T-src-linux/
24
25 # Fix the Game so that it reads save files from $HOME/.zelda-3t
26 sed -i -e s~\"data/save/~string\(getenv\(\"HOME\"\)\)+\"/.$_name/~g Joueur.cpp
27 #save/restore volume settings and ranks
28 sed -i -e s#\"data/save/system.dat\"#\(string\(getenv\(\"HOME\"\)\)+\"/.$_name/system.dat\"\).c_str\(\)#g Keyboard.cpp
29 #remove saves from menu
30 sed -i -e s#\"data/save#string\(getenv\(\"HOME\"\)\)+\"/.$_name#g Keyboard.cpp
31 #grab rank from Zelda Return of the Hylian
32 sed -i -e s#Zelda\ Return\ of\ the\ Hylian/data/save#.zelda-roth#g Keyboard.cpp
33 #grab rank from Zelda Oni Link Begins
34 sed -i -e s#Zelda\ Oni\ Link\ Begins/data/save#.zelda-olb#g Keyboard.cpp
35
36 #Make the game treat /usr/share/$pkgname as its data directory
37 for i in *.cpp
38 do
39 sed -i -e s~data/~/usr/share/$pkgname/~g $i
40 done
41
42 # Create the directory $HOME/.zelda3t if it doesnt exist
43 sed -i -e s~'(NULL));'~'&\n\tif (system(\"stat $HOME/.'$_name' \&> /dev/null")) system (\"mkdir $HOME/.'$_name'\");'~ main.cpp
44
45 #Fix the preprocessor options (SDL.h not found)
46 sed -i -e "s#CFLAGS =#CFLAGS += -I/usr/include/SDL#g" Makefile
47 sed -i -e "s#LDFLAGS =#LDFLAGS +=#g" Makefile
48}
49
50build () {
51 cd $srcdir/Zelda3T-src-linux/
52 make
53}
54
55package () {
56
57 install -Dm644 $_name.desktop $pkgdir/usr/share/applications/$_name.desktop
58 cd $srcdir/Zelda3T-src-linux/
59
60 install -Dm755 Zelda3T $pkgdir/usr/bin/$_name
61
62 cd data
63 for i in {map,music,sound}/*
64 do
65 install -Dm644 $i $pkgdir/usr/share/$pkgname/$i
66 done
67
68 cd images
69 for i in */*
70 do
71 install -Dm644 $i $pkgdir/usr/share/$pkgname/images/$i
72 done
73 mkdir -p $pkgdir/usr/share/icons/hicolor/256x256/apps
74 convert logos/fond.png -resize 256x256\! $pkgdir/usr/share/icons/hicolor/256x256/apps/$_name.png
75}
76

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 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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