ttf-kanjistrokeorders
LOW
maintainer vatai
11 votes
scanned 2026-09-17 00:27:14.276658
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-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 01:46:26 | Medium | 1 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |