wooting-bg-service-beta

MEDIUM
maintainer parzival-space 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage from a non-standard host (api.wooting.io) which is not on the whitelist; while likely legitimate, the unverifiable executable poses a supply-chain risk if the host were compromised or the download redirected.

Triggered rules

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:20 source=("${_appImageFile}::https://api.wooting.io/public/bg-service/download-installer?target=linux&version=${_pkgver}")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard host (api.wooting.io) which is not on the whitelist; while likely legitimate, the unverifiable executable poses a supply-chain risk if the host were compromised or the download redirected.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Malte Linke <me@parzival.space>
2
3pkgname=wooting-bg-service-beta
4pkgdesc='Wooting Background Service for Wootility'
5_pkgver=0.5.0 # renovate: datasource=custom.wooting-bg-service-beta depName=wooting-bg-service-beta versioning=semver
6pkgver=${_pkgver//-/_}
7pkgrel=1
8arch=('x86_64')
9url="https://wooting.io/wootility"
10license=(unknown)
11provides=('wooting-bg-service')
12conflicts=('wooting-bg-service')
13depends=(glibc fuse2 hicolor-icon-theme zlib)
14options=(!strip)
15
16_appImageFile="${pkgname}-${pkgver}.AppImage"
17_desktopFile="Wooting Background Service.desktop"
18
19noextract=("${_appImageFile}")
20source=("${_appImageFile}::https://api.wooting.io/public/bg-service/download-installer?target=linux&version=${_pkgver}")
21sha256sums=('7b9350f6b131766be86d73044037eb9d4d287c80ce775e0011f1fb4a4442e955')
22
23prepare() {
24 # create copy of appimage file in case the build dir is mounted with noexec
25 cp "${_appImageFile}" "${_appImageFile}.copy"
26 chmod +x "${_appImageFile}.copy"
27
28 # extract the appimage
29 ./${_appImageFile}.copy --appimage-extract "usr/share/applications"
30 ./${_appImageFile}.copy --appimage-extract "usr/share/icons"
31 rm ${_appImageFile}.copy
32}
33
34build() {
35 # Adjust .desktop so it will work outside of AppImage container, add Utility category
36 sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${pkgname}|" "squashfs-root/usr/share/applications/${_desktopFile}"
37 echo "Categories=Utility;" >> "squashfs-root/usr/share/applications/${_desktopFile}"
38
39 # Fix permissions; .AppImage permissions are 700 for all directories
40 chmod -R a-x+rX squashfs-root/usr
41}
42
43package() {
44 install -Dm755 ${_appImageFile} -t "${pkgdir}/opt/${pkgname}"
45
46 # Symlink executable
47 install -d "${pkgdir}/usr/bin/"
48 ln -s /opt/${pkgname}/${_appImageFile} "${pkgdir}/usr/bin/${pkgname//-beta/}"
49
50 # Install desktop entry and icons
51 install -Dm644 "squashfs-root/usr/share/applications/${_desktopFile}" -t "${pkgdir}/usr/share/applications"
52 install -d "${pkgdir}/usr/share/"
53 cp -a squashfs-root/usr/share/icons "${pkgdir}/usr/share/"
54}
55

Changes since previous scan

--- PKGBUILD @ 2026-08-31 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,8 @@
pkgname=wooting-bg-service-beta
pkgdesc='Wooting Background Service for Wootility'
-pkgver=0.5.0_beta.2
+_pkgver=0.5.0 # renovate: datasource=custom.wooting-bg-service-beta depName=wooting-bg-service-beta versioning=semver
+pkgver=${_pkgver//-/_}
pkgrel=1
arch=('x86_64')
url="https://wooting.io/wootility"
@@ -16,8 +17,8 @@
_desktopFile="Wooting Background Service.desktop"
noextract=("${_appImageFile}")
-source=("${_appImageFile}::https://api.wooting.io/public/bg-service/download-installer?target=linux&version=${pkgver//_/-}")
-sha256sums=('a1d0b99cbf076e64ba046f401d236f901d93e27a5305fc45a1309b2708c3aabe')
+source=("${_appImageFile}::https://api.wooting.io/public/bg-service/download-installer?target=linux&version=${_pkgver}")
+sha256sums=('7b9350f6b131766be86d73044037eb9d4d287c80ce775e0011f1fb4a4442e955')
prepare() {
# create copy of appimage file in case the build dir is mounted with noexec

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 23:12:41 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 15:45:42 Medium 2
2026-08-31 00:19:57 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion