labymodlauncher-bin

LOW
maintainer labystudio 3 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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: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
1
2pkgname=labymodlauncher-bin
3pkgver=3.0.16
4pkgrel=1
5pkgdesc="A launcher for LabyMod, a Minecraft client that adds a bunch of useful features (official)"
6arch=('x86_64')
7url="https://www.laby.net/"
8license=('LicenseRef-Proprietary')
9provides=('labylauncher')
10depends=('gtk3' 'nss' 'alsa-lib')
11options=(!strip !debug)
12source=("${pkgname}-${pkgver}.AppImage::https://releases.r2.labymod.net/launcher/linux/x64/LabyMod%20Launcher-3.0.16.AppImage")
13sha256sums=('9b981bb0c670741abf3818f169018e05c7f8921932fd919ecad4b3370e8ad473')
14
15package() {
16 cd "${srcdir}"
17 chmod +x "${pkgname}-${pkgver}.AppImage"
18 ./"${pkgname}-${pkgver}.AppImage" --appimage-extract >/dev/null
19
20 install -dm755 "${pkgdir}/opt/labymodlauncher-bin"
21 cp -a squashfs-root/. "${pkgdir}/opt/labymodlauncher-bin/"
22 chmod -R a+rX "${pkgdir}/opt/labymodlauncher-bin"
23 chmod 4755 "${pkgdir}/opt/labymodlauncher-bin/chrome-sandbox"
24
25 install -dm755 "${pkgdir}/usr/bin"
26 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"
27 chmod 755 "${pkgdir}/usr/bin/labymodlauncher"
28
29 desktop=$(find squashfs-root -maxdepth 1 -name '*.desktop' | head -n1)
30 if [ -n "${desktop}" ]; then
31 install -Dm644 "${desktop}" "${pkgdir}/usr/share/applications/labymodlauncher-bin.desktop"
32 sed -i "s|^Exec=.*|Exec=labymodlauncher %U|; s|^Icon=.*|Icon=labymodlauncher-bin|" "${pkgdir}/usr/share/applications/labymodlauncher-bin.desktop"
33 fi
34 icon=$(find squashfs-root -maxdepth 1 -name '*.png' | head -n1)
35 [ -z "${icon}" ] && [ -f squashfs-root/.DirIcon ] && icon=squashfs-root/.DirIcon
36 if [ -n "${icon}" ]; then
37 install -Dm644 "${icon}" "${pkgdir}/usr/share/pixmaps/labymodlauncher-bin.png"
38 fi
39}
40

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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion