keymasq
The source is a tarball from the project's own release infrastructure (repo.keymasq.tools), which is plausibly official; building from project-owned sources is normal for AUR packages, even on non-whitelisted hosts, and the checksum is verified.
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 is a tarball from the project's own release infrastructure (repo.keymasq.tools), which is plausibly official; building from project-owned sources is normal for AUR packages, even on non-whitelisted hosts, and the checksum is verified.
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:39
source=("$pkgname-$pkgver.tar.gz::https://repo.keymasq.tools/releases/keymasq-0.18.0.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Generated by `python3 packaging/pacman/render.py`.
# Do not edit this file directly; update `packaging/pacman/templates/`.
# Maintainer: nyrda <nyrda@keymasq.tools>
pkgname=keymasq
pkgver=0.18.0
pkgrel=1
pkgdesc="Keyboard and mouse remapper with GUI configuration, per-window profiles, and macros"
arch=(
'any'
)
url="https://keymasq.tools"
license=(
'MIT'
)
depends=(
'acl'
'slurp'
'python>=3.12'
'python-evdev>=1.6.0'
'python-tomli-w>=1.0.0'
'python-dbus-next>=0.2.3'
'python-uvloop'
'python-xlib>=0.33'
'python-gobject>=3.42.0'
'python-cairo'
'gtk4'
'libadwaita'
'polkit'
'systemd'
)
makedepends=(
'python-setuptools>=61.0'
'python-wheel'
'python-build'
'python-installer'
)
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://repo.keymasq.tools/releases/keymasq-0.18.0.tar.gz")
sha256sums=('78ea1d713836a1d37a0970358dcecbbb9cc565159d222dc0d6add7382d2545c0')
build() {
local build_root="$srcdir/$pkgname-$pkgver"
rm -rf "$srcdir/python-dist"
mkdir -p "$srcdir/python-dist"
cd "$build_root"
python -m build --wheel --no-isolation --outdir "$srcdir/python-dist"
}
package() {
local build_root="$srcdir/$pkgname-$pkgver"
cd "$build_root"
python -m installer --destdir="$pkgdir" "$srcdir"/python-dist/*.whl
install -Dm644 "assets/tools.keymasq.keymasq.desktop" \
"$pkgdir/usr/share/applications/tools.keymasq.keymasq.desktop"
install -Dm644 "assets/tools.keymasq.keymasq.metainfo.xml" \
"$pkgdir/usr/share/metainfo/tools.keymasq.keymasq.metainfo.xml"
install -Dm644 "assets/tools.keymasq.keymasq.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/tools.keymasq.keymasq.svg"
local icon
local size
for icon in assets/icons/tools.keymasq.keymasq-*.png; do
size="${icon##*-}"
size="${size%.png}"
install -Dm644 "$icon" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/tools.keymasq.keymasq.png"
done
install -Dm644 "systemd/keymasqd.service" \
"$pkgdir/usr/lib/systemd/system/keymasqd.service"
install -Dm644 "systemd/keymasq-session.service" \
"$pkgdir/usr/lib/systemd/user/keymasq-session.service"
install -Dm644 "sysusers.d/keymasq.conf" \
"$pkgdir/usr/lib/sysusers.d/keymasq.conf"
install -Dm644 "tmpfiles.d/keymasq.conf" \
"$pkgdir/usr/lib/tmpfiles.d/keymasq.conf"
for rule in \
91-keymasq-acl.rules \
99-keymasq-hide-grabbed.rules; do
install -Dm644 "udev/$rule" "$pkgdir/usr/lib/udev/rules.d/$rule"
done
install -Dm644 "polkit/com.keymasq.record-macro.policy" \
"$pkgdir/usr/share/polkit-1/actions/com.keymasq.record-macro.policy"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dm644 "examples/security.toml" \
"$pkgdir/usr/share/doc/$pkgname/security.toml"
install -d "$pkgdir/usr/share/gnome-shell/extensions/gnome-bridge@keymasq.tools"
cp -a "gnome-extension/gnome-bridge@keymasq.tools/." \
"$pkgdir/usr/share/gnome-shell/extensions/gnome-bridge@keymasq.tools/"
rm -f "$pkgdir/usr/bin/keymasq-cli" "$pkgdir/usr/bin/keymasq-gui"
}
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 |