daphne-bin
The package downloads a source tarball and ROMs from the project's official domain (daphne-emu.com), which is not on the whitelist but is plausibly legitimate; the content is used for installation and not for executing unverified remote code.
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 package downloads a source tarball and ROMs from the project's official domain (daphne-emu.com), which is not on the whitelist but is plausibly legitimate; the content is used for installation and not for executing unverified remote code.
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:16
source=("http://www.daphne-emu.com/download/${_pkgname}-${pkgver}beta-linux.tar.gz" \
PKGBUILD
1 offending line(s) highlighted# Maintainer: Marco Pompili [ marcs (dot) pompili (at) gmail (dot) com ]
_pkgname=daphne
pkgname=${_pkgname}-bin
pkgver=1.0
pkgrel=1
pkgdesc="A command-line multiple arcade laserdisc emulator."
url="http://www.daphne-emu.com/"
license=('GPL')
arch=('i686' 'x86_64')
if [ "$CARCH" = "x86_64" ]; then
depends=('lib32-glew' 'lib32-sdl_mixer' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxmu')
else
depends=('glew' 'sdl_mixer' 'zlib' 'gcc-libs' 'libxmu')
fi
source=("http://www.daphne-emu.com/download/${_pkgname}-${pkgver}beta-linux.tar.gz" \
daphne.sh \
roms.tar.gz)
sha256sums=('924eb8e20362574b2d2be2e09ca8022c7fbd2711bca7914dda9bbdce4f3ea5ac'
'a44c2c6d3aa44ce88110fd24b7bb390070feb97664c076a75a26fb435d16eb9d'
'1f98cff4b8688b4fb7f2fa73ac650b5686a4d6ecf73edaa30722ae5a92135e54')
package()
{
# Install everything in /usr/share
cd ${srcdir}/${_pkgname}
install -Dm755 ${srcdir}/daphne.sh ${pkgdir}/usr/bin/${_pkgname}
install -Dm755 ${_pkgname} ${pkgdir}/usr/share/${pkgname}/${pkgname}
install -m644 libvldp2.so ${pkgdir}/usr/share/${pkgname}/libvldp2.so
mkdir ${pkgdir}/usr/lib
install -m644 ${srcdir}/${_pkgname}/lib/libGLEW.so.1.3 ${pkgdir}/usr/lib/
install -d ${pkgdir}/usr/share/${pkgname}/{images,pics,roms/cputest,sound}
install -m644 images/*.jpg ${pkgdir}/usr/share/${pkgname}/images/
install -m644 pics/* ${pkgdir}/usr/share/${pkgname}/pics/
install -m644 ${srcdir}/roms/cputest/* ${pkgdir}/usr/share/${pkgname}/roms/cputest/
install -m644 sound/* ${pkgdir}/usr/share/${pkgname}/sound/
}
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 |