ttf-kanjistrokeorders
maintainer vatai
· 11 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a font (non-executable data) from Dropbox, which is a non-standard host, but 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 90%): The package downloads a font (non-executable data) from Dropbox, which is a non-standard host, but 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:13
source=("http://www.dropbox.com/s/9jv2pnw4ohxzaml/KanjiStrokeOrders_v4.004.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: felix
2
# Contributor: Tushar R <echo dHVzaGFyXzcyN0B5YWhvby5jb20K | base64 -d>
3
# Contributor: Bernhard Tittelbach <xro -at- realraum -dot- at>
4
# Maintainer: Emil VATAI (vatai) <emil.vatai@gmail.com>
5
6
pkgname=ttf-kanjistrokeorders
7
pkgver=4.004
8
pkgrel=2
9
pkgdesc="Kanji stroke order font"
10
arch=('any')
11
license=('custom')
12
url="http://www.nihilist.org.uk/"
13
source=("http://www.dropbox.com/s/9jv2pnw4ohxzaml/KanjiStrokeOrders_v4.004.zip")
14
sha256sums=('53061d36e2c7400b2b941bd6328c40d386586d5c5a3f89c43825a2d6979d5eee')
15
16
DLAGENTS=("http::/usr/bin/curl -O -L --http1.1")
17
18
package() {
19
cd "${srcdir}"
20
21
install -d "${pkgdir}/usr/share/fonts/TTF"
22
install -m644 "KanjiStrokeOrders_v${pkgver}.ttf" \
23
"${pkgdir}/usr/share/fonts/TTF"
24
25
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
26
install -m644 copyright.txt \
27
"${pkgdir}/usr/share/licenses/${pkgname}"
28
29
install -d "${pkgdir}/usr/share/doc/${pkgname}"
30
install -m644 *Sample.pdf readme*.txt \
31
"${pkgdir}/usr/share/doc/${pkgname}"
32
}
33
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 |