ttf-grazie-mille-var
Downloads a font ZIP from a non-whitelisted font distribution site (fontesk.com), but the payload is pure font data (TTF files) that is never executed; a checksum is provided, and the worst case of a swapped source is cosmetic/data tampering, not code execution.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a font ZIP from a non-whitelisted font distribution site (fontesk.com), but the payload is pure font data (TTF files) that is never executed; a checksum is provided, and the worst case of a swapped source is cosmetic/data tampering, not code execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
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=("${font}.zip::https://fontesk.com/download/153112/")
PKGBUILD
1 offending line(s) highlighted# Maintainer: furistar <aur@mady.moe>
font=grazie-mille
pkgname=ttf-${font}-var
pkgver=1.0.0
pkgrel=1
pkgdesc="A variable serif font based on the Lora typeface."
arch=("any")
url="https://fontesk.com/designer/michele-casanova"
license=("custom:OFL")
source=("${font}.zip::https://fontesk.com/download/153112/")
sha256sums=("0e915ded79c94e6b8426dd787ec61f3c5a3310e6f2ec0ebd951736c9da57e50b")
package() {
install -d ${pkgdir}/usr/share/fonts/TTF
install -Dm644 ${srcdir}/variable/GrazieMille.ttf ${pkgdir}/usr/share/fonts/TTF/
install -Dm644 ${srcdir}/variable/GrazieMille_it.ttf ${pkgdir}/usr/share/fonts/TTF/
install -Dm644 ${srcdir}/OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 07:12:46 | Low | 3 |
| 2026-08-20 07:10:50 | Medium | 2 |