daemon-engine
The flagged source URL for NaCL SDK is from a project-associated domain (dl.unvanquished.net) used for legitimate build dependencies; the package builds from official project sources and the download is a standard part of the build process, posing no evident risk of code execution or tampering.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The flagged source URL for NaCL SDK is from a project-associated domain (dl.unvanquished.net) used for legitimate build dependencies; the package builds from official project sources and the download is a standard part of the build process, posing no evident risk of code execution or tampering.
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:40
"naclsdk_${_naclsdkver}.tar.bz2::https://dl.unvanquished.net/deps/${_naclsdkver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted# Maintainer: PopeRigby <poperigby at tuta dot io>
pkgname=daemon-engine
pkgver=0.52.0
pkgrel=1
pkgdesc="The standalone engine that powers the multiplayer first person shooter Unvanquished."
arch=('x86_64' 'i686')
url='http://unvanquished.net'
license=('BSD' 'GPL3')
makedepends=('cmake')
depends=('nettle' 'geoip' 'curl' 'sdl2' 'glew' 'libwebp>=0.2.0' 'freetype2' 'openal' 'libvorbis' 'opusfile')
# Daemon is the game's engine.
_daemonver="v${pkgver}"
_daemondir="Daemon-${pkgver}"
# breakpad, crunch, and recastnavigation are Daemon submodules.
_breakpadver=15fbc760aa1e4db2a3b36493ff3b4cf49e3df282
_crunchver=559a1b045b50b5f716294b47325c0170c8236dbc
_recastver=6b68934d6d2715501e01b1e115413cefaa0aa7d3
_breakpaddir="breakpad-${_breakpadver}"
_crunchdir="crunch-${_crunchver}"
_recastdir="recastnavigation-${_recastver}"
# NaCL SDK is a buildtime dependency of Daemon.
# Note that due to enormous compile times, we use a binary distribution.
_naclsdkbasever="4"
if test "$CARCH" == "x86_64"; then
_naclsdkarch=linux64
else
_naclsdkarch=linux32
fi
_naclsdkver="${_naclsdkarch}-${_naclsdkbasever}"
_naclsdkdir="${_naclsdkver}"
source=("daemon_${pkgver}.tar.gz::https://github.com/DaemonEngine/Daemon/archive/${_daemonver}.tar.gz"
"breakpad_${_breakpadver}.tar.gz::https://github.com/DaemonEngine/breakpad/archive/${_breakpadver}.tar.gz"
"crunch_${_crunchver}.tar.gz::https://github.com/DaemonEngine/crunch/archive/${_crunchver}.tar.gz"
"recast_${_recastver}.tar.gz::https://github.com/DaemonEngine/recastnavigation/archive/${_recastver}.tar.gz"
"naclsdk_${_naclsdkver}.tar.bz2::https://dl.unvanquished.net/deps/${_naclsdkver}.tar.bz2")
# The prepare function mimics the git submodule dance.
prepare() {
cd "${srcdir}"
# From Daemon: Remove empty submodule directories.
rmdir --ignore-fail-on-non-empty "${_daemondir}/libs/breakpad"
rmdir --ignore-fail-on-non-empty "${_daemondir}/libs/crunch"
# Link the NaCL SDK in the Dæmon source tree.
ln -sfr "${_naclsdkdir}" "${_daemondir}/external_deps/${_naclsdkdir}"
# Link Dæmon's submodules.
ln -sfr "${_breakpaddir}" "${_daemondir}/libs/breakpad"
ln -sfr "${_crunchdir}" "${_daemondir}/libs/crunch"
ln -sfr "${_recastdir}" "${_daemondir}/libs/recastnavigation"
}
build() {
cd "${srcdir}/${_daemondir}"
mkdir -p build
cd build
cmake -D BUILD_CGAME=OFF -D BUILD_SGAME=OFF ..
make
}
package() {
# create installation directories
cd "${pkgdir}"
install -dm755 \
usr/lib/daemon-engine \
usr/share/licenses/daemon-engine
# install content
cd "${srcdir}/${_daemondir}"
install -m 644 COPYING.txt "${pkgdir}/usr/share/licenses/daemon-engine/"
cd "${srcdir}/${_daemondir}/build"
install -m 755 daemon "${pkgdir}/usr/lib/daemon-engine/"
install -m 755 daemonded "${pkgdir}/usr/lib/daemon-engine/"
install -m 755 daemon-tty "${pkgdir}/usr/lib/daemon-engine/"
install -m 755 irt_core-x86*.nexe "${pkgdir}/usr/lib/daemon-engine/"
install -m 755 nacl_helper_bootstrap "${pkgdir}/usr/lib/daemon-engine/"
install -m 755 nacl_loader "${pkgdir}/usr/lib/daemon-engine/"
}
md5sums=('7d0422b8185b190a4b67466d9854b647'
'256f388e18018f638958a47f53f2a8d9'
'356bbda9890f48dca1db3b80001d40c0'
'2b1989f17e3ae0cab77cae8d397deafb'
'2ba12c71625919ddc282172b74fa4887')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |