doomsday-bin
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.
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-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |