doom2df-git
Triggered rules
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)
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# Maintainer: Danil Yarantsev <tiberiumk12 at gmail dot com>
pkgname=doom2df-git
pkgver=r1198.26f953e
pkgrel=1
pkgdesc="Doom 2D Forever: A Doom 2D remake with multiplayer"
arch=(x86_64 i686)
url="http://doom2d.org/"
license=('GPL3')
depends=(sdl2_mixer sdl2 enet libgl miniupnpc)
makedepends=(git fpc)
source=(
'git://repo.or.cz/d2df-sdl.git'
'https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip'
'doom2df.desktop'
'doom2df.png'
)
md5sums=(
'SKIP'
'SKIP'
'a529aca738b79f2099fcef6e583fbed3'
'191cd29a6994ab257abf6c0b1060b2fd'
)
options=(
!strip
)
pkgver() {
cd "${srcdir}/d2df-sdl"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd "${srcdir}/d2df-sdl/src/game"
fpc -g -gl -dUSE_SDL2 -dUSE_OPENGL -dUSE_SDLMIXER -dUSE_MINIUPNPC -FE../../../ Doom2DF.lpr
}
package() {
cd "${srcdir}"
install -Dm755 Doom2DF "${pkgdir}"/usr/bin/Doom2DF
install -Dm644 doom2df.desktop "${pkgdir}"/usr/share/applications/doom2df.desktop
install -Dm644 doom2df.png "${pkgdir}"/usr/share/pixmaps/doom2df.png
mkdir -p "${pkgdir}"/usr/share/doom2df
cp -r data maps wads "${pkgdir}"/usr/share/doom2df/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |