joymap
maintainer patlefort
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:15
"$pkgname::git+https://git.code.sf.net/p/linuxjoymap/git#commit=$_commit"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
2
3
pkgname=joymap
4
pkgver=0.6.2
5
pkgrel=3
6
pkgdesc='A linux userspace device driver that allows joystick events to be remapped.'
7
arch=('i686' 'x86_64')
8
url='https://sourceforge.net/projects/linuxjoymap'
9
license=('GPL-2.0-only')
10
depends=()
11
makedepends=('git')
12
_commit=ac6419df209b5921be08209758162491db0cd10e
13
source=(
14
#"$pkgname-$pkgver.tar.gz::${url}/files/$pkgname-${pkgver}.tar.gz/download"
15
"$pkgname::git+https://git.code.sf.net/p/linuxjoymap/git#commit=$_commit"
16
"${pkgname}-user.service"
17
"${pkgname}-system.service"
18
"${pkgname}-sysuser.conf"
19
"90-${pkgname}-uinput.rules")
20
sha256sums=('b0f32e74e728a785a8f6bdf484539290047c7f027c60ae1bf3b4032590c388ca'
21
'427aae12107225ed8e47a2c9ec77539723cce98f340316a08d9d68b0514b78ec'
22
'8543dff52b03d856aab60727a747df517edc037ebb1c0f46c66c536928b84427'
23
'1bbbbe0f795adcb11f7284d17b0e67dc6c3d8577f4509f83e64936d99e504fc7'
24
'61068aaf6e67b8739acbdc93f44353f4666a00bfd3fae8b50c952a97b7a35ac6')
25
install="${pkgname}.install"
26
27
_srcdir="$pkgname"
28
29
build() {
30
cd "${_srcdir}"
31
make loadmap reserve_js joymap_blocker.so
32
}
33
34
package() {
35
install -Dm644 "${pkgname}-user.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
36
install -Dm644 "${pkgname}-system.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
37
install -Dm644 "${pkgname}-sysuser.conf" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
38
install -Dm644 "90-${pkgname}-uinput.rules" -t "${pkgdir}/usr/lib/udev/rules.d"
39
40
cd "${_srcdir}"
41
install -Dm755 'loadmap' "${pkgdir}/usr/bin/${pkgname}"
42
install -Dm755 'reserve_js' "${pkgdir}/usr/bin/${pkgname}-reserve_js"
43
install -Dm755 'joymap_blocker.so' -t "${pkgdir}/usr/lib"
44
install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
45
cp -rf 'doc'/* "${pkgdir}/usr/share/doc/${pkgname}"
46
}
47
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 |