bitfighter
maintainer monkeynaleo
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
9
pkgname=bitfighter
10
pkgver=022
11
pkgrel=1
12
pkgdesc="A fast-paced team-based outer-space multi-player combat game"
13
arch=('i686' 'x86_64')
14
url="http://bitfighter.org/"
15
license=('GPL')
16
conflicts=('bitfighterd')
17
depends=(
18
'sqlite'
19
'sdl2'
20
'libpng'
21
'openal'
22
'libvorbis'
23
'libmodplug'
24
'speex'
25
)
26
makedepends=(
27
'cmake>=3.1.0'
28
'gcc'
29
'glu'
30
)
31
source=("http://${pkgname}.org/files/${pkgname}-${pkgver/./}.tar.gz"
32
"http://bitfighter.org/files/classic_level_pack.zip"
33
"$pkgname.png"
34
"$pkgname.desktop")
35
build() {
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
46
package() {
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
65
md5sums=('364336a19e7fa48cc849c24af115077b'
66
'cb32039b47026e176d3f1f3639bd1a9f'
67
'8b28490af9deadd0a1a104ae372f5b08'
68
'657e0ff146dd3dac682e15be5a74fbf0')
69
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |