doom3-lms
maintainer Slash
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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:18
'https://aur.slashbunny.com/doom3-lms/lastmanstandingcoop4multiplatform.zip')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Slash <demodevil5 [at] yahoo [dot] com>
2
# Contributor: Travis Nickles <ryoohki7@yahoo.com>
3
4
pkgname=doom3-lms
5
pkgver=4.0
6
pkgrel=2
7
pkgdesc="Doom 3 Last Man Standing. A coop mod for Doom 3."
8
url="http://doom3coop.com/"
9
license=('custom')
10
arch=('any')
11
depends=('doom3')
12
makedepends=('unzip')
13
backup=("opt/doom3/lms/cdoomcoopserver.cfg" \
14
"opt/doom3/lms/lmsmodserver.cfg" \
15
"opt/doom3/lms/roecoopserver.cfg" \
16
"opt/doom3/lms/spcoopserver.cfg")
17
source=('doom3-lms.desktop' 'doom3-lms.xpm' \
18
'https://aur.slashbunny.com/doom3-lms/lastmanstandingcoop4multiplatform.zip')
19
sha256sums=('ac3e7cceaecc26e45051af2f72d04cdf0ec2afcee32283053b4e751dca67ccaa'
20
'925893e8dee7e4d7834e1760923a7e954780e568157920d5b6014b739b627799'
21
'3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e')
22
PKGEXT='.pkg.tar'
23
24
package() {
25
cd $srcdir/lms4/
26
27
# Create Destination Directories
28
install -d $pkgdir/{usr/bin/,opt/doom3/}
29
30
# Modify Windows .bat Files to Linux .sh Files and Rename
31
for i in *.bat;
32
do
33
# Modify File
34
/bin/sed -i 's:cd..:#!/bin/bash \n\ncd "/opt/doom3"\n:g' $i
35
/bin/sed -i 's:doom3.exe:./doom.x86:g' $i
36
echo -e " \$* \rexit $?\r" >> $i
37
38
# Install File
39
install -D -m 755 $i $srcdir/lms4/`basename $i .bat`.sh
40
done
41
42
# Remove Unneeded Files
43
rm $srcdir/lms4/{*.bat,*.url,lms.ico,Lms2.ico,docs/*.url}
44
45
# Install Data Files
46
mv $srcdir/lms4 $pkgdir/opt/doom3/
47
48
# Install Icon
49
install -D -m 644 $srcdir/doom3-lms.xpm \
50
$pkgdir/usr/share/pixmaps/doom3-lms.xpm
51
52
# Install Desktop File
53
install -D -m 644 $srcdir/doom3-lms.desktop \
54
$pkgdir/usr/share/applications/doom3-lms.desktop
55
56
# Create Main Launcher Shortcut
57
ln -s /opt/doom3/lms4/LMS4.sh $pkgdir/usr/bin/doom3-lms
58
}
59
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |