ttf-unifontex-mono
maintainer mrbcmorris
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a font file and a license from a GitHub repository; fonts are non-executable data, so even if the host is non-standard, the worst-case impact is 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 a font file and a license from a GitHub repository; fonts are non-executable data, so even if the host is non-standard, the worst-case impact is 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:10
"${pkgname}-${pkgver}-LICENSE::https://unifoundry.com/LICENSE.txt")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chris Morris <chris at lexforged dot com>
2
pkgname=ttf-unifontex-mono
3
pkgver=1.0
4
pkgrel=2
5
pkgdesc="An extended fork of GNU Unifont with a focus on high compatibility."
6
arch=(any)
7
url="https://github.com/stgiga/UnifontEX"
8
license=("GPL-2.0-with-font-exception, OFL-1.1")
9
source=("${pkgname}-${pkgver}.ttf::https://github.com/stgiga/UnifontEX/raw/hasMobileconfig/UnifontExMono.ttf"
10
"${pkgname}-${pkgver}-LICENSE::https://unifoundry.com/LICENSE.txt")
11
sha512sums=("d227b9bda8d1d2385e55b1ee940cb4ce8572bf797724cc63c946e669518b3bd19cc213251448f76dde8af32e59579ca8f4b5764129542d5698214f3af570d29b"
12
"f0a97c6f16ab1b6bb50e596b7c8c66648bfa1b701e639bc4d858e0b125d9da6e2bc6cbb247d3ca91f5b911148412275054d828fae0a29abd6a5a90eb721b72d2")
13
14
package() {
15
install -dm 755 "${pkgdir}/usr/share/fonts/TTF"
16
install -m 644 ${pkgname}-${pkgver}.ttf "$pkgdir/usr/share/fonts/TTF/UnifontExMono.ttf"
17
install -Dm644 ${pkgname}-${pkgver}-LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
18
}
19
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 |