battlejump
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.
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-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |