doomsday-bin

MEDIUM
maintainer orphaned 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:19 source=("${_pkgname}-${pkgver}-1.x86_64.rpm::http://api.dengine.net/1/builds?dl=${_pkgname}-${pkgver}-1.x86_64.rpm")
Medium AI review 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
1# Maintainer: Parker Reed <parker.l.reed@gmail.com>
2# Valerio Pizzi (Pival81) <pival81@yahoo.com>
3
4pkgname=doomsday-bin
5_pkgname=doomsday
6pkgver=2.3.1
7pkgrel=1
8pkgdesc="An advanced Doom engine that supports DOOM, Heretic and Hexen."
9url="http://dengine.net/"
10arch=('x86_64')
11license=('GPL2')
12conflicts=('doomsday2-unstable' 'i686-doomsday2-unstable' 'doomsday')
13depends=('qt5-base' 'qt5-x11extras' 'sdl2_net' 'sdl2_mixer' 'fmodex' 'python-wxpython' 'assimp' 'fluidsynth' 'soundfont-fluid')
14conflicts=('doomsday')
15provides=('doomsday')
16optdepends=('doom1-wad: Doom shareware',
17 'heretic1-wad: Heretic shareware',
18 'hexen1-wad: Hexen shareware')
19source=("${_pkgname}-${pkgver}-1.x86_64.rpm::http://api.dengine.net/1/builds?dl=${_pkgname}-${pkgver}-1.x86_64.rpm")
20sha256sums=('04312dd2373e4cf8c6e13d7206e267af6a562fd6caeb884fcba75ba34ba48112')
21
22package() {
23 cd $pkgdir
24 bsdtar -xf $srcdir/${_pkgname}-${pkgver}-1.x86_64.rpm
25 mv usr/lib64 usr/lib
26 rm -rf usr/include/assimp
27}
28

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion