brickadia-launcher
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
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)
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# Maintainer: ns <ns at brickadia dot com>
_version=1.5
pkgname=brickadia-launcher
pkgver=$_version
pkgrel=1
pkgdesc="A multiplayer 3D brick building game."
arch=(x86_64)
url="https://brickadia.com"
license=(unknown)
options=('!strip')
_dist="brickadia-launcher-$_version.deb"
source=("$_dist::https://static.brickadia.com/launcher/$_version/brickadia-launcher.deb")
sha256sums=('a94938152847599b120c397d1762761b02758ec365ed2f3bbc94d50d750eb400')
noextract=("$_dist")
depends=(
## For the downloaded game
glibc
gcc-libs
## For the launcher
# For /usr/bin/brickadia
bash
# For /usr/share/icons/hicolor/
hicolor-icon-theme
# I would prefer to depend on qt6-base etc., which would involve more complicated
# mangling of the upstream files, as they're distributed with a Windows-like approach.
# For ['usr/lib/brickadia-launcher/libQt6Gui.so.6']
fontconfig
# For ['usr/lib/brickadia-launcher/platforms/libqminimal.so']
freetype2
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so',
# 'usr/lib/brickadia-launcher/libQt6Gui.so.6']
libgl
# For ['usr/lib/brickadia-launcher/libQt6DBus.so.6']
dbus
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
libxkbcommon-x11
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
xcb-util-keysyms
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
xcb-util-renderutil
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
xcb-util-image
# For ['usr/lib/brickadia-launcher/platforms/libqxcb.so']
xcb-util-wm
)
prepare() {
ar p "$_dist" data.tar.xz | tar -Jx
}
package() {
install -Dm755 -t "$pkgdir"/usr/bin "$srcdir"/usr/bin/brickadia
install -Dm755 -t "$pkgdir"/usr/share/applications "$srcdir"/usr/share/applications/brickadia-launcher*.desktop
install -Dm755 -t "$pkgdir"/usr/share/icons/hicolor/256x256/apps "$srcdir"/usr/share/icons/hicolor/256x256/apps/brickadia-launcher*.png
mkdir -p "$pkgdir"/usr/lib/
cp -dr --no-preserve=ownership -t "$pkgdir"/usr/lib/ "$srcdir"/usr/lib/brickadia-launcher
mkdir -p "$pkgdir"/usr/share/licenses/
cp -dr --no-preserve=ownership -t "$pkgdir"/usr/share/licenses/ "$srcdir"/usr/share/licenses/brickadia-launcher
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |