alderon-games-launcher-bin
The package downloads a prebuilt .deb from the official vendor's CDN (alderongames.com) to extract and install it; this is normal for binary packages, and the source host, while not whitelisted, is plausibly official and the payload is not obfuscated or executed remotely.
Triggered rules
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 the official vendor's CDN (alderongames.com) to extract and install it; this is normal for binary packages, and the source host, while not whitelisted, is plausibly official and the payload is not obfuscated or executed remotely.
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:26
source=("$_pkgname-$pkgver.deb::https://launcher-cdn.alderongames.com/AlderonGamesLauncher-${pkgver}.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: riddix <github@egu-rel.de>
pkgname=alderon-games-launcher-bin
_pkgname=alderon-games-launcher
pkgver=1.3.57
pkgrel=1
pkgdesc="Alderon Games Launcher (Path of Titans)"
arch=('x86_64')
url="https://alderongames.com"
license=('LicenseRef-alderon-proprietary')
depends=(
'gtk3'
'libnotify'
'nss'
'libxss'
'libxtst'
'xdg-utils'
'at-spi2-core'
'util-linux-libs'
'libsecret'
)
optdepends=('libappindicator-gtk3: tray icon support')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
options=('!strip' '!debug')
source=("$_pkgname-$pkgver.deb::https://launcher-cdn.alderongames.com/AlderonGamesLauncher-${pkgver}.deb")
sha256sums=('7da2bb0b80f7cf53c347265ada949d9155aa346066f1dfa403e44c5f2401835a')
package() {
cd "$srcdir"
bsdtar -xf "$_pkgname-$pkgver.deb"
bsdtar -xf data.tar.xz -C "$pkgdir"
install -d "$pkgdir/opt"
mv "$pkgdir/opt/Alderon Games Launcher" "$pkgdir/opt/$_pkgname"
# The launcher picks its update provider by shelling out to `dpkg -l` and
# `rpm -q`. On Arch both fail, a variable ends up undefined, and the next
# line throws silently inside the main process — no window, no log, nothing.
# This shim makes the rpm probe succeed so the RpmUpdater branch is taken.
# Actual updates still go through pacman; the shim just unblocks startup.
install -d "$pkgdir/opt/$_pkgname/shims"
cat > "$pkgdir/opt/$_pkgname/shims/rpm" <<EOF
#!/bin/sh
if [ "\$1" = "-q" ] && [ "\$2" = "$_pkgname" ]; then
echo "$_pkgname-$pkgver-$pkgrel"
exit 0
fi
exit 1
EOF
chmod 755 "$pkgdir/opt/$_pkgname/shims/rpm"
install -d "$pkgdir/usr/bin"
cat > "$pkgdir/usr/bin/$_pkgname" <<EOF
#!/bin/sh
export PATH="/opt/$_pkgname/shims:\$PATH"
exec "/opt/$_pkgname/$_pkgname" --ozone-platform=x11 "\$@"
EOF
chmod 755 "$pkgdir/usr/bin/$_pkgname"
sed -i "s|\"/opt/Alderon Games Launcher/$_pkgname\"|/usr/bin/$_pkgname|" \
"$pkgdir/usr/share/applications/$_pkgname.desktop"
rm -rf "$pkgdir/usr/share/doc"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |