brutal-doom
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
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)
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# Maintainer: Melanie Scheirer <mel@nie.rs>
# Contributor: ProfessorKaos64 <mdeguzis@gmail.com>
pkgname=brutal-doom
pkgver=21
pkgrel=3
pkgdesc="Brutal Doom for the GZDoom engine."
arch=(any)
url="http://www.moddb.com/mods/brutal-doom"
license=(GPL3)
depends=(gzdoom)
optdepends=(doomseeker)
source=('http://doomshack.org/uploads/brutalv21.pk3'
'https://nie.rs/doommetalvol5.wad'
'brutal-doom'
'gzdoom.ini'
'brutal-doom.png'
'brutal-doom.desktop'
)
noextract=('brutalv21.pk3')
sha256sums=('e449e65604b1e9429099c7d3496830138425ba09c01fe49c08fb1c7acba7f6e0'
'7d285d342ba27a432e7b795fa1b7656bb9bd7cb9680105a8d7d565677fc56a9f'
'91f58cc1c670c5408100305463960c195200f8ad35619eedd2c531dc9c60badf'
'aee3fd4580da214b9c981534928de5dfef65461c459d5c56dd343bf579912b75'
'905cc17cccca54d3c4da821cdd974c8540deacd42534077ca4da9092c4a96074'
'9c2b7a7cd048fd4e6a7fe65b93376cf2d9a9fa4564b8f3cc7b2baac38ea8e5f3'
)
package() {
install -Dm644 "brutalv21.pk3" "$pkgdir/usr/share/games/$pkgname/brutal-doom.pk3"
install -m644 "doommetalvol5.wad" "$pkgdir/usr/share/games/$pkgname/doom-metal.wad"
install -Dm755 "brutal-doom" "$pkgdir/usr/bin/brutal-doom"
install -m644 "gzdoom.ini" "$pkgdir/usr/share/games/$pkgname/gzdoom.ini"
install -Dm644 "brutal-doom.png" "$pkgdir/usr/share/pixmaps/brutal-doom.png"
install -Dm644 "brutal-doom.desktop" "$pkgdir/usr/share/applications/brutal-doom.desktop"
}
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 |