otf-wargames-terminal
LOW
maintainer ogarcia
0 votes
base
wargames-terminal
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads font files from a non-whitelisted host, but fonts are non-executable data; the worst case is cosmetic tampering, not code execution.
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 90%): The package downloads font files from a non-whitelisted host, but fonts are non-executable data; the worst case is cosmetic tampering, not code execution.
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:11
source=("${pkgname}-${pkgver}.zip::https://mw.rat.bz/wgterm/WarGames%20Terminal%20Fonts.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
2
3
pkgbase=wargames-terminal
4
pkgname=(otf-wargames-terminal ttf-wargames-terminal)
5
pkgver=1.0
6
pkgrel=1
7
pkgdesc='Terminal fonts from WarGames movie'
8
arch=('any')
9
url='https://mw.rat.bz/wgterm/'
10
license=('CC-BY-NC-SA-4.0')
11
source=("${pkgname}-${pkgver}.zip::https://mw.rat.bz/wgterm/WarGames%20Terminal%20Fonts.zip")
12
b2sums=('45bd63b01da7e6447199d34893f69692e1163cb278da83633986bf997471ba47a477717d952cf27afa330e9f089a9b04dc49f7d0ae4bff233ddc8b1ab3edfd88')
13
14
prepare() {
15
# Replace spaces with hyphens in filenames
16
for file in *{otf,ttf}; do
17
mv "${file}" "${file// /-}"
18
done
19
}
20
21
package_otf-wargames-terminal() {
22
install -dm755 ${pkgdir}/usr/share/fonts/OTF/
23
install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF/
24
}
25
26
package_ttf-wargames-terminal() {
27
install -dm755 ${pkgdir}/usr/share/fonts/TTF/
28
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
29
}
30
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 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 |