fxball-remastered
The package downloads a source archive from a non-whitelisted host (matix.li), but it is a direct, static link to what appears to be the game's binary distribution; the file is checksum-verified, and the package installs only local data and a wrapper script, with no evidence of remote code execution or obfuscation.
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 source archive from a non-whitelisted host (matix.li), but it is a direct, static link to what appears to be the game's binary distribution; the file is checksum-verified, and the package installs only local data and a wrapper script, with no evidence of remote code execution or obfuscation.
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:10
source=("$pkgname-$pkgver.zip::https://matix.li/4763d465f26d")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Miepee <janbidler00 at tutanota dot com>
pkgname=fxball-remastered
pkgver=1.0
pkgrel=2
pkgdesc="A classic Breakout / Arkanoid arcade game with a few twists. Made by DoctorM64."
arch=(x86_64)
url="https://doctorm64.itch.io/fxb-remastered"
license=('none')
depends=('lib32-gcc-libs' 'lib32-zlib' 'lib32-libxxf86vm' 'lib32-libglvnd' 'lib32-curl' 'lib32-openal' 'lib32-glibc' 'lib32-openssl-1.0' 'lib32-libxext' 'lib32-libx11' 'lib32-libx11' 'lib32-libxrandr' 'lib32-glu' 'lib32-libidn2' 'lib32-libssh2' 'lib32-libpsl' 'lib32-openssl' 'lib32-krb5' 'lib32-zstd' 'lib32-libxcb' 'lib32-libxrender' 'lib32-libunistring' 'lib32-e2fsprogs' 'lib32-keyutils' 'lib32-libxau' 'lib32-libxdmcp' 'lib32-libpulse' 'lib32-libcurl-compat')
source=("$pkgname-$pkgver.zip::https://matix.li/4763d465f26d")
md5sums=("75b9b759c5c6a798c686d412197e1b05")
package() {
# remove orphaned file
rm -f $pkgname-$pkgver.zip
mkdir -p "$pkgdir/usr/bin/"
mkdir -p "$pkgdir/opt/$pkgname/"
cp -r ./ "$pkgdir/opt/$pkgname"
chmod +x "$pkgdir/opt/$pkgname/FX_Ball_Remastered"
#creating shell script cause gms1.4 dumb
echo "#! /usr/bin/sh
LD_PRELOAD=libcurl.so.3 /opt/$pkgname/FX_Ball_Remastered" > "$pkgdir/opt/$pkgname/startFXBall-Remastered.sh"
chmod +x "$pkgdir/opt/$pkgname/startFXBall-Remastered.sh"
ln -sf "/opt/$pkgname/startFXBall-Remastered.sh" "$pkgdir/usr/bin/$pkgname"
# Adding desktop entry
mkdir -p "$pkgdir/usr/share/applications/"
echo "[Desktop Entry]
Type=Application
Categories=Game
Encoding=UTF-8
Name=FX Ball Remastered
Comment=A classic Breakout / Arkanoid arcade game, but you can control up to 4 paddles at the same time with the mouse.
Exec=fxball-remastered
Icon=/opt/fxball-remastered/assets/icon.png
Terminal=false" > "$pkgdir/usr/share/applications/$pkgname.desktop"
}
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 |