ttf-munro
maintainer mvlassis
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads font files and a license from a non-whitelisted host, but fonts are static data assets that are not executable; the worst case of a malicious swap would be limited to data 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 95%): The package downloads font files and a license from a non-whitelisted host, but fonts are static data assets that are not executable; the worst case of a malicious swap would be limited to data 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:9
source=("https://www.wfonts.com/download/data/2016/05/03/munro/munro.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Manos Vlassis <aur@mvlassis.com>
2
pkgname=ttf-munro
3
pkgver=1.0
4
pkgrel=1
5
pkgdesc="A sans-serif pixel font by Ted by Twenty"
6
arch=('any')
7
url="http://www.tenbytwenty.com/#munro"
8
license=('OFL-1.1')
9
source=("https://www.wfonts.com/download/data/2016/05/03/munro/munro.zip"
10
"https://www.wfonts.com/download/data/2016/05/04/munro-narrow/munro-narrow.zip"
11
"https://www.wfonts.com/download/data/2015/03/10/munro-small/munro-small.zip"
12
"https://raw.githubusercontent.com/mvlassis/ttf-munro/main/OFL.txt")
13
sha256sums=("ea8124a3144c62eecf7ce5cfc30c80bb00047e4e4a63b85a705ec69161e4b2b8"
14
"64478c333e1b5eb9b2d772958e6815db6ab16122f23bd0049c0b8e549d342f23"
15
"e30ba8373cf4c5d6d14df353f63800e4bfd13707542c846240e77971de2479b9"
16
"abafdb1faeb8bf1f5704f8ac476c731f28360b90686991d7dac71676ee3b657f")
17
18
package() {
19
install -dm 755 "${pkgdir}/usr/share/fonts/TTF"
20
21
bsdtar -xf "munro.zip"
22
install -m 644 "munro.ttf" "${pkgdir}/usr/share/fonts/TTF/"
23
24
bsdtar -xf "munro-narrow.zip"
25
install -m 644 "munro_narrow.ttf" "${pkgdir}/usr/share/fonts/TTF/"
26
27
bsdtar -xf "munro-small.zip" -C "${srcdir}"
28
install -m 644 "munro_small.ttf" "${pkgdir}/usr/share/fonts/TTF/"
29
30
install -Dm 644 "OFL.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
31
}
32
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 |