quake3-cpma

maintainer Slash · 25 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a CPMA game mod and map pack from the project's own CDN (cdn.playmorepromode.com), which is plausibly official; the files are non-executable game data (pk3 archives) and a launcher script, with no code execution from the downloaded content, making the risk low despite the non-whitelisted host.

Triggered rules

LOW AI review downgraded a static finding 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 CPMA game mod and map pack from the project's own CDN (cdn.playmorepromode.com), which is plausibly official; the files are non-executable game data (pk3 archives) and a launcher script, with no code execution from the downloaded content, making the risk low despite the non-whitelisted host.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:11 source=('quake3-cpma.launcher' "https://cdn.playmorepromode.com/files/cpma/cpma-${pkgver}-nomaps.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
2
3pkgname=quake3-cpma
4pkgver=1.53
5pkgrel=1
6pkgdesc="Challenge ProMode Arena (CPMA) is a Quake3 modification which adds features aimed towards professional gamers and competitive enviroments."
7url="https://playmorepromode.org/"
8license=('custom')
9arch=('any')
10depends=('quake3')
11source=('quake3-cpma.launcher' "https://cdn.playmorepromode.com/files/cpma/cpma-${pkgver}-nomaps.zip"
12'https://cdn.playmorepromode.com/files/cpma-mappack-full.zip')
13sha256sums=('436f0545efc0edaaf5aad884dfe103e13363f25be276471b6c57c8932575e245'
14 'edfffa0c1a0375ba46a5b42257a168fb15086712245733526ab2d9ccdd821ca0'
15 '5db933fc92c41f2e0941ab65725586d4d0c30fe84727427bb6b265e4d941a226')
16PKGEXT='.pkg.tar'
17
18package() {
19 # Create destination directories
20 install -d "${pkgdir}/opt/quake3/baseq3/"
21
22 # Install CPMA Files
23 mv "${srcdir}/cpma" "${pkgdir}/opt/quake3/"
24
25 # Install CPMA Maps in baseq3 so maps can be loaded in other mods
26 install -m 644 "${srcdir}"/*.pk3 \
27 "${pkgdir}/opt/quake3/baseq3"
28
29 # Install Launcher
30 install -D -m 755 "${srcdir}/quake3-cpma.launcher" \
31 "${pkgdir}/usr/bin/quake3-cpma"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion