urbanterror41
The package downloads a source zip from a non-whitelisted host, but it is a data archive for a legitimate game, built alongside a publicly auditable git repository (ioq3), with no evidence of malicious or unverifiable executable code.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source zip from a non-whitelisted host, but it is a data archive for a legitimate game, built alongside a publicly auditable git repository (ioq3), with no evidence of malicious or unverifiable executable code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=("https://up.barbatos.fr/urt/UrbanTerror4.1.1.zip" -
PKGBUILD:15
"https://upload.wikimedia.org/wikipedia/commons/5/56/Urbanterror.svg"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Joshua Olsen (JackKelli) <joshuaolsen@gmail.com>
pkgname=urbanterror41
pkgver=4.1
pkgrel=1
epoch=1
pkgdesc="Urban Terror is a team-based tactical shooter based on the Quake 3 Engine (ioQ3 Version)"
arch=('x86_64')
url="http://www.urbanterror.info"
license=('GPL2')
depends=('sdl' 'openal' 'curl' 'opus' 'opusfile' 'mumble')
makedepends=('mesa')
source=("https://up.barbatos.fr/urt/UrbanTerror4.1.1.zip"
"git+https://github.com/ioquake/ioq3.git"
"https://upload.wikimedia.org/wikipedia/commons/5/56/Urbanterror.svg"
"ioq3-makefile.local"
"ioq3-standalone.patch"
"ioq3-compile64.patch"
"${pkgname}.sh"
"${pkgname}-server.sh"
"${pkgname}.desktop"
"default.cfg")
md5sums=('722c1fea9936593c9ef039bb068cc33b'
'SKIP'
'728dc8288d4ffb781feddf55e0fc878d'
'c8e10b3582bbe56ccaf5e9d43c961002'
'1643d06ec3079542fb38cf2b913c84d9'
'62736969cc65c7b82d2183fd01078c2f'
'a437e92578430636a35bcb9b17337198'
'b3fd5122bdd49c6003701dd9214b9aef'
'5e1068aed72fb55bf9dcb80efa72a9c7'
'SKIP')
package() {
unzip -o UrbanTerror4.1.1.zip -d "${srcdir}"
cp -f "ioq3-makefile.local" ioq3/Makefile.local
patch -d "${srcdir}/ioq3" -s -p1 < ioq3-standalone.patch
patch -d "${srcdir}/ioq3" -s -p1 < ioq3-compile64.patch
cd ioq3
make
zip -j - "${srcdir}/default.cfg" > "${srcdir}/zpak000_newdefault.pk3"
mkdir -p "${pkgdir}/opt/${pkgname}/q3ut4"
install -m755 "${srcdir}/ioq3/build/release-linux-x86_64/urbanterror41.x86_64" "${pkgdir}/opt/${pkgname}"
install -m755 "${srcdir}/ioq3/build/release-linux-x86_64/urbanterror41-server.x86_64" "${pkgdir}/opt/${pkgname}"
install -m755 "${srcdir}/ioq3/build/release-linux-x86_64/renderer_opengl1_x86_64.so" "${pkgdir}/opt/${pkgname}"
install -m755 "${srcdir}/ioq3/build/release-linux-x86_64/renderer_opengl2_x86_64.so" "${pkgdir}/opt/${pkgname}"
install -m644 "${srcdir}/UrbanTerror/q3ut4/autoexec.cfg" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/UrbanTerror/q3ut4/description.txt" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/UrbanTerror/q3ut4/mapcycle.txt" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/UrbanTerror/q3ut4/server.cfg" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/UrbanTerror/q3ut4/zpak000.pk3" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/UrbanTerror/q3ut4/zpak000_assets.pk3" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/UrbanTerror/q3ut4/zpak001_assets.pk3" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 "${srcdir}/zpak000_newdefault.pk3" "${pkgdir}/opt/${pkgname}/q3ut4"
install -m644 -T "${srcdir}/Urbanterror.svg" "${pkgdir}/opt/${pkgname}/${pkgname}.svg"
mkdir -p "${pkgdir}/usr/bin"
install -m755 -T "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
install -m755 -T "${srcdir}/${pkgname}-server.sh" "${pkgdir}/usr/bin/${pkgname}-server"
mkdir -p "${pkgdir}/usr/share/applications"
install -m644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |