ttf-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
3pkgbase=wargames-terminal
4pkgname=(otf-wargames-terminal ttf-wargames-terminal)
5pkgver=1.0
6pkgrel=1
7pkgdesc='Terminal fonts from WarGames movie'
8arch=('any')
9url='https://mw.rat.bz/wgterm/'
10license=('CC-BY-NC-SA-4.0')
11source=("${pkgname}-${pkgver}.zip::https://mw.rat.bz/wgterm/WarGames%20Terminal%20Fonts.zip")
12b2sums=('45bd63b01da7e6447199d34893f69692e1163cb278da83633986bf997471ba47a477717d952cf27afa330e9f089a9b04dc49f7d0ae4bff233ddc8b1ab3edfd88')
13
14prepare() {
15 # Replace spaces with hyphens in filenames
16 for file in *{otf,ttf}; do
17 mv "${file}" "${file// /-}"
18 done
19}
20
21package_otf-wargames-terminal() {
22 install -dm755 ${pkgdir}/usr/share/fonts/OTF/
23 install -m644 *.otf ${pkgdir}/usr/share/fonts/OTF/
24}
25
26package_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)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