brickadia-launcher

LOW
maintainer nss 1 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=brickadia-launcher
5pkgver=$_version
6pkgrel=1
7pkgdesc="A multiplayer 3D brick building game."
8arch=(x86_64)
9url="https://brickadia.com"
10license=(unknown)
11
12options=('!strip')
13_dist="brickadia-launcher-$_version.deb"
14source=("$_dist::https://static.brickadia.com/launcher/$_version/brickadia-launcher.deb")
15sha256sums=('a94938152847599b120c397d1762761b02758ec365ed2f3bbc94d50d750eb400')
16noextract=("$_dist")
17
18depends=(
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
51prepare() {
52 ar p "$_dist" data.tar.xz | tar -Jx
53}
54
55package() {
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)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 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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