wootility5-beta

LOW
maintainer Quokka 4 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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