ttf-dni
maintainer dreieck
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a font archive from a non-whitelisted but plausibly project-maintained personal host; fonts are static data files, not executable code, and the worst-case impact of a compromised source is limited to data tampering.
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 archive from a non-whitelisted but plausibly project-maintained personal host; fonts are static data files, not executable code, and the worst-case impact of a compromised source is limited to data tampering.
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:29
"http://linguists.riedl.org/old/sebastian/dniscrpt${_dlver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck
2
3
_pkgname=ttf-dni
4
pkgname="${_pkgname}"
5
pkgver=2.2
6
_dlver="$(echo ${pkgver} | tr -d '.')"
7
pkgrel=1
8
pkgdesc="TrueType D'ni font (from the Myst game series). Contains a normal version, a version with character mapping according to new standard, and an angular (non-round) version."
9
arch=('any')
10
url="http://linguists.riedl.org/old/sebastian/"
11
license=('custom')
12
13
depends=(
14
)
15
16
makedepends=(
17
"fontconfig"
18
"unzip"
19
"xorg-mkfontscale"
20
"xorg-mkfontdir"
21
"xorg-xset"
22
)
23
24
provides=("ttf-dniscript=${pkgver}")
25
26
install='dniscript.install'
27
28
source=(
29
"http://linguists.riedl.org/old/sebastian/dniscrpt${_dlver}.zip"
30
"website.html::${url}"
31
"license-dummy.txt"
32
"${install}"
33
)
34
35
sha256sums=(
36
"11e684041c2a8baecb4868442ecb6036c42f97d5bd96785f562ca1855697c466"
37
"SKIP"
38
"SKIP"
39
"SKIP"
40
)
41
42
prepare() {
43
cd "${srcdir}"
44
echo "${url}" > "${srcdir}/website.url"
45
}
46
47
package() {
48
cd "${srcdir}"
49
50
install -D -v -m644 "D'NI_ANG.TTF" "${pkgdir}/usr/share/fonts/dniscript/dni_ang.ttf"
51
install -D -v -m644 "D'NI_SCR.TTF" "${pkgdir}/usr/share/fonts/dniscript/dni_scr.ttf"
52
install -D -v -m644 "D'NI_SLM.TTF" "${pkgdir}/usr/share/fonts/dniscript/dni_slm.ttf"
53
54
install -D -v -m644 license-dummy.txt "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
55
install -D -v -m644 README.HTM "${pkgdir}/usr/share/doc/${_pkgname}/readme.html"
56
install -D -v -m644 WHATSNEW.TXT "${pkgdir}/usr/share/doc/${_pkgname}/whatsnew.txt"
57
install -D -v -m644 website.html "${pkgdir}/usr/share/doc/${_pkgname}/website.html"
58
install -D -v -m644 website.url "${pkgdir}/usr/share/doc/${_pkgname}/website.url"
59
}
60
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 |