doom2df-git

maintainer Perfecon · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The ZIP from deadsoftware.ru contains only game data assets (data/, maps/, wads/ directories) that are copied to /usr/share/doom2df/ as read-only resources, not executed code. The actual game binary is compiled from source via fpc from a git repository. Using SKIP checksums is sloppy but the data-only ZIP content poses no code-execution risk. deadsoftware.ru appears to be the official Doom 2D Forever project host. The cheaper model over-rated this by treating a data asset download from a personal/project domain as a supply-chain execution risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 78%): The ZIP from deadsoftware.ru contains only game data assets (data/, maps/, wads/ directories) that are copied to /usr/share/doom2df/ as read-only resources, not executed code. The actual game binary is compiled from source via fpc from a git repository. Using SKIP checksums is sloppy but the data-only ZIP content poses no code-execution risk. deadsoftware.ru appears to be the official Doom 2D Forever project host. The cheaper model over-rated this by treating a data asset download from a personal/project domain as a supply-chain execution risk.

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 'https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip'

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Danil Yarantsev <tiberiumk12 at gmail dot com>
2pkgname=doom2df-git
3pkgver=r1198.26f953e
4pkgrel=1
5pkgdesc="Doom 2D Forever: A Doom 2D remake with multiplayer"
6arch=(x86_64 i686)
7url="http://doom2d.org/"
8license=('GPL3')
9depends=(sdl2_mixer sdl2 enet libgl miniupnpc)
10makedepends=(git fpc)
11source=(
12 'git://repo.or.cz/d2df-sdl.git'
13 'https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip'
14 'doom2df.desktop'
15 'doom2df.png'
16)
17md5sums=(
18 'SKIP'
19 'SKIP'
20 'a529aca738b79f2099fcef6e583fbed3'
21 '191cd29a6994ab257abf6c0b1060b2fd'
22)
23options=(
24 !strip
25)
26
27pkgver() {
28 cd "${srcdir}/d2df-sdl"
29 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
30}
31
32
33build() {
34 cd "${srcdir}/d2df-sdl/src/game"
35 fpc -g -gl -dUSE_SDL2 -dUSE_OPENGL -dUSE_SDLMIXER -dUSE_MINIUPNPC -FE../../../ Doom2DF.lpr
36}
37
38
39package() {
40 cd "${srcdir}"
41 install -Dm755 Doom2DF "${pkgdir}"/usr/bin/Doom2DF
42 install -Dm644 doom2df.desktop "${pkgdir}"/usr/share/applications/doom2df.desktop
43 install -Dm644 doom2df.png "${pkgdir}"/usr/share/pixmaps/doom2df.png
44 mkdir -p "${pkgdir}"/usr/share/doom2df
45 cp -r data maps wads "${pkgdir}"/usr/share/doom2df/
46}
47

Scan history

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

Report a package

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

0 / 4000
Your suggestion