fxball-remastered

maintainer orphaned · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:10 source=("$pkgname-$pkgver.zip::https://matix.li/4763d465f26d")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Miepee <janbidler00 at tutanota dot com>
2pkgname=fxball-remastered
3pkgver=1.0
4pkgrel=2
5pkgdesc="A classic Breakout / Arkanoid arcade game with a few twists. Made by DoctorM64."
6arch=(x86_64)
7url="https://doctorm64.itch.io/fxb-remastered"
8license=('none')
9depends=('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')
10source=("$pkgname-$pkgver.zip::https://matix.li/4763d465f26d")
11md5sums=("75b9b759c5c6a798c686d412197e1b05")
12
13package() {
14 # remove orphaned file
15 rm -f $pkgname-$pkgver.zip
16
17 mkdir -p "$pkgdir/usr/bin/"
18 mkdir -p "$pkgdir/opt/$pkgname/"
19 cp -r ./ "$pkgdir/opt/$pkgname"
20 chmod +x "$pkgdir/opt/$pkgname/FX_Ball_Remastered"
21
22 #creating shell script cause gms1.4 dumb
23 echo "#! /usr/bin/sh
24LD_PRELOAD=libcurl.so.3 /opt/$pkgname/FX_Ball_Remastered" > "$pkgdir/opt/$pkgname/startFXBall-Remastered.sh"
25
26 chmod +x "$pkgdir/opt/$pkgname/startFXBall-Remastered.sh"
27
28 ln -sf "/opt/$pkgname/startFXBall-Remastered.sh" "$pkgdir/usr/bin/$pkgname"
29
30 # Adding desktop entry
31 mkdir -p "$pkgdir/usr/share/applications/"
32 echo "[Desktop Entry]
33Type=Application
34Categories=Game
35Encoding=UTF-8
36Name=FX Ball Remastered
37Comment=A classic Breakout / Arkanoid arcade game, but you can control up to 4 paddles at the same time with the mouse.
38Exec=fxball-remastered
39Icon=/opt/fxball-remastered/assets/icon.png
40Terminal=false" > "$pkgdir/usr/share/applications/$pkgname.desktop"
41}
42

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion