ttf-grazie-mille-var

LOW
maintainer furistar 0 votes scanned 2026-08-20 07:12:46.586583
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review downgraded a static finding 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)
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=("${font}.zip::https://fontesk.com/download/153112/")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: furistar <aur@mady.moe>
2
3font=grazie-mille
4pkgname=ttf-${font}-var
5pkgver=1.0.0
6pkgrel=1
7pkgdesc="A variable serif font based on the Lora typeface."
8arch=("any")
9url="https://fontesk.com/designer/michele-casanova"
10license=("custom:OFL")
11source=("${font}.zip::https://fontesk.com/download/153112/")
12sha256sums=("0e915ded79c94e6b8426dd787ec61f3c5a3310e6f2ec0ebd951736c9da57e50b")
13
14package() {
15 install -d ${pkgdir}/usr/share/fonts/TTF
16 install -Dm644 ${srcdir}/variable/GrazieMille.ttf ${pkgdir}/usr/share/fonts/TTF/
17 install -Dm644 ${srcdir}/variable/GrazieMille_it.ttf ${pkgdir}/usr/share/fonts/TTF/
18
19 install -Dm644 ${srcdir}/OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
20}
21

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 07:12:46 Low 3
2026-08-20 07:10:50 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion