bitfighter

LOW
maintainer monkeynaleo 14 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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: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
1# Maintainer: Naleo Hyde <naleo dot hyde at gmail dot com>
2# Contributor: Szymon Scholz < szymonscholz at gmail dot com >
3# Contributor: Frederic Bezies < fredbezies at gmail dot com>
4# Contributor: Larry Hajali <larryhaja[at]gmail[dot]com>
5# Contributor: carstene1ns <arch carsten-teibes de>
6# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
7# Contributor: archtux <antonio.arias99999 at gmail.com>
8
9pkgname=bitfighter
10pkgver=022
11pkgrel=1
12pkgdesc="A fast-paced team-based outer-space multi-player combat game"
13arch=('i686' 'x86_64')
14url="http://bitfighter.org/"
15license=('GPL')
16conflicts=('bitfighterd')
17depends=(
18 'sqlite'
19 'sdl2'
20 'libpng'
21 'openal'
22 'libvorbis'
23 'libmodplug'
24 'speex'
25)
26makedepends=(
27 'cmake>=3.1.0'
28 'gcc'
29 'glu'
30)
31source=("http://${pkgname}.org/files/${pkgname}-${pkgver/./}.tar.gz"
32 "http://bitfighter.org/files/classic_level_pack.zip"
33 "$pkgname.png"
34 "$pkgname.desktop")
35build() {
36 echo " ${CPPFLAGS}"
37 export CFLAGS+=" ${CPPFLAGS}"
38 export CXXFLAGS+=" ${CPPFLAGS}"
39 cmake -B build -S "bitfighter-${pkgver}" \
40 -DCMAKE_BUILD_TYPE='None' \
41 -DCMAKE_INSTALL_PREFIX='/usr' \
42 -Wno-dev
43 make -C build
44}
45
46package() {
47 cd $pkgname-${pkgver/./}
48
49 # install game ressources and executable
50 install -d "$pkgdir"/usr/share/$pkgname "$pkgdir"/usr/bin
51 cp "${srcdir}"/classic_level_pack/* resource/levels
52 cp -r resource/* "$pkgdir"/usr/share/$pkgname
53 install -m755 exe/$pkgname "$pkgdir"/usr/bin/$pkgname
54
55 # install a desktop entry
56 install -Dm644 ../$pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
57 install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
58
59 # install documentation and license
60 install -Dm644 doc/README.txt "$pkgdir"/usr/share/doc/$pkgname/README
61 install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
62}
63
64
65md5sums=('364336a19e7fa48cc849c24af115077b'
66 'cb32039b47026e176d3f1f3639bd1a9f'
67 '8b28490af9deadd0a1a104ae372f5b08'
68 '657e0ff146dd3dac682e15be5a74fbf0')
69

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