brickadia-launcher
maintainer nss
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's own static domain, which is not on the whitelist but is plausibly official; the contents are extracted and installed without executing remote code, and the worst case of a swapped source is limited to supply-chain risk of the binary itself, not active exploitation.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the project's own static domain, which is not on the whitelist but is plausibly official; the contents are extracted and installed without executing remote code, and the worst case of a swapped source is limited to supply-chain risk of the binary itself, not active exploitation.
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:14
source=("$_dist::https://static.brickadia.com/launcher/$_version/brickadia-launcher.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ns <ns at brickadia dot com>
2
_version=1.5
3
4
pkgname=brickadia-launcher
5
pkgver=$_version
6
pkgrel=1
7
pkgdesc="A multiplayer 3D brick building game."
8
arch=(x86_64)
9
url="https://brickadia.com"
10
license=(unknown)
11
12
options=('!strip')
13
_dist="brickadia-launcher-$_version.deb"
14
source=("$_dist::https://static.brickadia.com/launcher/$_version/brickadia-launcher.deb")
15
sha256sums=('a94938152847599b120c397d1762761b02758ec365ed2f3bbc94d50d750eb400')
16
noextract=("$_dist")
17
18
depends=(
19
## For the downloaded game
20
glibc
21
gcc-libs
22
23
## For the launcher
24
# For /usr/bin/brickadia
25
bash
26
# For /usr/share/icons/hicolor/
27
hicolor-icon-theme
28
# I would prefer to depend on qt6-base etc., which would involve more complicated
29
# mangling of the upstream files, as they're distributed with a Windows-like approach.
30
# For ['usr/lib/brickadia-launcher/libQt6Gui.so.6']
31
fontconfig
32
# For ['usr/lib/brickadia-launcher/platforms/libqminimal.so']
33
freetype2
34
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so',
35
# 'usr/lib/brickadia-launcher/libQt6Gui.so.6']
36
libgl
37
# For ['usr/lib/brickadia-launcher/libQt6DBus.so.6']
38
dbus
39
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
40
libxkbcommon-x11
41
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
42
xcb-util-keysyms
43
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
44
xcb-util-renderutil
45
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
46
xcb-util-image
47
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
48
xcb-util-wm
49
)
50
51
prepare() {
52
ar p "$_dist" data.tar.xz | tar -Jx
53
}
54
55
package() {
56
install -Dm755 -t "$pkgdir"/usr/bin "$srcdir"/usr/bin/brickadia
57
install -Dm755 -t "$pkgdir"/usr/share/applications "$srcdir"/usr/share/applications/brickadia-launcher*.desktop
58
install -Dm755 -t "$pkgdir"/usr/share/icons/hicolor/256x256/apps "$srcdir"/usr/share/icons/hicolor/256x256/apps/brickadia-launcher*.png
59
60
mkdir -p "$pkgdir"/usr/lib/
61
cp -dr --no-preserve=ownership -t "$pkgdir"/usr/lib/ "$srcdir"/usr/lib/brickadia-launcher
62
63
mkdir -p "$pkgdir"/usr/share/licenses/
64
cp -dr --no-preserve=ownership -t "$pkgdir"/usr/share/licenses/ "$srcdir"/usr/share/licenses/brickadia-launcher
65
}
66
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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |