doom2df-git

LOW
maintainer Perfecon 3 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion