brutal-doom
maintainer zan
· 23 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads game data files (a PK3 mod and a WAD) from non-whitelisted but plausible project-related hosts; these are non-executable assets for a game engine, not prebuilt code, so the worst case of a swapped source is limited to data tampering, not remote 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 game data files (a PK3 mod and a WAD) from non-whitelisted but plausible project-related hosts; these are non-executable assets for a game engine, not prebuilt code, so the worst case of a swapped source is limited to data tampering, not remote 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:13
source=('http://doomshack.org/uploads/brutalv21.pk3' -
PKGBUILD:14
'https://nie.rs/doommetalvol5.wad'
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Melanie Scheirer <mel@nie.rs>
2
# Contributor: ProfessorKaos64 <mdeguzis@gmail.com>
3
4
pkgname=brutal-doom
5
pkgver=21
6
pkgrel=3
7
pkgdesc="Brutal Doom for the GZDoom engine."
8
arch=(any)
9
url="http://www.moddb.com/mods/brutal-doom"
10
license=(GPL3)
11
depends=(gzdoom)
12
optdepends=(doomseeker)
13
source=('http://doomshack.org/uploads/brutalv21.pk3'
14
'https://nie.rs/doommetalvol5.wad'
15
'brutal-doom'
16
'gzdoom.ini'
17
'brutal-doom.png'
18
'brutal-doom.desktop'
19
)
20
noextract=('brutalv21.pk3')
21
sha256sums=('e449e65604b1e9429099c7d3496830138425ba09c01fe49c08fb1c7acba7f6e0'
22
'7d285d342ba27a432e7b795fa1b7656bb9bd7cb9680105a8d7d565677fc56a9f'
23
'91f58cc1c670c5408100305463960c195200f8ad35619eedd2c531dc9c60badf'
24
'aee3fd4580da214b9c981534928de5dfef65461c459d5c56dd343bf579912b75'
25
'905cc17cccca54d3c4da821cdd974c8540deacd42534077ca4da9092c4a96074'
26
'9c2b7a7cd048fd4e6a7fe65b93376cf2d9a9fa4564b8f3cc7b2baac38ea8e5f3'
27
)
28
29
package() {
30
install -Dm644 "brutalv21.pk3" "$pkgdir/usr/share/games/$pkgname/brutal-doom.pk3"
31
install -m644 "doommetalvol5.wad" "$pkgdir/usr/share/games/$pkgname/doom-metal.wad"
32
install -Dm755 "brutal-doom" "$pkgdir/usr/bin/brutal-doom"
33
install -m644 "gzdoom.ini" "$pkgdir/usr/share/games/$pkgname/gzdoom.ini"
34
install -Dm644 "brutal-doom.png" "$pkgdir/usr/share/pixmaps/brutal-doom.png"
35
install -Dm644 "brutal-doom.desktop" "$pkgdir/usr/share/applications/brutal-doom.desktop"
36
}
37
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 |