doom3-lms

LOW
maintainer Slash 5 votes scanned 2026-09-17 00:27:14.276658
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
4pkgname=doom3-lms
5pkgver=4.0
6pkgrel=2
7pkgdesc="Doom 3 Last Man Standing. A coop mod for Doom 3."
8url="http://doom3coop.com/"
9license=('custom')
10arch=('any')
11depends=('doom3')
12makedepends=('unzip')
13backup=("opt/doom3/lms/cdoomcoopserver.cfg" \
14 "opt/doom3/lms/lmsmodserver.cfg" \
15 "opt/doom3/lms/roecoopserver.cfg" \
16 "opt/doom3/lms/spcoopserver.cfg")
17source=('doom3-lms.desktop' 'doom3-lms.xpm' \
18'https://aur.slashbunny.com/doom3-lms/lastmanstandingcoop4multiplatform.zip')
19sha256sums=('ac3e7cceaecc26e45051af2f72d04cdf0ec2afcee32283053b4e751dca67ccaa'
20 '925893e8dee7e4d7834e1760923a7e954780e568157920d5b6014b739b627799'
21 '3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e')
22PKGEXT='.pkg.tar'
23
24package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion