otf-wargames-terminal
maintainer ogarcia
· 0 votes
· base
wargames-terminal
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |