robombs_bin
maintainer jose1711
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the developer's own domain (jpct.de), which hosts the project's official content; the archive contains only game data and scripts, and the build process does not execute remote code or install unverified binaries.
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 the developer's own domain (jpct.de), which hosts the project's official content; the archive contains only game data and scripts, and the build process does not execute remote code or install unverified binaries.
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:12
source=("http://jpct.de/download/robombs.zip" "robombs.desktop" "Robombs.sh")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: jose <jose1711 [at] gmail (dot) com>
2
3
pkgname=robombs_bin
4
pkgver=1.02
5
pkgrel=3
6
pkgdesc="a free LAN game inspired by Bomberman"
7
arch=('i686' 'x86_64')
8
url="http://jpct.de/robombs.game/"
9
license=("custom")
10
depends=('java-runtime' 'lwjgl2')
11
options=('!strip')
12
source=("http://jpct.de/download/robombs.zip" "robombs.desktop" "Robombs.sh")
13
md5sums=('c842b2525b94478da8a883c8872c7ea2'
14
'61b9520f7c8e601c721e11176763471e'
15
'9d557c3f2ca4426aab8fe8c4300fd3e7')
16
17
package() {
18
cd $srcdir/robombs
19
mkdir -p $pkgdir/usr/share/robombs
20
/bin/tar cf - * | ( cd ${pkgdir}/usr/share/robombs/; tar xfp - )
21
rm -r ${pkgdir}/usr/share/robombs/lib/lwjgl-2.7.1
22
install -Dm755 $srcdir/Robombs.sh $pkgdir/usr/share/robombs/Robombs.sh
23
install -Dm755 $srcdir/Robombs.sh $pkgdir/usr/bin/robombs
24
install -Dm644 $srcdir/robombs.desktop $pkgdir/usr/share/applications/robombs.desktop
25
}
26
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 |