hytale-launcher-bin
The package downloads a prebuilt binary from the official Hytale launcher domain (launcher.hytale.com), which is plausibly the project's own infrastructure; while the host is not on a standard whitelist, the source is verifiable via checksum and the binary is installed in a self-updating configuration, which is expected behavior for this application.
Triggered rules
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 Hytale launcher domain (launcher.hytale.com), which is plausibly the project's own infrastructure; while the host is not on a standard whitelist, the source is verifiable via checksum and the binary is installed in a self-updating configuration, which is expected behavior for this application.
1 higher static finding superseded - not the current verdict (shown for transparency)
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# Source: https://launcher.hytale.com/version/release/launcher.json
# Maintainer: SCDevel <root@scdevel.net>
_version=2026.09.10-d6a4226
pkgname=hytale-launcher-bin
pkgver=${_version%-*}
pkgrel=1
pkgdesc="Hytale Launcher (Native Linux, Self-Updating) [${_version}]"
url="https://hytale.com"
license=('LicenseRef-custom')
arch=('x86_64')
options=('!strip' '!debug')
provides=('hytale-launcher')
conflicts=('hytale-launcher')
depends=('webkit2gtk-4.1' 'gtk3' 'hicolor-icon-theme' 'bash' 'xdg-utils' 'libsoup3' 'gdk-pixbuf2' 'glib2' 'glibc')
optdepends=('systemd: Required to check System Time Synchronization.'
'iproute2: Required to check IPV6 status')
install="hytale-launcher.install"
source=("hytale-launcher-${_version}.zip::https://launcher.hytale.com/builds/release/linux/amd64/hytale-launcher-${_version}.zip"
"hytale-launcher.install"
"hytale-launcher.sh"
"com.hypixel.HytaleLauncher.png"
"com.hypixel.HytaleLauncher.desktop"
"com.hypixel.HytaleLauncherAndNodeEditor.desktop"
"com.hypixel.HytaleNodeEditorOnly.desktop"
"LICENSE")
_sha256_linux_amd64='5d9f9d7166aaeeef60592b0c3a57fae47308002ed0cc10d5a237d5f8b0408eb9'
sha256sums=("$_sha256_linux_amd64"
'0835afe0aec4f086c72518512bf64bfa55679242f3214ca6542fb0fcadd150b9'
'8ea0be64474661bbb683b9198aac5ab2cc51009ee2ee6f88fe842db625f62ef7'
'2ac413e944bff6afba669883dd6686c7f08aa77708b06d8492177fcd48fd6b2c'
'8aa7dc98faa3a094f5a2ae8c0ad1ff7a65d295b8b3705c5707ec184570d67195'
'91680b75dc640ca84e9b0a6e9d3f482c76b806b55e4895818f569b4c77d10216'
'a5b4e3bd2977b692129a6b2eb9e0d11d7404fe8a02b41d514b8b8baedbd1c5f0'
'5782bcd7945501383cd6b589797549318cb8e494047c31944fc326ff51ae7047')
package() {
install -Dm755 "${srcdir}/hytale-launcher" "${pkgdir}/opt/${pkgname}/hytale-launcher"
install -Dm755 "${srcdir}/hytale-launcher.sh" "${pkgdir}/usr/bin/hytale-launcher"
install -Dm644 "${srcdir}/com.hypixel.HytaleLauncher.png" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/com.hypixel.HytaleLauncher.png"
install -Dm644 "${srcdir}/com.hypixel.HytaleLauncher.desktop" "${pkgdir}/usr/share/applications/com.hypixel.HytaleLauncher.desktop"
install -Dm644 "${srcdir}/com.hypixel.HytaleLauncherAndNodeEditor.desktop" "${pkgdir}/usr/share/applications/com.hypixel.HytaleLauncherAndNodeEditor.desktop"
install -Dm644 "${srcdir}/com.hypixel.HytaleNodeEditorOnly.desktop" "${pkgdir}/usr/share/applications/com.hypixel.HytaleNodeEditorOnly.desktop"
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Source: https://launcher.hytale.com/version/release/launcher.json # Maintainer: SCDevel <root@scdevel.net> -_version=2026.08.28-3d62362+_version=2026.09.10-d6a4226 pkgname=hytale-launcher-bin pkgver=${_version%-*}@@ -27,7 +27,7 @@ "com.hypixel.HytaleNodeEditorOnly.desktop" "LICENSE") -_sha256_linux_amd64='0cb16f69149fc2294e92474ecf8adc9e6b104c5419bed2084e61417e157aee18'+_sha256_linux_amd64='5d9f9d7166aaeeef60592b0c3a57fae47308002ed0cc10d5a237d5f8b0408eb9' sha256sums=("$_sha256_linux_amd64" '0835afe0aec4f086c72518512bf64bfa55679242f3214ca6542fb0fcadd150b9'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 03:21:15 | Medium | 1 |
| 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 05:22:12 | Medium | 1 |
| 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 |