programmers-dvorak

maintainer ekkelett · 28 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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