wooting-bg-service
The package downloads a prebuilt AppImage from a non-standard host (api.wooting.io) which is not on the standard whitelist; while the domain appears legitimate for the project, the use of an unverifiable binary executable from a non-standard host presents a supply-chain risk if the source were compromised.
Triggered rules
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}")
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 standard whitelist; while the domain appears legitimate for the project, the use of an unverifiable binary executable from a non-standard host presents a supply-chain risk if the source were compromised.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Malte Linke <me@parzival.space>
pkgname=wooting-bg-service
pkgdesc='Wooting Background Service for Wootility'
_pkgver=0.5.0 # renovate: datasource=custom.wooting-bg-service depName=wooting-bg-service versioning=semver
pkgver=${_pkgver//-/_}
pkgrel=2
arch=('x86_64')
url="https://wooting.io/wootility"
license=(unknown)
provides=('wooting-bg-service')
conflicts=('wooting-bg-service')
depends=(glibc fuse2 hicolor-icon-theme zlib)
options=(!strip)
_appImageFile="${pkgname}-${pkgver}.AppImage"
_desktopFile="Wooting Background Service.desktop"
noextract=("${_appImageFile}")
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
cp "${_appImageFile}" "${_appImageFile}.copy"
chmod +x "${_appImageFile}.copy"
# extract the appimage
./${_appImageFile}.copy --appimage-extract "usr/share/applications"
./${_appImageFile}.copy --appimage-extract "usr/share/icons"
rm ${_appImageFile}.copy
}
build() {
# Adjust .desktop so it will work outside of AppImage container, add Utility category
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${pkgname}|" "squashfs-root/usr/share/applications/${_desktopFile}"
echo "Categories=Utility;" >> "squashfs-root/usr/share/applications/${_desktopFile}"
# Fix permissions; .AppImage permissions are 700 for all directories
chmod -R a-x+rX squashfs-root/usr
}
package() {
install -Dm755 ${_appImageFile} -t "${pkgdir}/opt/${pkgname}"
# Symlink executable
install -d "${pkgdir}/usr/bin/"
ln -s /opt/${pkgname}/${_appImageFile} "${pkgdir}/usr/bin/${pkgname}"
# Install desktop entry and icons
install -Dm644 "squashfs-root/usr/share/applications/${_desktopFile}" -t "${pkgdir}/usr/share/applications"
install -d "${pkgdir}/usr/share/"
cp -a squashfs-root/usr/share/icons "${pkgdir}/usr/share/"
}
Changes since previous scan
--- PKGBUILD @ 2026-08-31 00:19+++ PKGBUILD @ 2026-09-17 00:27@@ -2,7 +2,8 @@ pkgname=wooting-bg-service pkgdesc='Wooting Background Service for Wootility'-pkgver=0.4.8+_pkgver=0.5.0 # renovate: datasource=custom.wooting-bg-service depName=wooting-bg-service versioning=semver+pkgver=${_pkgver//-/_} pkgrel=2 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=('b327b3871dcc139c05c4b6dadd6ebe51dacf1740df6f109dd6efbac970abeb32')+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 noexecScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 | Medium | 2 |