wootility5-beta
maintainer Quokka
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the official project API (api.wooting.io), which is a legitimate source for beta releases;虽 hosted on a non-whitelisted domain, it is the project's own infrastructure, and the AppImage is used to extract and repackage verified components without executing unreviewed remote code.
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 package downloads a prebuilt AppImage from the official project API (api.wooting.io), which is a legitimate source for beta releases;虽 hosted on a non-whitelisted domain, it is the project's own infrastructure, and the AppImage is used to extract and repackage verified components without executing unreviewed remote code.
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:16
source=("${_appimage}::https://api.wooting.io/public/wootility/download?os=linux&version=${pkgver//_/-}"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jan-Niklas Tomski <jan-niklas at tomski dot me>
2
_pkgname='wootility'
3
pkgname="${_pkgname}5-beta"
4
pkgver='5.4.0_beta.3'
5
_appimage="${_pkgname^}-${pkgver//_/-}.AppImage"
6
pkgrel=1
7
pkgdesc="Utility for configuring Wooting keyboards (AppImage beta release)"
8
arch=(any)
9
url='https://wooting.io/wootility'
10
license=('unknown')
11
depends=('fuse2')
12
makedepends=('util-linux' 'findutils')
13
provides=("${_pkgname}")
14
conflicts=("${_pkgname}")
15
options=(!strip)
16
source=("${_appimage}::https://api.wooting.io/public/wootility/download?os=linux&version=${pkgver//_/-}"
17
'70-wooting.rules')
18
noextract=("${_appimage}")
19
b2sums=('9c16479a6039d3cda67fbc5db429e956388d77323edaad8517d1a32f14aab82f465033f4013ec8c5b473795e13657a4e614848bfc9ee41600dbb452db3f26a13'
20
'80b4a516f8aafb6eada36cdde59295f2358b22e6cc28b1a21b0b5f22a59bcfabc63bba956d23544faca5fd76a1c4b4c1ff98ada41e7c9ad015d48c7c436dbac1')
21
22
prepare() {
23
# Copying AppImage in case $SRCDEST is mounted with noexec
24
cp "${_appimage}" "${_appimage}.copy"
25
chmod +x "${_appimage}.copy"
26
"./${_appimage}.copy" --appimage-extract "${_pkgname}.desktop"
27
"./${_appimage}.copy" --appimage-extract usr/share/icons
28
rm "${_appimage}.copy"
29
}
30
31
build() {
32
sed -i -E "s|Exec=AppRun|Exec=${_pkgname}|" "squashfs-root/${_pkgname}.desktop"
33
34
# Fix permissions; .AppImage permissions are 700 for all directories
35
chmod -R a-x+rX "${srcdir}/squashfs-root/usr"
36
}
37
38
package() {
39
install -Dpm755 "${_appimage}" "${pkgdir}/opt/${_pkgname}/${_appimage}"
40
install -d "${pkgdir}/usr/bin"
41
ln -s "../../opt/${_pkgname}/${_appimage}" "${pkgdir}/usr/bin/${_pkgname}"
42
43
# Install desktop entry and icon
44
install -Dpm644 "squashfs-root/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
45
install -d "${pkgdir}/usr/share/"
46
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
47
48
# Install udev rules
49
install -Dpm644 "70-wooting.rules" "${pkgdir}/usr/lib/udev/rules.d/70-wooting.rules"
50
}
51
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 |