bitfighter
The package builds from source hosted on the project's official domain and includes a level pack from the same domain; both are non-whitelisted but plausibly official, and the level pack is non-executable data, so the risk is low.
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 builds from source hosted on the project's official domain and includes a level pack from the same domain; both are non-whitelisted but plausibly official, and the level pack is non-executable data, so the risk is low.
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:31
source=("http://${pkgname}.org/files/${pkgname}-${pkgver/./}.tar.gz" -
PKGBUILD:32
"http://bitfighter.org/files/classic_level_pack.zip"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Naleo Hyde <naleo dot hyde at gmail dot com>
# Contributor: Szymon Scholz < szymonscholz at gmail dot com >
# Contributor: Frederic Bezies < fredbezies at gmail dot com>
# Contributor: Larry Hajali <larryhaja[at]gmail[dot]com>
# Contributor: carstene1ns <arch carsten-teibes de>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=bitfighter
pkgver=022
pkgrel=1
pkgdesc="A fast-paced team-based outer-space multi-player combat game"
arch=('i686' 'x86_64')
url="http://bitfighter.org/"
license=('GPL')
conflicts=('bitfighterd')
depends=(
'sqlite'
'sdl2'
'libpng'
'openal'
'libvorbis'
'libmodplug'
'speex'
)
makedepends=(
'cmake>=3.1.0'
'gcc'
'glu'
)
source=("http://${pkgname}.org/files/${pkgname}-${pkgver/./}.tar.gz"
"http://bitfighter.org/files/classic_level_pack.zip"
"$pkgname.png"
"$pkgname.desktop")
build() {
echo " ${CPPFLAGS}"
export CFLAGS+=" ${CPPFLAGS}"
export CXXFLAGS+=" ${CPPFLAGS}"
cmake -B build -S "bitfighter-${pkgver}" \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-Wno-dev
make -C build
}
package() {
cd $pkgname-${pkgver/./}
# install game ressources and executable
install -d "$pkgdir"/usr/share/$pkgname "$pkgdir"/usr/bin
cp "${srcdir}"/classic_level_pack/* resource/levels
cp -r resource/* "$pkgdir"/usr/share/$pkgname
install -m755 exe/$pkgname "$pkgdir"/usr/bin/$pkgname
# install a desktop entry
install -Dm644 ../$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
# install documentation and license
install -Dm644 doc/README.txt "$pkgdir"/usr/share/doc/$pkgname/README
install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
md5sums=('364336a19e7fa48cc849c24af115077b'
'cb32039b47026e176d3f1f3639bd1a9f'
'8b28490af9deadd0a1a104ae372f5b08'
'657e0ff146dd3dac682e15be5a74fbf0')
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 |