dina8-font

maintainer Ckat · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a font source archive from a plausible project-specific host, builds font files, and installs them; 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 source archive from a plausible project-specific host, builds font files, and installs them; 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=("dina-$pkgver-new.zip::https://www.dcmembers.com/jibsen/download/61/?wpdmdl=61"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ckat <ckat@teknik.io>
2
3pkgname=dina8-font
4pkgver=2.92
5pkgrel=10
6pkgdesc="A monospace bitmap font, primarily aimed at programmers, only size 8"
7arch=('any')
8url="https://www.dcmembers.com/jibsen/download/61/"
9license=('custom')
10makedepends=('xorg-bdftopcf')
11conflicts=('dina-font')
12source=("dina-$pkgver-new.zip::https://www.dcmembers.com/jibsen/download/61/?wpdmdl=61"
13 75-yes-dina.conf)
14md5sums=('028424baac750e9fd0f54df03202e5d0'
15 'd2ea97a9ee0595cbdb02168bb7a85f12')
16
17_ex_pt() {
18 _pt=${1%.bdf}
19 _pt=${_pt#*-}
20 echo $_pt
21}
22
23build() {
24 cd "$srcdir/BDF"
25
26 sed -i 's/microsoft-cp1252/ISO8859-1/' *.bdf
27
28 for i in Dina_i400-8.bdf; do
29 bdftopcf -t -o DinaItalic$(_ex_pt $i).pcf $i
30 done
31 for i in Dina_i700-8.bdf; do
32 bdftopcf -t -o DinaBoldItalic$(_ex_pt $i).pcf $i
33 done
34 for i in Dina_r400-8.bdf; do
35 bdftopcf -t -o DinaMedium$(_ex_pt $i).pcf $i
36 done
37 for i in Dina_r700-8.bdf; do
38 bdftopcf -t -o DinaBold$(_ex_pt $i).pcf $i
39 done
40 gzip -n *.pcf
41}
42
43package() {
44 cd "$srcdir/BDF"
45 for i in *.gz; do
46 install -Dm 644 $i "$pkgdir/usr/share/fonts/misc/$i"
47 done
48 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
49 install -Dm644 "$srcdir/75-yes-dina.conf" "$pkgdir/usr/share/fontconfig/conf.avail/75-yes-dina.conf"
50 install -d "$pkgdir/usr/share/fontconfig/conf.default"
51 ln -s ../conf.avail/75-yes-dina.conf "$pkgdir/usr/share/fontconfig/conf.default/75-yes-dina.conf"
52}
53

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion