hytale-launcher-bin
maintainer SCDevel
· 34 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project domain (launcher.hytale.com), which is not on the analyzer's whitelist but is plausibly legitimate; the binary is self-updating, but the source is not executed at build time and dependencies are standard.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the official project domain (launcher.hytale.com), which is not on the analyzer's whitelist but is plausibly legitimate; the binary is self-updating, but the source is not executed at build time and dependencies are standard.
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:21
source=("hytale-launcher-${_version}.zip::https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-${_version}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Source: https://launcher.hytale.com/version/release/launcher.json
2
# Maintainer: SCDevel <root@scdevel.net>
3
4
_version=2026.07.07-325d709
5
6
pkgname=hytale-launcher-bin
7
pkgver=${_version%-*}
8
pkgrel=1
9
pkgdesc="Hytale Launcher (Native Linux, Self-Updating) [${_version}]"
10
url="https://hytale.com"
11
license=('LicenseRef-custom')
12
arch=('x86_64')
13
options=('!strip' '!debug')
14
provides=('hytale-launcher')
15
conflicts=('hytale-launcher')
16
depends=('webkit2gtk-4.1' 'gtk3' 'hicolor-icon-theme' 'bash' 'xdg-utils' 'libsoup3' 'gdk-pixbuf2' 'glib2' 'glibc')
17
optdepends=('systemd: Required to check System Time Synchronization.'
18
'iproute2: Required to check IPV6 status')
19
install="hytale-launcher.install"
20
21
source=("hytale-launcher-${_version}.zip::https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-${_version}.zip"
22
"hytale-launcher.install"
23
"hytale-launcher.sh"
24
"com.hypixel.HytaleLauncher.png"
25
"com.hypixel.HytaleLauncher.desktop"
26
"com.hypixel.HytaleLauncherAndNodeEditor.desktop"
27
"com.hypixel.HytaleNodeEditorOnly.desktop"
28
"LICENSE")
29
30
_sha256_linux_amd64='a82e6afb90d1925d23aa63d175695c67d9f4b1829077098f9dc2ff22df4584cc'
31
32
sha256sums=("$_sha256_linux_amd64"
33
'0835afe0aec4f086c72518512bf64bfa55679242f3214ca6542fb0fcadd150b9'
34
'8ea0be64474661bbb683b9198aac5ab2cc51009ee2ee6f88fe842db625f62ef7'
35
'2ac413e944bff6afba669883dd6686c7f08aa77708b06d8492177fcd48fd6b2c'
36
'8aa7dc98faa3a094f5a2ae8c0ad1ff7a65d295b8b3705c5707ec184570d67195'
37
'91680b75dc640ca84e9b0a6e9d3f482c76b806b55e4895818f569b4c77d10216'
38
'a5b4e3bd2977b692129a6b2eb9e0d11d7404fe8a02b41d514b8b8baedbd1c5f0'
39
'5782bcd7945501383cd6b589797549318cb8e494047c31944fc326ff51ae7047')
40
41
package() {
42
install -Dm755 "${srcdir}/hytale-launcher" "${pkgdir}/opt/${pkgname}/hytale-launcher"
43
install -Dm755 "${srcdir}/hytale-launcher.sh" "${pkgdir}/usr/bin/hytale-launcher"
44
45
install -Dm644 "${srcdir}/com.hypixel.HytaleLauncher.png" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/com.hypixel.HytaleLauncher.png"
46
install -Dm644 "${srcdir}/com.hypixel.HytaleLauncher.desktop" "${pkgdir}/usr/share/applications/com.hypixel.HytaleLauncher.desktop"
47
install -Dm644 "${srcdir}/com.hypixel.HytaleLauncherAndNodeEditor.desktop" "${pkgdir}/usr/share/applications/com.hypixel.HytaleLauncherAndNodeEditor.desktop"
48
install -Dm644 "${srcdir}/com.hypixel.HytaleNodeEditorOnly.desktop" "${pkgdir}/usr/share/applications/com.hypixel.HytaleNodeEditorOnly.desktop"
49
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50
}
51
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Source: https://launcher.hytale.com/version/release/launcher.json # Maintainer: SCDevel <root@scdevel.net> -_version=2026.07.03-737d217+_version=2026.07.07-325d709 pkgname=hytale-launcher-bin pkgver=${_version%-*}@@ -27,7 +27,7 @@ "com.hypixel.HytaleNodeEditorOnly.desktop" "LICENSE") -_sha256_linux_amd64='029d9df6a4a87eee4a8c3b4b0444136b4aad26a1e333fb49984369b3b522d2b9'+_sha256_linux_amd64='a82e6afb90d1925d23aa63d175695c67d9f4b1829077098f9dc2ff22df4584cc' sha256sums=("$_sha256_linux_amd64" '0835afe0aec4f086c72518512bf64bfa55679242f3214ca6542fb0fcadd150b9'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 05:14:03 | MEDIUM | 1 |
| 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 |