ttf-zelda
maintainer kageurufu
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads font files from a non-whitelisted but plausibly project-owned domain (zeldauniverse.net), which is used for fan-made Zelda content; the worst case of a swapped source is limited to tampered font data, not code execution, making it 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 package downloads font files from a non-whitelisted but plausibly project-owned domain (zeldauniverse.net), which is used for fan-made Zelda content; the worst case of a swapped source is limited to tampered font data, not code execution, making it 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:25
"http://www.zeldauniverse.net/wp-content/uploads/2012/01/skyward_sword_ancient_hylian___font_by_sarinilli-d4l1t18.zip" -
PKGBUILD:27
"https://zeldauniverse.net/wp-content/uploads/2014/01/HyliaSerif-v0.009.zip"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Franklyn Tackitt <franklyn@tackitt.net>
2
pkgname=ttf-zelda
3
pkgver=1.1
4
pkgrel=2
5
pkgdesc="A collection of fonts from the Legend of Zelda universe"
6
arch=('any')
7
url="http://www.zeldauniverse.net/media/fonts/"
8
provides=('ttf-font')
9
license=('GPL')
10
noextract=()
11
12
_source_base_url=http://www.zeldauniverse.net/media-files/typography/
13
source=("${_source_base_url}Triforce.ttf"
14
"${_source_base_url}HylianSymbols.ttf"
15
"${_source_base_url}Pretendo.ttf"
16
"${_source_base_url}ContinuumRegular.ttf"
17
"${_source_base_url}Gamecuben.ttf"
18
"${_source_base_url}Ravenna.ttf"
19
"${_source_base_url}AncientHylian.otf"
20
"${_source_base_url}AmericanUncDRegular.ttf"
21
"${_source_base_url}SherwoodRegular.ttf"
22
"${_source_base_url}Hylian64.ttf"
23
"${_source_base_url}ZeldaDXTTBRK.ttf"
24
"${_source_base_url}ReturnofGanon.ttf"
25
"http://www.zeldauniverse.net/wp-content/uploads/2012/01/skyward_sword_ancient_hylian___font_by_sarinilli-d4l1t18.zip"
26
"http://www.zeldauniverse.net/wp-content/uploads/2012/01/gerudo_typography___font___9_jan___12_minor_update_by_sarinilli-d4ln2mn.zip"
27
"https://zeldauniverse.net/wp-content/uploads/2014/01/HyliaSerif-v0.009.zip"
28
"https://zeldauniverse.net/wp-content/uploads/2014/01/Charlemagne.zip")
29
md5sums=('3cf0469a6f23aefd25032f8bbc3587e5'
30
'f6f44f2d7890f20ec62ecdae68c249f3'
31
'487390d5558cff7a17ce35d7d92a0540'
32
'ac5b280746e5eee7d336afd6f68ec437'
33
'd2639bbd2646a188110e8270ec817322'
34
'99f4b3cf2f8cad37b9463e3b1ff62a5f'
35
'd4d1dfbaec37f60aea2f94359fac262c'
36
'd3ecd5efc0b0583518b34e1ebe3f944f'
37
'11f9580820728d8dc9655421a95f026a'
38
'09559edd2f5b684a8587b094d7a95f1d'
39
'630456bff8d3c11ea4511ef8b7184ae3'
40
'3c27910b481c2d2f780ce08ab2532038'
41
'7354ad6c714b905caec1cf1d7b6301c4'
42
'bcad6b509e3fab3a5f9ec471dc3faf6b'
43
'6e1c9c08f72a51f5c36f590863676520'
44
'b194178d07e97dd558660e4f20f40202')
45
46
47
package() {
48
cd "$srcdir"
49
50
rm -r "__MACOSX"
51
52
mkdir -p "$pkgdir/usr/share/fonts/TTF/"
53
find . -iname \*.ttf -exec install -Dm644 "{}" "$pkgdir/usr/share/fonts/TTF/" \;
54
find . -iname \*.otf -exec install -Dm644 "{}" "$pkgdir/usr/share/fonts/TTF/" \;
55
}
56
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |