doom3-lms
The package downloads a mod archive from a personal domain, but it is a data-only mod for Doom 3 that is installed as game data and not executed directly; the worst case of a malicious swap is limited to resource tampering, not code execution.
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 mod archive from a personal domain, but it is a data-only mod for Doom 3 that is installed as game data and not executed directly; the worst case of a malicious swap is limited to resource tampering, not code execution.
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:18
'https://aur.slashbunny.com/doom3-lms/lastmanstandingcoop4multiplatform.zip')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Slash <demodevil5 [at] yahoo [dot] com>
# Contributor: Travis Nickles <ryoohki7@yahoo.com>
pkgname=doom3-lms
pkgver=4.0
pkgrel=2
pkgdesc="Doom 3 Last Man Standing. A coop mod for Doom 3."
url="http://doom3coop.com/"
license=('custom')
arch=('any')
depends=('doom3')
makedepends=('unzip')
backup=("opt/doom3/lms/cdoomcoopserver.cfg" \
"opt/doom3/lms/lmsmodserver.cfg" \
"opt/doom3/lms/roecoopserver.cfg" \
"opt/doom3/lms/spcoopserver.cfg")
source=('doom3-lms.desktop' 'doom3-lms.xpm' \
'https://aur.slashbunny.com/doom3-lms/lastmanstandingcoop4multiplatform.zip')
sha256sums=('ac3e7cceaecc26e45051af2f72d04cdf0ec2afcee32283053b4e751dca67ccaa'
'925893e8dee7e4d7834e1760923a7e954780e568157920d5b6014b739b627799'
'3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e')
PKGEXT='.pkg.tar'
package() {
cd $srcdir/lms4/
# Create Destination Directories
install -d $pkgdir/{usr/bin/,opt/doom3/}
# Modify Windows .bat Files to Linux .sh Files and Rename
for i in *.bat;
do
# Modify File
/bin/sed -i 's:cd..:#!/bin/bash \n\ncd "/opt/doom3"\n:g' $i
/bin/sed -i 's:doom3.exe:./doom.x86:g' $i
echo -e " \$* \rexit $?\r" >> $i
# Install File
install -D -m 755 $i $srcdir/lms4/`basename $i .bat`.sh
done
# Remove Unneeded Files
rm $srcdir/lms4/{*.bat,*.url,lms.ico,Lms2.ico,docs/*.url}
# Install Data Files
mv $srcdir/lms4 $pkgdir/opt/doom3/
# Install Icon
install -D -m 644 $srcdir/doom3-lms.xpm \
$pkgdir/usr/share/pixmaps/doom3-lms.xpm
# Install Desktop File
install -D -m 644 $srcdir/doom3-lms.desktop \
$pkgdir/usr/share/applications/doom3-lms.desktop
# Create Main Launcher Shortcut
ln -s /opt/doom3/lms4/LMS4.sh $pkgdir/usr/bin/doom3-lms
}
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 |