programmers-dvorak

LOW
maintainer ekkelett 28 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source URLs are hosted on the project's official domain (kaufmann.no), which is plausibly the upstream project's own infrastructure; the downloaded files are source code and data (keymap, license) that are not executed, and building from this source is standard AUR practice.

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 source URLs are hosted on the project's official domain (kaufmann.no), which is plausibly the upstream project's own infrastructure; the downloaded files are source code and data (keymap, license) that are not executed, and building from this source is standard AUR practice.

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:16 source=("http://www.kaufmann.no/downloads/linux/kbddvp-$_pkgver-src-linux.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Thor M. K. Høgås <thor alfakrøll roht dott no>
2# Maintainer: Caleb Maclennan <caleb@alerque.com>
3# Contributor: AndreasBWagner <AndreasBWagner@pointfree.net>
4# Contributor: Mark Taylor <skymt0@gmail.com>
5
6pkgname=programmers-dvorak
7pkgver=1.2.1
8_pkgver=${pkgver//./_}
9pkgrel=1
10pkgdesc='Variant of the Dvorak keyboard layout designed for programmers'
11arch=(any)
12url=http://www.kaufmann.no/roland/dvorak/
13license=(custom)
14install=programmers-dvorak.install
15depends=(libxslt)
16source=("http://www.kaufmann.no/downloads/linux/kbddvp-$_pkgver-src-linux.tgz"
17 "http://www.kaufmann.no/downloads/linux/dvp-$_pkgver.map.gz"
18 "$url/license.html")
19noextract=("${source[1]##*/}")
20sha256sums=('0f56b55432d63a6d81c08ff5f722cf48c6d9a15c34c304f594d02eb2223fc4fa'
21 '0e859211cfe16a18a3b9cbf2ca3e280a23a79b4e40b60d8d01d0fde7336b6d50'
22 '19185beec2780c609495676bc3c77db7ffe14c6a9aa4b7a8c3670982d2f7f2f5')
23
24prepare() {
25 cd "kbddvp-${pkgver%.*}"
26 # Upstream install script makes too many assumptions about the host system:
27 # directories existing, being root, etc. We'll make our own way...
28 rm dvp.install.sh
29}
30
31package() {
32 cd "kbddvp-${pkgver%.*}"
33 install -Dm0755 -t "$pkgdir/usr/share/$pkgname/" dvp.*.sh
34 install -Dm0644 "../${source[1]##*/}" "$pkgdir/usr/share/kbd/keymaps/i386/dvorak/dvp.map.gz"
35 # Adapt relevant system installation bits from dvp.install.sh...
36 for f in dvp hex atm 102 ops semi; do
37 install -Dm0644 "$f.xkb" "$pkgdir/usr/share/X11/xkb/symbols/$f"
38 done
39 install -Dm0644 shift3.xkb "$pkgdir/usr/share/X11/xkb/types/shift3"
40 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" "../license.html"
41}
42

Scan history

Scanned at (UTC)SeverityRules
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 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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