ttf-pt-sans
maintainer Drommer
· 8 votes
· base
ttf-pt-public-pack
· scanned 2026-08-03 00:08:14.047287
LOW
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
3
pkgbase=ttf-pt-public-pack
4
pkgname=('ttf-pt-astra-sans' 'ttf-pt-astra-serif' 'ttf-pt-mono' 'ttf-pt-root_ui' 'ttf-pt-sans' 'ttf-pt-serif')
5
pkgver=2024.09.02
6
pkgrel=2
7
epoch=1
8
arch=('any')
9
url='https://www.paratype.com'
10
license=('custom:OFL')
11
source=("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")
17
sha256sums=('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
20
package_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
28
package_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
36
package_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
45
package_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
53
package_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
61
package_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) | 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 |