true-combat-elite-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:10
source=('true-combat-elite-0.49b-linux.tar.xz::https://web.archive.org/web/20230927175150if_/https://pomf2.lain.la/f/m3epnqj6.tar.xz')
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 (a game executable with 32-bit native libraries) from pomf2.lain.la, an anonymous file-sharing host, archived via web.archive.org. While the sha256sum is pinned and the Wayback Machine URL provides some immutability, pomf2.lain.la is not an official vendor distribution channel — it is an ephemeral file host with no chain of custody to the original True Combat Elite developers. The binary is executed directly as a game client and server. This is a genuine supply-chain concern: the original upload to pomf2.lain.la cannot be verified as authentic, and there is no way to confirm the binary matches any official release. The web.archive.org wrapper adds some stability but does not add authenticity. The sha256 check mitigates silent substitution going forward, but does not validate the provenance of what was originally uploaded. This fits the medium category: an executed binary from an unofficial/personal host with unverifiable provenance.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Herbert Knapp <herbert.knapp vivaldi.net>
pkgname="true-combat-elite-bin"
pkgver=0.49b
pkgrel=4
pkgdesc="Tactical multiplayer FPS like Counter Strike, Urban Terror. Based on Enemy Territory."
arch=('i686' 'x86_64')
url="http://www.truecombatelite.com/"
license=('unknown')
options=(!strip)
source=('true-combat-elite-0.49b-linux.tar.xz::https://web.archive.org/web/20230927175150if_/https://pomf2.lain.la/f/m3epnqj6.tar.xz')
sha256sums=('74d71667082ea08b49a61551611dccab4a161b80dae3cf0dd5a7802e7e10d254')
depends=('lib32-libstdc++5' 'lib32-sdl12-compat' 'lib32-alsa-lib' 'lib32-libpulse' 'lib32-alsa-plugins')
prepare() {
tar xvf true-combat-elite-0.49b-linux.tar.xz
}
package() {
mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/usr/share/applications" "${pkgdir}/usr/share/games"
mv "${srcdir}/true-combat-elite/true-combat-elite" "${srcdir}/true-combat-elite/true-combat-elite-server" "${pkgdir}/usr/bin/"
mv "${srcdir}/true-combat-elite" "${pkgdir}/usr/share/games/"
_desktop="${pkgdir}/usr/share/applications/true-combat-elite.desktop"
echo '[Desktop Entry]' > ${_desktop}
echo 'Type=Application' >> ${_desktop}
echo "Name=True Combat Elite ${pkgver/\.*/}" >> ${_desktop}
echo "Comment=${pkgdesc}" >> ${_desktop}
echo 'Exec=true-combat-elite' >> ${_desktop}
echo "Icon=/usr/share/games/true-combat-elite/icon.png" >> ${_desktop}
echo 'Terminal=false' >> ${_desktop}
echo 'Categories=Games;ActionGame;' >> ${_desktop}
echo 'First time users: start true-combat-elite three times to get native display resolution.'
## Fix launcher
sed -i 's/@/\$\{@\}/' "${pkgdir}/usr/bin/true-combat-elite"
}
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 |