ttf-kurier
maintainer vn158
· 1 votes
· base
font-kurier
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads font files from a personal domain not on the standard whitelist, but fonts are non-executable data; the worst case of a swapped source 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 a personal domain not on the standard whitelist, but fonts are non-executable data; the worst case of a swapped source 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:12
source=("http://jmn.pl/pliki/Kurier-ttf-0_995.zip" "http://jmn.pl/pliki/Kurier-otf-0_995.zip" LICENSE)
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Vladimir Navrat <vn158 at seznam dot cz>
2
3
pkgbase=font-kurier
4
pkgname=(ttf-kurier otf-kurier)
5
pkgver=0.995
6
pkgrel=2
7
pkgdesc="Font Kurier by Malgorzata Budyta"
8
arch=(any)
9
license=('custom:GUST')
10
url="http://jmn.pl/kurier-i-iwona/"
11
depends=(fontconfig)
12
source=("http://jmn.pl/pliki/Kurier-ttf-0_995.zip" "http://jmn.pl/pliki/Kurier-otf-0_995.zip" LICENSE)
13
14
md5sums=('636124244664ec027493e74a89964745'
15
'd2a927505d0597a251db384e51c7ff22'
16
'3eb34a8f035799bd0a2beef4626c314e')
17
sha256sums=('ef51e34af788a03528a982f2493983a468feb714341337fdb38711077becd833'
18
'519a8dfec4446337f398646a243ef006c2b53ed9d7493b76e320b4205e1b39d0'
19
'4b3359f51f8a203dca048088bc63acbb57f379e83bef9e0b0f294b9a47394725')
20
21
package_ttf-kurier() {
22
cd ${startdir}
23
mkdir -p "$pkgdir/usr/share/licenses/$pkgname/"
24
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
25
cd ${startdir}/src
26
install -d "$pkgdir/usr/share/fonts/TTF"
27
install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF"
28
}
29
30
package_otf-kurier() {
31
cd ${startdir}
32
mkdir -p "$pkgdir/usr/share/licenses/$pkgname/"
33
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
34
cd ${startdir}/src
35
install -d "$pkgdir/usr/share/fonts/OTF"
36
install -m644 otf/*.otf "$pkgdir/usr/share/fonts/OTF"
37
}
38
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 |