labymodlauncher-bin
The package downloads a prebuilt AppImage from the official release infrastructure of the project (r2.labymod.net), which is plausibly controlled by the vendor; while the host is not on a standard whitelist, it is project-specific and the AppImage is a standard distribution format for the software, with a provided and matching checksum, indicating legitimate use rather than a supply-chain compromise.
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 AppImage from the official release infrastructure of the project (r2.labymod.net), which is plausibly controlled by the vendor; while the host is not on a standard whitelist, it is project-specific and the AppImage is a standard distribution format for the software, with a provided and matching checksum, indicating legitimate use rather than a supply-chain compromise.
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:12
source=("${pkgname}-${pkgver}.AppImage::https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-3.0.16.AppImage")
PKGBUILD
1 offending line(s) highlighted
pkgname=labymodlauncher-bin
pkgver=3.0.16
pkgrel=1
pkgdesc="A launcher for LabyMod, a Minecraft client that adds a bunch of useful features (official)"
arch=('x86_64')
url="https://www.laby.net/"
license=('LicenseRef-Proprietary')
provides=('labylauncher')
depends=('gtk3' 'nss' 'alsa-lib')
options=(!strip !debug)
source=("${pkgname}-${pkgver}.AppImage::https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-3.0.16.AppImage")
sha256sums=('9b981bb0c670741abf3818f169018e05c7f8921932fd919ecad4b3370e8ad473')
package() {
cd "${srcdir}"
chmod +x "${pkgname}-${pkgver}.AppImage"
./"${pkgname}-${pkgver}.AppImage" --appimage-extract >/dev/null
install -dm755 "${pkgdir}/opt/labymodlauncher-bin"
cp -a squashfs-root/. "${pkgdir}/opt/labymodlauncher-bin/"
chmod -R a+rX "${pkgdir}/opt/labymodlauncher-bin"
chmod 4755 "${pkgdir}/opt/labymodlauncher-bin/chrome-sandbox"
install -dm755 "${pkgdir}/usr/bin"
printf '%s\n' '#!/bin/sh' 'export APPDIR=/opt/labymodlauncher-bin' 'export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"' 'export XDG_DATA_DIRS="${APPDIR}/usr/share/:${XDG_DATA_DIRS}:/usr/share/gnome:/usr/local/share/:/usr/share/"' 'export GSETTINGS_SCHEMA_DIR="${APPDIR}/usr/share/glib-2.0/schemas:${GSETTINGS_SCHEMA_DIR}"' 'exec "${APPDIR}/labymodlauncher" "$@"' > "${pkgdir}/usr/bin/labymodlauncher"
chmod 755 "${pkgdir}/usr/bin/labymodlauncher"
desktop=$(find squashfs-root -maxdepth 1 -name '*.desktop' | head -n1)
if [ -n "${desktop}" ]; then
install -Dm644 "${desktop}" "${pkgdir}/usr/share/applications/labymodlauncher-bin.desktop"
sed -i "s|^Exec=.*|Exec=labymodlauncher %U|; s|^Icon=.*|Icon=labymodlauncher-bin|" "${pkgdir}/usr/share/applications/labymodlauncher-bin.desktop"
fi
icon=$(find squashfs-root -maxdepth 1 -name '*.png' | head -n1)
[ -z "${icon}" ] && [ -f squashfs-root/.DirIcon ] && icon=squashfs-root/.DirIcon
if [ -n "${icon}" ]; then
install -Dm644 "${icon}" "${pkgdir}/usr/share/pixmaps/labymodlauncher-bin.png"
fi
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,6 +1,6 @@ pkgname=labymodlauncher-bin-pkgver=3.0.15+pkgver=3.0.16 pkgrel=1 pkgdesc="A launcher for LabyMod, a Minecraft client that adds a bunch of useful features (official)" arch=('x86_64')@@ -9,8 +9,8 @@ provides=('labylauncher') depends=('gtk3' 'nss' 'alsa-lib') options=(!strip !debug)-source=("${pkgname}-${pkgver}.AppImage::https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-3.0.15.AppImage")-sha256sums=('dc33592ec43bd6d8fa4711a8a20863d2df8b7f09e99ff8f838440c973f62e2d7')+source=("${pkgname}-${pkgver}.AppImage::https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-3.0.16.AppImage")+sha256sums=('9b981bb0c670741abf3818f169018e05c7f8921932fd919ecad4b3370e8ad473') package() { cd "${srcdir}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 17:23:26 | Medium | 1 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 19:17:46 | Medium | 1 |
| 2026-09-14 17:17:35 | Medium | 1 |
| 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 |