programmers-dvorak
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
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)
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# Maintainer: Thor M. K. Høgås <thor alfakrøll roht dott no>
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: AndreasBWagner <AndreasBWagner@pointfree.net>
# Contributor: Mark Taylor <skymt0@gmail.com>
pkgname=programmers-dvorak
pkgver=1.2.1
_pkgver=${pkgver//./_}
pkgrel=1
pkgdesc='Variant of the Dvorak keyboard layout designed for programmers'
arch=(any)
url=http://www.kaufmann.no/roland/dvorak/
license=(custom)
install=programmers-dvorak.install
depends=(libxslt)
source=("http://www.kaufmann.no/downloads/linux/kbddvp-$_pkgver-src-linux.tgz"
"http://www.kaufmann.no/downloads/linux/dvp-$_pkgver.map.gz"
"$url/license.html")
noextract=("${source[1]##*/}")
sha256sums=('0f56b55432d63a6d81c08ff5f722cf48c6d9a15c34c304f594d02eb2223fc4fa'
'0e859211cfe16a18a3b9cbf2ca3e280a23a79b4e40b60d8d01d0fde7336b6d50'
'19185beec2780c609495676bc3c77db7ffe14c6a9aa4b7a8c3670982d2f7f2f5')
prepare() {
cd "kbddvp-${pkgver%.*}"
# Upstream install script makes too many assumptions about the host system:
# directories existing, being root, etc. We'll make our own way...
rm dvp.install.sh
}
package() {
cd "kbddvp-${pkgver%.*}"
install -Dm0755 -t "$pkgdir/usr/share/$pkgname/" dvp.*.sh
install -Dm0644 "../${source[1]##*/}" "$pkgdir/usr/share/kbd/keymaps/i386/dvorak/dvp.map.gz"
# Adapt relevant system installation bits from dvp.install.sh...
for f in dvp hex atm 102 ops semi; do
install -Dm0644 "$f.xkb" "$pkgdir/usr/share/X11/xkb/symbols/$f"
done
install -Dm0644 shift3.xkb "$pkgdir/usr/share/X11/xkb/types/shift3"
install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" "../license.html"
}
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 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 |