luggage-desktop
maintainer SeanStoves
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package repackages an official binary from the project's own domain (luggage.gg), which is a normal AUR practice for closed-source software; the non-whitelisted host is the project's official site, and no untrusted executable or obfuscated code is introduced.
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 repackages an official binary from the project's own domain (luggage.gg), which is a normal AUR practice for closed-source software; the non-whitelisted host is the project's official site, and no untrusted executable or obfuscated code is introduced.
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:19
source=("https://luggage.gg/development/LuggageDesktop/Luggage_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sean Stoves <sean@seanstoves.com>
2
3
# Upstream is closed source and only ships .deb/.rpm, so this repacks the .deb.
4
# New releases land at https://luggage.gg/luggage-desktop.html
5
6
pkgname=luggage-desktop
7
pkgver=1.14.0
8
# packaging revisions over upstream's re-pushed 1.14.0 (upstream keeps reusing the version):
9
# -2 restored the missing quow-data map db
10
# -3 declares the glibc>=2.39 floor the binary needs (moot on Arch, kept for parity)
11
pkgrel=3
12
pkgdesc="Modern Discworld MUD client with live map, item search, and plugin support"
13
arch=('x86_64')
14
url="https://luggage.gg/luggage-desktop.html"
15
license=('LicenseRef-proprietary')
16
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'libsoup3' 'openssl'
17
'cairo' 'gdk-pixbuf2' 'glib2' 'gcc-libs' 'glibc>=2.39' 'hicolor-icon-theme')
18
options=('!strip' '!debug')
19
source=("https://luggage.gg/development/LuggageDesktop/Luggage_${pkgver}_amd64.deb")
20
sha256sums=('2e7bd6a36bf9a9572dae32dc50d39a6409ea152a39eec75eccec6f461fb710e3')
21
22
package() {
23
# makepkg already unpacked the .deb (ar archive) into srcdir
24
bsdtar -xf data.tar.gz -C "$pkgdir"
25
26
# upstream ships an empty Categories= so it lands nowhere in app menus
27
sed -i 's/^Categories=$/Categories=Game;RolePlaying;/' "$pkgdir/usr/share/applications/Luggage.desktop"
28
29
# no license text published upstream, just a copyright notice on the site
30
install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE" <<'EOF'
31
Luggage Desktop is proprietary software.
32
Copyright (c) CallMeCarlos.com - All rights reserved.
33
34
Repackaged unmodified from the official binary release:
35
https://luggage.gg/luggage-desktop.html
36
EOF
37
}
38
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Sean Stoves <sean@seanstoves.com> # Upstream is closed source and only ships .deb/.rpm, so this repacks the .deb.-# New releases land at https://www.callmecarlos.com/luggage-desktop.html+# New releases land at https://luggage.gg/luggage-desktop.html pkgname=luggage-desktop pkgver=1.14.0@@ -11,12 +11,12 @@ pkgrel=3 pkgdesc="Modern Discworld MUD client with live map, item search, and plugin support" arch=('x86_64')-url="https://www.callmecarlos.com/luggage-desktop.html"+url="https://luggage.gg/luggage-desktop.html" license=('LicenseRef-proprietary') depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator' 'libsoup3' 'openssl' 'cairo' 'gdk-pixbuf2' 'glib2' 'gcc-libs' 'glibc>=2.39' 'hicolor-icon-theme') options=('!strip' '!debug')-source=("https://callmecarlos.com/development/LuggageDesktop/Luggage_${pkgver}_amd64.deb")+source=("https://luggage.gg/development/LuggageDesktop/Luggage_${pkgver}_amd64.deb") sha256sums=('2e7bd6a36bf9a9572dae32dc50d39a6409ea152a39eec75eccec6f461fb710e3') package() {@@ -32,7 +32,7 @@ Copyright (c) CallMeCarlos.com - All rights reserved. Repackaged unmodified from the official binary release:-https://www.callmecarlos.com/luggage-desktop.html+https://luggage.gg/luggage-desktop.html EOF } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 05:22:32 | MEDIUM | 1 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 01:15:36 | 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 |