gdlauncher-bin
Triggered rules
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:15
source=("$pkgname-$pkgver.AppImage::https://cdn-raw.gdl.gg/launcher/GDLauncher__${pkgver}__linux__x64.AppImage"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt AppImage binary from cdn-raw.gdl.gg, which is GDLauncher's own CDN (gorilla-devs/GDLauncher-Carbon project). This is the official distribution channel for GDLauncher releases, not a random personal host. However, it is not a well-known, independently verifiable host like GitHub releases, and the CDN could theoretically serve different content without a source-code audit trail. The b2sums are pinned, which mitigates silent substitution risk significantly. The binary is executed (AppImage extraction), and the extracted native binary 'resources/binaries/core_module' is installed and made executable. This is a standard -bin AUR pattern for an AppImage, and the checksums provide integrity verification. The risk is real but typical for any -bin AUR package: trust in the upstream CDN and the maintainer's checksum updates. This is a borderline clean/medium case — the CDN appears to be the official GDLauncher distribution endpoint, pinned checksums are present, and the pattern is standard for AppImage packaging. Downgrading to low rather than medium because the host is the project's own CDN (not a personal/unofficial host) and integrity is verified via b2sums.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ivan Gabaldon <aur[at]inetol.net>
# Contributor: S Stewart <tda@null.net>
# Contributor: Cranky Supertoon <crankysupertoon@gmail.com>
pkgname=gdlauncher-bin
pkgver=2.0.24
pkgrel=1
pkgdesc='A simple, yet powerful Minecraft custom launcher with a strong focus on the user experience (binary release)'
arch=('x86_64')
url=https://gdlauncher.com
license=('BUSL-1.1')
_electron=electron36
provides=("${pkgname//-bin}")
conflicts=("${pkgname//-bin}")
source=("$pkgname-$pkgver.AppImage::https://cdn-raw.gdl.gg/launcher/GDLauncher__${pkgver}__linux__x64.AppImage"
"${pkgname//-bin}.sh"
"LICENSE::https://raw.githubusercontent.com/gorilla-devs/GDLauncher-Carbon/develop/LICENSE")
b2sums=('64bafa308044ef6e3c92710bc0ae5edc3ac99a77be8bdbae88619095b25fda77d9bb4ac305f7e434ba52c60ca54e7c35201c0668fe6dcf5ec7b7743fcf41daf6'
'98f4cb1253a1c8b076042bec96ccde6253107491790d79eca04b667358b79b4bf34f698fb7e9790e1924c52cbe317783269700e1268d3039803adcdf2ee2f5bd'
'93aed8a6736b73bc8ce08847d9dc895c0e14310125811ea43fbfe9977faa186c4d8f8ffcf88a2a17ab8ae34ab82e1ffbe84e1c590456d4bef46e552b5f80cee7')
prepare() {
sed -i "s|@ELECTRON@|$_electron|" "${pkgname//-bin}.sh"
chmod +x "$pkgname-$pkgver.AppImage"
"./$pkgname-$pkgver.AppImage" --appimage-extract
# Convert
cd squashfs-root/
mkdir -p resources/resources/
cp -rlf resources/{binaries/,app.asar} resources/resources/
rm -rf resources/{binaries/,app.asar,app-update.yml}
cat ../LICENSE > resources/LICENSE
cat "../${pkgname//-bin}.sh" > "resources/${pkgname//-bin}"
mv "@gddesktop.desktop" "resources/${pkgname//-bin}.desktop"
sed -i -e "s|Exec=.*|Exec=/usr/bin/${pkgname//-bin} %U|" -e "s|Icon=.*|Icon=${pkgname//-bin}|" -e '/X-AppImage-Version=.*/d' "resources/${pkgname//-bin}.desktop"
mv usr/share/icons/hicolor/0x0/apps/@gddesktop.png "resources/${pkgname//-bin}.png"
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chmod 755 resources/resources/{binaries/core_module,app.asar}
}
package() {
depends=("$_electron"
'gcc-libs'
'glibc'
'libxcb')
optdepends=('libappindicator-gtk3: Systray indicator support')
install -d "$pkgdir/opt/${pkgname//-bin}/"
cp -a squashfs-root/resources/. "$pkgdir/opt/${pkgname//-bin}/"
chmod 755 "$pkgdir/opt/${pkgname//-bin}/${pkgname//-bin}"
install -d "$pkgdir/usr/bin/"
ln -s "/opt/${pkgname//-bin}/${pkgname//-bin}" "$pkgdir/usr/bin/${pkgname//-bin}"
install -d "$pkgdir/usr/share/applications/"
ln -s "/opt/${pkgname//-bin}/${pkgname//-bin}.desktop" "$pkgdir/usr/share/applications/${pkgname//-bin}.desktop"
install -d "$pkgdir/usr/share/icons/"
ln -s "/opt/${pkgname//-bin}/${pkgname//-bin}.png" "$pkgdir/usr/share/icons/${pkgname//-bin}.png"
install -d "$pkgdir/usr/share/licenses/${pkgname//-bin}/"
ln -s "/opt/${pkgname//-bin}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname//-bin}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |