doomsday-bin
Triggered rules
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:19
source=("${_pkgname}-${pkgver}-1.x86_64.rpm::http://api.dengine.net/1/builds?dl=${_pkgname}-${pkgver}-1.x86_64.rpm")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt x86_64 RPM binary from api.dengine.net, which is the official Doomsday Engine API/build server (dengine.net is the project's own domain). The URL pattern 'http://api.dengine.net/1/builds?dl=...' is the official Doomsday Engine build distribution endpoint used by the project. However, several concerns remain: (1) the download uses plain HTTP (not HTTPS), making it vulnerable to MITM substitution in transit; (2) it is a prebuilt binary RPM being extracted and installed directly, so any compromise of the dengine.net build server would result in arbitrary code execution on the user's system; (3) the sha256sum provides integrity verification, which mitigates the HTTP concern somewhat. The host itself is the legitimate upstream vendor, not a personal or unofficial host, so this is closer to clean than a true supply-chain risk. The main residual concern is the HTTP-only transport for an executed binary. Overall this is a low-to-medium concern: the host is official, the checksum is present, but HTTP transport for a binary package is a real (if modest) security weakness.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Parker Reed <parker.l.reed@gmail.com>
# Valerio Pizzi (Pival81) <pival81@yahoo.com>
pkgname=doomsday-bin
_pkgname=doomsday
pkgver=2.3.1
pkgrel=1
pkgdesc="An advanced Doom engine that supports DOOM, Heretic and Hexen."
url="http://dengine.net/"
arch=('x86_64')
license=('GPL2')
conflicts=('doomsday2-unstable' 'i686-doomsday2-unstable' 'doomsday')
depends=('qt5-base' 'qt5-x11extras' 'sdl2_net' 'sdl2_mixer' 'fmodex' 'python-wxpython' 'assimp' 'fluidsynth' 'soundfont-fluid')
conflicts=('doomsday')
provides=('doomsday')
optdepends=('doom1-wad: Doom shareware',
'heretic1-wad: Heretic shareware',
'hexen1-wad: Hexen shareware')
source=("${_pkgname}-${pkgver}-1.x86_64.rpm::http://api.dengine.net/1/builds?dl=${_pkgname}-${pkgver}-1.x86_64.rpm")
sha256sums=('04312dd2373e4cf8c6e13d7206e267af6a562fd6caeb884fcba75ba34ba48112')
package() {
cd $pkgdir
bsdtar -xf $srcdir/${_pkgname}-${pkgver}-1.x86_64.rpm
mv usr/lib64 usr/lib
rm -rf usr/include/assimp
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |