unityhub
maintainer nobbele
· 114 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Unity Hub .deb from the official Unity domain (hub.unity3d.com), which is the project's legitimate source; extracting and installing its contents is standard for AUR packages, and the host, while not a common CDN, is plausibly official despite not being on the analyzer's whitelist.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a Unity Hub .deb from the official Unity domain (hub.unity3d.com), which is the project's legitimate source; extracting and installing its contents is standard for AUR packages, and the host, while not a common CDN, is plausibly official despite not being on the analyzer's whitelist.
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:18
"$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/UnityHubSetup-$pkgver-amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Nobbele <realnobbele@gmail.com>
2
# Contributor: Oscar Morante <oscar@mooistudios.com>
3
# Contributor: sinasio <synasius@gmail.com>
4
# Contributor: Marius Glo <marius@mgl.dev>
5
6
pkgname=unityhub
7
pkgver=3.19.1
8
pkgrel=1
9
pkgdesc="The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations."
10
url="https://unity.com/"
11
arch=('x86_64')
12
license=('custom')
13
depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret' 'cpio' 'libxml2-legacy' '7zip' 'zip' 'unzip' 'tar')
14
optdepends=(
15
'libappindicator-gtk3: The official deb says this an optional dependency'
16
)
17
source=(
18
"$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/UnityHubSetup-$pkgver-amd64.deb"
19
'license.txt'
20
'services-config.json'
21
)
22
sha256sums=(
23
'3e85a3c87043b093eb19406e4c1db25dd2cfbb6831ac69faf1f969cbb7f10bb4'
24
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833'
25
'557964a3528219723750a7eabeb2e31a2d3e1b2c4a4b2e201b32d4035200562e'
26
)
27
conflicts=('unityhub-beta')
28
options=(!strip)
29
install='unityhub.install'
30
31
package() {
32
tar -xf 'data.tar.bz2' -C "$pkgdir/"
33
mkdir -p "$pkgdir/usr/bin"
34
ln -sf '/opt/unityhub/unityhub' "$pkgdir/usr/bin/unityhub"
35
36
install -Dm644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/license.txt"
37
install -Dm644 "$srcdir/services-config.json" "$pkgdir/usr/share/unity3d/config/services-config.json"
38
}
39
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ # Contributor: Marius Glo <marius@mgl.dev> pkgname=unityhub-pkgver=3.18.0+pkgver=3.19.1 pkgrel=1 pkgdesc="The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations." url="https://unity.com/"@@ -20,7 +20,7 @@ 'services-config.json' ) sha256sums=(- '24392617c00dbd6d23e4bfbdda9ad471516a0db5065e4c715193e3b4eab00e59'+ '3e85a3c87043b093eb19406e4c1db25dd2cfbb6831ac69faf1f969cbb7f10bb4' 'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833' '557964a3528219723750a7eabeb2e31a2d3e1b2c4a4b2e201b32d4035200562e' )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 13:57:59 | LOW | 2 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | LOW | 1 |