sv_dvorak-console
maintainer demize
· 3 votes
· base
sv_dvorak
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads keyboard layout files from a personal domain, which is not on a standard whitelist, but the files are non-executable data used for keyboard configuration, posing minimal risk even if the host were compromised.
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 keyboard layout files from a personal domain, which is not on a standard whitelist, but the files are non-executable data used for keyboard configuration, posing minimal risk even if the host were compromised.
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=('http://tlundqvist.org/sv_dvorak/drivers/se_sv_dvorak_new.xorg'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
2
3
pkgbase=sv_dvorak
4
pkgname=(sv_dvorak-xorg sv_dvorak-console)
5
pkgver=1
6
pkgrel=3
7
8
url="http://tlundqvist.org/sv_dvorak/"
9
arch=('any')
10
license=('GPL')
11
12
source=('http://tlundqvist.org/sv_dvorak/drivers/se_sv_dvorak_new.xorg'
13
'http://tlundqvist.org/sv_dvorak/drivers/dvorak-se.map')
14
15
md5sums=('1e4a2818c89e60001a1ec2d98911a0a0'
16
'722e35f7fcbe5e066e51d2971ab21745')
17
18
package_sv_dvorak-xorg() {
19
pkgdesc="A Swedish dvorak keyboard layout"
20
depends=('xorg-server')
21
install=sv_dvorak.install
22
23
install -Dm644 se_sv_dvorak_new.xorg "$pkgdir"/usr/share/X11/xkb/symbols/se_sv_dvorak
24
}
25
26
package_sv_dvorak-console() {
27
pkgdesc="A Swedish dvorak keyboard layout"
28
29
gzip -f dvorak-se.map
30
mkdir -p "$pkgdir"/usr/share/kbd/keymaps/i386/dvorak/
31
install -Dm644 dvorak-se.map.gz "$pkgdir"/usr/share/kbd/keymaps/i386/dvorak/
32
}
33
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 |