ttf-pt-serif

LOW
maintainer Drommer 8 votes base ttf-pt-public-pack scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads font files from the official Paratype API domain, which is plausibly the project's own infrastructure; fonts are non-executable data, so even with unverifiable checksums (SKIP), the risk 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 font files from the official Paratype API domain, which is plausibly the project's own infrastructure; fonts are non-executable data, so even with unverifiable checksums (SKIP), the risk 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:11 source=("ttf-pt-astra-sans.zip::https://api.paratype.com/api/download/ofl/pack/3759"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Serhii Starovoitov <drommer.94@gmail.com>
2
3pkgbase=ttf-pt-public-pack
4pkgname=('ttf-pt-astra-sans' 'ttf-pt-astra-serif' 'ttf-pt-mono' 'ttf-pt-root_ui' 'ttf-pt-sans' 'ttf-pt-serif')
5pkgver=2024.09.02
6pkgrel=2
7epoch=1
8arch=('any')
9url='https://www.paratype.com'
10license=('custom:OFL')
11source=("ttf-pt-astra-sans.zip::https://api.paratype.com/api/download/ofl/pack/3759"
12 "ttf-pt-astra-serif.zip::https://api.paratype.com/api/download/ofl/pack/3760"
13 "ttf-pt-mono.zip::https://api.paratype.com/api/download/ofl/pack/3763"
14 "ttf-pt-root_ui.zip::https://api.paratype.com/api/download/ofl/pack/3758"
15 "ttf-pt-sans.zip::https://api.paratype.com/api/download/ofl/pack/3762"
16 "ttf-pt-serif.zip::https://api.paratype.com/api/download/ofl/pack/3761")
17sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
18#DLAGENTS=('https::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u --referer https://www.paratype.com/ --user-agent Mozilla')
19
20package_ttf-pt-astra-sans() {
21 pkgdesc='A sans-serif font designed to be metrically equivalent to Times New Roman'
22 provides=('ttf-font' 'ttf-pt-astra-sans')
23 conflicts=('ttf-pt-astra-sans' 'ttf-astra-sans')
24 install -Dm644 $srcdir/PT/PT/PT-Astra-Sans/*.ttf -t $pkgdir/usr/share/fonts/paratype/pt-astra-sans
25 install -Dm644 $srcdir/OFL.txt -t $pkgdir/usr/share/licenses/${pkgname}
26}
27
28package_ttf-pt-astra-serif() {
29 pkgdesc='A serif font designed to be metrically equivalent to Times New Roman'
30 provides=('ttf-font' 'ttf-pt-astra-serif')
31 conflicts=('ttf-pt-astra-serif' 'ttf-astra-serif')
32 install -Dm644 $srcdir/PT/PT/PT-Astra-Serif/*.ttf -t $pkgdir/usr/share/fonts/paratype/pt-astra-serif
33 install -Dm644 $srcdir/OFL.txt -t $pkgdir/usr/share/licenses/${pkgname}
34}
35
36package_ttf-pt-mono() {
37 pkgdesc='A monospace font for use in forms, tables, worksheets and other scenarios where equal character widths are advantageous'
38 optdepends=('ttf-ptcode: Ligatures font for PT Mono')
39 provides=('ttf-font' 'ttf-pt-mono')
40 conflicts=('ttf-pt-mono' 'ttf-paratype')
41 install -Dm644 $srcdir/PT/PT/PT-Mono/*.ttf -t $pkgdir/usr/share/fonts/paratype/pt-mono
42 install -Dm644 $srcdir/OFL.txt -t $pkgdir/usr/share/licenses/${pkgname}
43}
44
45package_ttf-pt-root_ui() {
46 pkgdesc='A sans-serif typeface designed specifically for user interfaces and web design'
47 provides=('ttf-font' 'ttf-pt-root-ui')
48 conflicts=('ttf-pt-root-ui')
49 install -Dm644 $srcdir/PT/PT/PT-Root-UI/*.ttf -t $pkgdir/usr/share/fonts/paratype/pt-root-ui
50 install -Dm644 $srcdir/OFL.txt -t $pkgdir/usr/share/licenses/${pkgname}
51}
52
53package_ttf-pt-sans() {
54 pkgdesc='A humanist sans-serif font inspired by the mid-20th century types suitable for applications and website'
55 provides=('ttf-font' 'ttf-pt-sans')
56 conflicts=('ttf-pt-sans' 'ttf-paratype')
57 install -Dm644 $srcdir/PT/PT/PT-Sans/*.ttf -t $pkgdir/usr/share/fonts/paratype/pt-sans
58 install -Dm644 $srcdir/OFL.txt -t $pkgdir/usr/share/licenses/${pkgname}
59}
60
61package_ttf-pt-serif() {
62 pkgdesc='A transitional serif typeface with humanistic terminals designed for use together with PT Sans'
63 provides=('ttf-font' 'ttf-pt-serif')
64 conflicts=('ttf-pt-serif' 'ttf-paratype')
65 install -Dm644 $srcdir/PT/PT/PT-Serif/*.ttf -t $pkgdir/usr/share/fonts/paratype/pt-serif
66 install -Dm644 $srcdir/OFL.txt -t $pkgdir/usr/share/licenses/${pkgname}
67}
68

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion