openjk-bin
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:19
source=("https://builds.openjk.org/openjk-$_pkgver-linux-64.tar.gz"
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 from builds.openjk.org, which is the official OpenJK CI/build server operated by the JACoders project (the upstream maintainers of OpenJK). This is not a random personal host — it is the project's own dedicated build distribution server, analogous to how many projects host release artifacts on a subdomain separate from their GitHub page. The binaries are verified with sha256sums. However, the concern is real in the sense that: (1) prebuilt binaries are installed and executed rather than compiled from source, (2) the host is not GitHub Releases or another widely-audited platform, and (3) the package is dated 2018 so the build artifact is old and the host's continued trustworthiness cannot be assumed. This is a genuine medium-level supply-chain concern (executed binary from a non-primary forge), not a false positive, but also not evidence of active malice.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Nikos Fytilis <n-fit@hotmail.com>
# Contributor: Pavel Lymarev <x-user at bk dot ru>
# Contributor: Jameson Pugh <imntreal@gmail.com>
# Contributor: Rene Schoebel (wesley) <schoebel.r at gmail dot com>
pkgname=openjk-bin
_pkgver='2018-02-26-e3f22070'
pkgver=$(echo $_pkgver | tr - .)
pkgrel=1
pkgdesc="Open Source Jedi Knight II + III Engine - pre built"
arch=('x86_64')
url="https://github.com/JACoders/OpenJK"
license=('GPL')
depends=('libgl' 'openal' 'zlib' 'sdl2' 'libjpeg' 'glu')
makedepends=()
optdepends=('libpng')
provides=(openjk)
conflicts=(openjk-git)
source=("https://builds.openjk.org/openjk-$_pkgver-linux-64.tar.gz"
'openjkmp.png'
'openjksp.png'
'openjkmp.desktop'
'openjksp.desktop')
sha256sums=('80b831c821ba5676fb981becc1b655b728d09114c16135211f62ada32480184a'
'0e82e720777eeb2043c2c25cdbce702c6d4ca077543aedfe51e5c4e96cf03969'
'afb2c1a757720c70798e7f7218f823297a43bc61e0cb192e9443df67c2963903'
'd3ad7dd270e57d36a22caef21bff17f2eb4acb0ad9087f6a17ca4a0bf9c566fc'
'd03554bd926954218c243a1a97d39ea9700d064a2374f671249a533ebd970375')
package() {
cd "${srcdir}"
install -d "${pkgdir}"/opt/JediAcademy
cp -r install/JediAcademy/* "${pkgdir}"/opt/JediAcademy
mkdir -p "${pkgdir}/usr/bin"
_jkarch=$arch
cat > ${pkgdir}/usr/bin/openjk << EOF
#!/bin/bash
cd /opt/JediAcademy
exec ./openjk.${_jkarch} \$@
EOF
cat > ${pkgdir}/usr/bin/openjk_sp << EOF
#!/bin/bash
cd /opt/JediAcademy
exec ./openjk_sp.${_jkarch} \$@
EOF
cat > ${pkgdir}/usr/bin/openjkded << EOF
#!/bin/bash
cd /opt/JediAcademy
exec ./openjkded.${_jkarch} \$@
EOF
chmod +x ${pkgdir}/usr/bin/openjk
chmod +x ${pkgdir}/usr/bin/openjk_sp
chmod +x ${pkgdir}/usr/bin/openjkded
chmod 755 -R ${pkgdir}/opt/JediAcademy
install -Dm755 "${srcdir}/openjkmp.png" "${pkgdir}/usr/share/pixmaps/openjkmp.png"
install -Dm755 "${srcdir}/openjksp.png" "${pkgdir}/usr/share/pixmaps/openjksp.png"
install -Dm755 "${srcdir}/openjkmp.desktop" "${pkgdir}/usr/share/applications/openjkmp.desktop"
install -Dm755 "${srcdir}/openjksp.desktop" "${pkgdir}/usr/share/applications/openjksp.desktop"
}
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 |