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>
2
pkgname=ultraleap-hand-tracking-control-panel
3
pkgver=3.4.1
4
pkgrel=2
5
epoch=
6
pkgdesc="A visualisation and settings management tool for the Ultraleap Tracking Service."
7
arch=('x86_64')
8
url="https://www.ultraleap.com/"
9
license=('PROPRIETARY')
10
groups=('ultraleap-hand-tracking')
11
depends=(ultraleap-hand-tracking-service)
12
makedepends=()
13
checkdepends=()
14
optdepends=()
15
provides=('ultraleap-hand-tracking-control-panel')
16
conflicts=()
17
replaces=()
18
backup=()
19
options=()
20
install='ultraleap-hand-tracking-control-panel.install'
21
changelog=
22
source=("https://repo.ultraleap.com/apt/pool/main/u/${pkgname}/${pkgname}_1125862.deb")
23
noextract=()
24
md5sums=('9c524513e915038cf7374ce99b7622ee')
25
validpgpkeys=()
26
27
prepare() {
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
34
package() {
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) | 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 |