daphne-bin
maintainer marcs
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:16
source=("http://www.daphne-emu.com/download/${_pkgname}-${pkgver}beta-linux.tar.gz" \
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Marco Pompili [ marcs (dot) pompili (at) gmail (dot) com ]
2
3
_pkgname=daphne
4
pkgname=${_pkgname}-bin
5
pkgver=1.0
6
pkgrel=1
7
pkgdesc="A command-line multiple arcade laserdisc emulator."
8
url="http://www.daphne-emu.com/"
9
license=('GPL')
10
arch=('i686' 'x86_64')
11
if [ "$CARCH" = "x86_64" ]; then
12
depends=('lib32-glew' 'lib32-sdl_mixer' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxmu')
13
else
14
depends=('glew' 'sdl_mixer' 'zlib' 'gcc-libs' 'libxmu')
15
fi
16
source=("http://www.daphne-emu.com/download/${_pkgname}-${pkgver}beta-linux.tar.gz" \
17
daphne.sh \
18
roms.tar.gz)
19
sha256sums=('924eb8e20362574b2d2be2e09ca8022c7fbd2711bca7914dda9bbdce4f3ea5ac'
20
'a44c2c6d3aa44ce88110fd24b7bb390070feb97664c076a75a26fb435d16eb9d'
21
'1f98cff4b8688b4fb7f2fa73ac650b5686a4d6ecf73edaa30722ae5a92135e54')
22
23
package()
24
{
25
# Install everything in /usr/share
26
cd ${srcdir}/${_pkgname}
27
28
install -Dm755 ${srcdir}/daphne.sh ${pkgdir}/usr/bin/${_pkgname}
29
install -Dm755 ${_pkgname} ${pkgdir}/usr/share/${pkgname}/${pkgname}
30
install -m644 libvldp2.so ${pkgdir}/usr/share/${pkgname}/libvldp2.so
31
32
mkdir ${pkgdir}/usr/lib
33
34
install -m644 ${srcdir}/${_pkgname}/lib/libGLEW.so.1.3 ${pkgdir}/usr/lib/
35
install -d ${pkgdir}/usr/share/${pkgname}/{images,pics,roms/cputest,sound}
36
install -m644 images/*.jpg ${pkgdir}/usr/share/${pkgname}/images/
37
install -m644 pics/* ${pkgdir}/usr/share/${pkgname}/pics/
38
install -m644 ${srcdir}/roms/cputest/* ${pkgdir}/usr/share/${pkgname}/roms/cputest/
39
install -m644 sound/* ${pkgdir}/usr/share/${pkgname}/sound/
40
}
41
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 |