battlejump
Triggered rules
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:15
source=(http://www.battlejump.com/Download/Battle_Jump_v0122_Linux_${ARCH}.tar.gz battlejump.desktop battlejumplauncher.desktop battlejump.sh)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary tarball (a Linux game executable) directly from battlejump.com, the official project website. This is the upstream vendor's own host, not a personal or third-party mirror, so it is more trustworthy than a random personal site. However, the package is still pulling a prebuilt binary blob (not source-compiled), the URL is plain HTTP (no TLS), and the integrity check uses MD5 which is cryptographically weak. The version mismatch is also notable: pkgver=0.12.0 but the source URL references v0122, suggesting the PKGBUILD may be stale or inconsistent. These factors — prebuilt binary over plain HTTP with weak checksums — constitute a genuine supply-chain concern even if the host is the official one, keeping this at MEDIUM rather than clean.
PKGBUILD
1 offending line(s) highlighted# Maintainer: kaptoxic
# Co-Maintianer: Sebastian Riedel <archlinux(at)basxto(dot)de>
# Contributor: Vincent Debarre <vinilox@vinilox.eu>
pkgname=battlejump
pkgver=0.12.0
pkgrel=10
pkgdesc="Arcade game inspired by Monster Farm Jump."
[ "$CARCH" = "i686" ] && ARCH=x86 && ARCHMD5="264e973bf5ca043c83ecb85dab5b1386"
[ "$CARCH" = "x86_64" ] && ARCH=x64 && ARCHMD5="4c8c3b0dab9d9b9295b5134dc2c79944"
arch=('i686' 'x86_64')
url="http://www.battlejump.com"
license=("cc-by-nc-sa")
depends=('sdl' 'sdl_mixer' 'sdl_image' 'sdl_ttf' 'curl' 'java-runtime' 'libcurl-compat')
source=(http://www.battlejump.com/Download/Battle_Jump_v0122_Linux_${ARCH}.tar.gz battlejump.desktop battlejumplauncher.desktop battlejump.sh)
md5sums=("${ARCHMD5}"
'b6966061a4f38179ffa0f20ca605348f'
'f10f4d87f398ab1fbdf57d0c9b84e619'
'ce06f699c2cc5884a9595ccffedfafad')
package() {
cd ${srcdir}/BattleJump
mkdir -p ${pkgdir}/usr/bin
mkdir -p ${pkgdir}/usr/share/{battlejump,applications}
cp -R * ${pkgdir}/usr/share/battlejump
chmod 755 -R ${pkgdir}/usr/share/battlejump
install ${srcdir}/battlejump.sh ${pkgdir}/usr/bin/battlejump
chmod 777 ${pkgdir}/usr/share/battlejump/Data/*dat
install ${srcdir}/*.desktop ${pkgdir}/usr/share/applications
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |