battlejump

MEDIUM
maintainer Basxto 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:15 source=(http://www.battlejump.com/Download/Battle_Jump_v0122_Linux_${ARCH}.tar.gz battlejump.desktop battlejumplauncher.desktop battlejump.sh)
Medium AI review 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
1# Maintainer: kaptoxic
2# Co-Maintianer: Sebastian Riedel <archlinux(at)basxto(dot)de>
3# Contributor: Vincent Debarre <vinilox@vinilox.eu>
4
5pkgname=battlejump
6pkgver=0.12.0
7pkgrel=10
8pkgdesc="Arcade game inspired by Monster Farm Jump."
9[ "$CARCH" = "i686" ] && ARCH=x86 && ARCHMD5="264e973bf5ca043c83ecb85dab5b1386"
10[ "$CARCH" = "x86_64" ] && ARCH=x64 && ARCHMD5="4c8c3b0dab9d9b9295b5134dc2c79944"
11arch=('i686' 'x86_64')
12url="http://www.battlejump.com"
13license=("cc-by-nc-sa")
14depends=('sdl' 'sdl_mixer' 'sdl_image' 'sdl_ttf' 'curl' 'java-runtime' 'libcurl-compat')
15source=(http://www.battlejump.com/Download/Battle_Jump_v0122_Linux_${ARCH}.tar.gz battlejump.desktop battlejumplauncher.desktop battlejump.sh)
16md5sums=("${ARCHMD5}"
17 'b6966061a4f38179ffa0f20ca605348f'
18 'f10f4d87f398ab1fbdf57d0c9b84e619'
19 'ce06f699c2cc5884a9595ccffedfafad')
20
21package() {
22 cd ${srcdir}/BattleJump
23 mkdir -p ${pkgdir}/usr/bin
24 mkdir -p ${pkgdir}/usr/share/{battlejump,applications}
25 cp -R * ${pkgdir}/usr/share/battlejump
26 chmod 755 -R ${pkgdir}/usr/share/battlejump
27 install ${srcdir}/battlejump.sh ${pkgdir}/usr/bin/battlejump
28 chmod 777 ${pkgdir}/usr/share/battlejump/Data/*dat
29 install ${srcdir}/*.desktop ${pkgdir}/usr/share/applications
30}
31

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion