wooting-bg-service-beta
maintainer parzival-space
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt AppImage from api.wooting.io, which is the official Wooting vendor API domain, with a pinned sha256 checksum; the source is plausibly official vendor infrastructure, not a personal/swappable host, making this a normal prebuilt-binary AUR package with low risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a prebuilt AppImage from api.wooting.io, which is the official Wooting vendor API domain, with a pinned sha256 checksum; the source is plausibly official vendor infrastructure, not a personal/swappable host, making this a normal prebuilt-binary AUR package with low risk.
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:19
source=("${_appImageFile}::https://api.wooting.io/public/bg-service/download-installer?target=linux&version=${pkgver//_/-}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Malte Linke <me@parzival.space>
2
3
pkgname=wooting-bg-service-beta
4
pkgdesc='Wooting Background Service for Wootility'
5
pkgver=0.5.0_beta.2
6
pkgrel=1
7
arch=('x86_64')
8
url="https://wooting.io/wootility"
9
license=(unknown)
10
provides=('wooting-bg-service')
11
conflicts=('wooting-bg-service')
12
depends=(glibc fuse2 hicolor-icon-theme zlib)
13
options=(!strip)
14
15
_appImageFile="${pkgname}-${pkgver}.AppImage"
16
_desktopFile="Wooting Background Service.desktop"
17
18
noextract=("${_appImageFile}")
19
source=("${_appImageFile}::https://api.wooting.io/public/bg-service/download-installer?target=linux&version=${pkgver//_/-}")
20
sha256sums=('a1d0b99cbf076e64ba046f401d236f901d93e27a5305fc45a1309b2708c3aabe')
21
22
prepare() {
23
# create copy of appimage file in case the build dir is mounted with noexec
24
cp "${_appImageFile}" "${_appImageFile}.copy"
25
chmod +x "${_appImageFile}.copy"
26
27
# extract the appimage
28
./${_appImageFile}.copy --appimage-extract "usr/share/applications"
29
./${_appImageFile}.copy --appimage-extract "usr/share/icons"
30
rm ${_appImageFile}.copy
31
}
32
33
build() {
34
# Adjust .desktop so it will work outside of AppImage container, add Utility category
35
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${pkgname}|" "squashfs-root/usr/share/applications/${_desktopFile}"
36
echo "Categories=Utility;" >> "squashfs-root/usr/share/applications/${_desktopFile}"
37
38
# Fix permissions; .AppImage permissions are 700 for all directories
39
chmod -R a-x+rX squashfs-root/usr
40
}
41
42
package() {
43
install -Dm755 ${_appImageFile} -t "${pkgdir}/opt/${pkgname}"
44
45
# Symlink executable
46
install -d "${pkgdir}/usr/bin/"
47
ln -s /opt/${pkgname}/${_appImageFile} "${pkgdir}/usr/bin/${pkgname//-beta/}"
48
49
# Install desktop entry and icons
50
install -Dm644 "squashfs-root/usr/share/applications/${_desktopFile}" -t "${pkgdir}/usr/share/applications"
51
install -d "${pkgdir}/usr/share/"
52
cp -a squashfs-root/usr/share/icons "${pkgdir}/usr/share/"
53
}
54
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 | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 00:09:25 | LOW | 3 |