ultraleap-hand-tracking-control-panel

maintainer sambilbow · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt .deb from Ultraleap's official repository domain, which is plausibly the project's own infrastructure; while the host is not on a standard whitelist, it is a vendor-specific domain, and the package installs only verified files from that official source without executing arbitrary 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 .deb from Ultraleap's official repository domain, which is plausibly the project's own infrastructure; while the host is not on a standard whitelist, it is a vendor-specific domain, and the package installs only verified files from that official source without executing arbitrary 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:22 source=("https://repo.ultraleap.com/apt/pool/main/u/${pkgname}/${pkgname}_1125862.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sam Bilbow <samuel.bilbow@icloud.com>
2pkgname=ultraleap-hand-tracking-control-panel
3pkgver=3.4.1
4pkgrel=2
5epoch=
6pkgdesc="A visualisation and settings management tool for the Ultraleap Tracking Service."
7arch=('x86_64')
8url="https://www.ultraleap.com/"
9license=('PROPRIETARY')
10groups=('ultraleap-hand-tracking')
11depends=(ultraleap-hand-tracking-service)
12makedepends=()
13checkdepends=()
14optdepends=()
15provides=('ultraleap-hand-tracking-control-panel')
16conflicts=()
17replaces=()
18backup=()
19options=()
20install='ultraleap-hand-tracking-control-panel.install'
21changelog=
22source=("https://repo.ultraleap.com/apt/pool/main/u/${pkgname}/${pkgname}_1125862.deb")
23noextract=()
24md5sums=('9c524513e915038cf7374ce99b7622ee')
25validpgpkeys=()
26
27prepare() {
28 tar xJf "data.tar.xz"
29
30 # Make the icon visible in Xfce's settings panel
31 sed -i 's/Categories=Settings/Categories=Settings;X-XFCE-SettingsDialog;/g' "${srcdir}/usr/share/applications/ultraleap-hand-tracking-control-panel.desktop"
32}
33
34package() {
35 # Install files in opt directory
36 install -Dm755 "${srcdir}/opt/ultraleap-hand-tracking-control-panel/ultraleap-hand-tracking-control-panel" \
37 "${pkgdir}/opt/ultraleap-hand-tracking-control-panel/ultraleap-hand-tracking-control-panel"
38 install -Dm755 "${srcdir}/opt/ultraleap-hand-tracking-control-panel/UnityPlayer.so" \
39 "${pkgdir}/opt/ultraleap-hand-tracking-control-panel/UnityPlayer.so"
40 cp -r "${srcdir}/opt/ultraleap-hand-tracking-control-panel/ultraleap-hand-tracking-control-panel_Data/" "${pkgdir}/opt/ultraleap-hand-tracking-control-panel/"
41
42
43 # Install files in usr directory
44 mkdir -p "${pkgdir}/usr/bin"
45 ln -s "/opt/ultraleap-hand-tracking-control-panel/ultraleap-hand-tracking-control-panel" \
46 "${pkgdir}/usr/bin/ultraleap-hand-tracking-control-panel"
47 install -Dm644 "${srcdir}/usr/share/applications/ultraleap-hand-tracking-control-panel.desktop" \
48 "${pkgdir}/usr/share/applications/ultraleap-hand-tracking-control-panel.desktop"
49 install -Dm644 "${srcdir}/usr/share/doc/ultraleap-hand-tracking-control-panel/copyright" \
50 "${pkgdir}/usr/share/doc/ultraleap-hand-tracking-control-panel/copyright"
51 install -Dm644 "${srcdir}/usr/share/doc/ultraleap-hand-tracking-control-panel/changelog.gz" \
52 "${pkgdir}/usr/share/doc/ultraleap-hand-tracking-control-panel/changelog.gz"
53 install -Dm644 "${srcdir}/usr/share/lintian/overrides/ultraleap-hand-tracking-control-panel" \
54 "${pkgdir}/usr/share/lintian/overrides/ultraleap-hand-tracking-control-panel"
55 cp -r "${srcdir}/usr/share/gnome-shell/" \
56 "${pkgdir}/usr/share/gnome-shell/"
57
58 # Install icons
59 for size in 8x8 16x16 22x22 24x24 32x32 36x36 42x42 48x48 64x64 72x72 96x96 128x128 192x192 256x256
60 do
61 install -Dm644 "${srcdir}/usr/share/icons/hicolor/${size}/apps/ultraleap_hand_tracking_control_panel.png" \
62 "${pkgdir}/usr/share/icons/hicolor/${size}/apps/ultraleap_hand_tracking_control_panel.png"
63 done
64}
65

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