ultraleap-hand-tracking-control-panel

LOW
maintainer sambilbow 1 votes scanned 2026-09-17 00:27:14.276658
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-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