otf-nimbus-mono
maintainer sonnewalth
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a font (non-executable data) from a non-whitelisted but reputable font hosting site; worst case is tampered font files with no code execution risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a font (non-executable data) from a non-whitelisted but reputable font hosting site; worst case is tampered font files with no code execution risk.
2 higher static findings 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
source=("https://www.fontsquirrel.com/fonts/download/nimbus-mono")
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: sonnewalth <thesecret1 at tutanota dot dee ee (as in 'deutsch')>
2
# Contributer: Jackson Baker Ryan <jackson.baker.ryan at gmail dot com>
3
4
pkgname=otf-nimbus-mono
5
pkgdesc="Nimbus Mono typeface - A serif, typewriter typeface"
6
pkgver=1.0
7
pkgrel=2
8
arch=('any')
9
license=('GPL-2.0-or-later')
10
source=("https://www.fontsquirrel.com/fonts/download/nimbus-mono")
11
sha256sums=('27d3136a1676ba828cc15a75fddbf0ca063381b6a44bc1f5e566a74b80fa8bc6')
12
13
package() {
14
cd $srcdir
15
for f in *.otf; do
16
install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/nimbus-mono" "$f"
17
done
18
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/license.txt" GNU\ General\ Public\ License.txt
19
}
20
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,11 +1,14 @@-# Maintainer: Jackson Baker Ryan <jackson.baker.ryan at gmail dot com>+# Maintainer: sonnewalth <thesecret1 at tutanota dot dee ee (as in 'deutsch')>+# Contributer: Jackson Baker Ryan <jackson.baker.ryan at gmail dot com> pkgname=otf-nimbus-mono pkgdesc="Nimbus Mono typeface - A serif, typewriter typeface" pkgver=1.0-pkgrel=1+pkgrel=2 arch=('any')-source=("https://www.fontsquirrel.com/fonts/download/nimbus-mono.zip")+license=('GPL-2.0-or-later')+source=("https://www.fontsquirrel.com/fonts/download/nimbus-mono")+sha256sums=('27d3136a1676ba828cc15a75fddbf0ca063381b6a44bc1f5e566a74b80fa8bc6') package() { cd $srcdirScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 00:14:10 | LOW | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 15:24:42 | MEDIUM | 2 |
| 2026-07-23 13:24:23 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |