ttf-sipa-charm
maintainer hanchain
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a font file from a non-whitelisted but plausible project-related host; fonts are static data files that do not execute code, so the worst-case impact of a swapped source is limited to data tampering, not remote 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 a font file from a non-whitelisted but plausible project-related host; fonts are static data files that do not execute code, so the worst-case impact of a swapped source is limited to data tampering, not remote 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:18
source=("https://www.f0nt.com/?dl_name=sipafonts/${_filename}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: hanchain <85230240+HanchaiN@users.noreply.github.com>
2
3
_fname='charm'
4
_fnamecap="TH-Charm-of-AU"
5
_filename="05-${_fnamecap}.zip"
6
_licename='ProfDrSrisakdi Font License Agreement'
7
_licepath="${_licename}.txt"
8
_fontpath="./"
9
10
pkgname="ttf-sipa-${_fname}"
11
groups=("ttf-sipa-fonts")
12
pkgver=1
13
pkgrel=1
14
pkgdesc="Thailand national fonts: ${_fnamecap}"
15
arch=(any)
16
url='https://www.f0nt.com/release/13-free-fonts-from-sipa/'
17
license=("LicenseRef-${_licename}")
18
source=("https://www.f0nt.com/?dl_name=sipafonts/${_filename}")
19
sha256sums=('b2e97fa8fa100b085c2b29af9d4fba3f2076aafbe6f86d080a670b0c2ffe0d97')
20
b2sums=('e82beb65bed1b28db0e2e7baced6b9391a432a8e6e90b59d3fd8d7befa09e0760e753a25b47b13bc0ac0218ded023424d7b6c81969ba7e8d2f7b8cb02f7304ea')
21
22
package() {
23
[ -f "${_licepath}" ] && install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "${_licepath}"
24
install -Dm644 -t "${pkgdir}/usr/share/fonts/SIPA" *.ttf
25
}
26
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 |