joymap
The source is a Git checkout from the project's official SourceForge repository, which is a normal and safe practice for AUR packages; the non-standard host is not a supply-chain risk here as it's the project's own forge.
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 Git checkout from the project's official SourceForge repository, which is a normal and safe practice for AUR packages; the non-standard host is not a supply-chain risk here as it's the project's own forge.
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:15
"$pkgname::git+https://git.code.sf.net/p/linuxjoymap/git#commit=$_commit"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=joymap
pkgver=0.6.2
pkgrel=3
pkgdesc='A linux userspace device driver that allows joystick events to be remapped.'
arch=('i686' 'x86_64')
url='https://sourceforge.net/projects/linuxjoymap'
license=('GPL-2.0-only')
depends=()
makedepends=('git')
_commit=ac6419df209b5921be08209758162491db0cd10e
source=(
#"$pkgname-$pkgver.tar.gz::${url}/files/$pkgname-${pkgver}.tar.gz/download"
"$pkgname::git+https://git.code.sf.net/p/linuxjoymap/git#commit=$_commit"
"${pkgname}-user.service"
"${pkgname}-system.service"
"${pkgname}-sysuser.conf"
"90-${pkgname}-uinput.rules")
sha256sums=('b0f32e74e728a785a8f6bdf484539290047c7f027c60ae1bf3b4032590c388ca'
'427aae12107225ed8e47a2c9ec77539723cce98f340316a08d9d68b0514b78ec'
'8543dff52b03d856aab60727a747df517edc037ebb1c0f46c66c536928b84427'
'1bbbbe0f795adcb11f7284d17b0e67dc6c3d8577f4509f83e64936d99e504fc7'
'61068aaf6e67b8739acbdc93f44353f4666a00bfd3fae8b50c952a97b7a35ac6')
install="${pkgname}.install"
_srcdir="$pkgname"
build() {
cd "${_srcdir}"
make loadmap reserve_js joymap_blocker.so
}
package() {
install -Dm644 "${pkgname}-user.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
install -Dm644 "${pkgname}-system.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
install -Dm644 "${pkgname}-sysuser.conf" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
install -Dm644 "90-${pkgname}-uinput.rules" -t "${pkgdir}/usr/lib/udev/rules.d"
cd "${_srcdir}"
install -Dm755 'loadmap' "${pkgdir}/usr/bin/${pkgname}"
install -Dm755 'reserve_js' "${pkgdir}/usr/bin/${pkgname}-reserve_js"
install -Dm755 'joymap_blocker.so' -t "${pkgdir}/usr/lib"
install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
cp -rf 'doc'/* "${pkgdir}/usr/share/doc/${pkgname}"
}
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 |