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'
3pkgname="${_pkgname}5-beta"
4pkgver='5.4.0_beta.3'
5_appimage="${_pkgname^}-${pkgver//_/-}.AppImage"
6pkgrel=1
7pkgdesc="Utility for configuring Wooting keyboards (AppImage beta release)"
8arch=(any)
9url='https://wooting.io/wootility'
10license=('unknown')
11depends=('fuse2')
12makedepends=('util-linux' 'findutils')
13provides=("${_pkgname}")
14conflicts=("${_pkgname}")
15options=(!strip)
16source=("${_appimage}::https://api.wooting.io/public/wootility/download?os=linux&version=${pkgver//_/-}"
17 '70-wooting.rules')
18noextract=("${_appimage}")
19b2sums=('9c16479a6039d3cda67fbc5db429e956388d77323edaad8517d1a32f14aab82f465033f4013ec8c5b473795e13657a4e614848bfc9ee41600dbb452db3f26a13'
20 '80b4a516f8aafb6eada36cdde59295f2358b22e6cc28b1a21b0b5f22a59bcfabc63bba956d23544faca5fd76a1c4b4c1ff98ada41e7c9ad015d48c7c436dbac1')
21
22prepare() {
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
31build() {
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
38package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion