lunar-client

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

The package downloads a prebuilt AppImage from the project's official CDN domain, which is plausibly controlled by the Lunar Client project; while the host is not on a standard whitelist, the AppImage is from the official vendor and used to extract and repackage the application, a common and expected practice for AppImage-based AUR packages.

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 project's official CDN domain, which is plausibly controlled by the Lunar Client project; while the host is not on a standard whitelist, the AppImage is from the official vendor and used to extract and repackage the application, a common and expected practice for AppImage-based AUR packages.

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:16 source=("https://launcherupdates.lunarclientcdn.com/${_appimage}")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Nixuge
2# Co-Maintainer: Antti <antti@antti.codes>
3
4pkgname=lunar-client
5_pkgname=lunarclient
6pkgver=3.7.16
7pkgrel=1
8pkgdesc='PvP modpack for all modern versions of Minecraft'
9url=https://lunarclient.com
10arch=(x86_64)
11license=(unknown)
12depends=(fuse xorg-xrandr)
13options=(!strip !debug)
14# For some reason lunar added "ow" to the filename, may or may not change, check on the next update.
15_appimage="Lunar%20Client-${pkgver}-ow.AppImage"
16source=("https://launcherupdates.lunarclientcdn.com/${_appimage}")
17sha256sums=('1e8a6f5a58a7cb2ca76d7f7450a8051fd3fcfffe558bcf778962b7c9a6ec3a99')
18
19prepare() {
20 chmod +x "${_appimage}"
21 ./"${_appimage}" --appimage-extract
22}
23
24build() {
25 # Adjust .desktop so it will work outside of AppImage container
26 sed -i -E \
27 "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|" \
28 "squashfs-root/lunarclient.desktop"
29 # Fix permissions; .AppImage permissions are 700 for all directories
30 chmod -R a-x+rX squashfs-root/usr
31}
32
33package() {
34 # AppImage
35 install -Dm755 \
36 "${srcdir}/${_appimage}" \
37 "${pkgdir}/opt/${_pkgname}/${_pkgname}.AppImage"
38
39 # Desktop file
40 install -Dm644 \
41 "${srcdir}/squashfs-root/lunarclient.desktop" \
42 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
43
44 # Icon images
45 install -dm755 "${pkgdir}/usr/share/icons/hicolor/512x512/apps"
46 cp -a \
47 "${srcdir}/squashfs-root/usr/share/icons/hicolor/1024x1024/apps/lunarclient.png" \
48 "${pkgdir}/usr/share/icons/hicolor/512x512/apps/lunarclient.png"
49
50 # Symlink executable
51 install -dm755 "${pkgdir}/usr/bin"
52 ln -s \
53 "/opt/${_pkgname}/${_pkgname}.AppImage" \
54 "${pkgdir}/usr/bin/${_pkgname}"
55}
56# vim:set ts=4 sw=4 noet:
57

Changes since previous scan

--- PKGBUILD @ 2026-08-31 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
pkgname=lunar-client
_pkgname=lunarclient
-pkgver=3.7.15
+pkgver=3.7.16
pkgrel=1
pkgdesc='PvP modpack for all modern versions of Minecraft'
url=https://lunarclient.com
@@ -14,7 +14,7 @@
# For some reason lunar added "ow" to the filename, may or may not change, check on the next update.
_appimage="Lunar%20Client-${pkgver}-ow.AppImage"
source=("https://launcherupdates.lunarclientcdn.com/${_appimage}")
-sha256sums=('ed3789a203750a2597c8ec9ac3d6c931d1c49787b12e442730de8ff2590085f6')
+sha256sums=('1e8a6f5a58a7cb2ca76d7f7450a8051fd3fcfffe558bcf778962b7c9a6ec3a99')
prepare() {
chmod +x "${_appimage}"

Scan history

Scanned at (UTC)SeverityRules
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 23:46:20 Medium 1
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 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