sappy2006
Triggered rules
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:10
source=(https://archive.org/download/installateur-sappy/Installateur_Sappy.exe
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt Windows installer executable (Installateur_Sappy.exe) from archive.org, which is a community-uploaded, non-authoritative host. The executable is extracted with 7z and its contents are installed into /usr/share/sappy2006 and then executed at runtime via Wine. While archive.org is a legitimate archival service, it is not an official vendor distribution channel — anyone can upload files there, and the content can be replaced or the URL reused. Only the installer EXE has an md5sum; the other sources (mod17.zip, the launcher script, desktop file, and icon) are all SKIP, meaning they are unverified local or separately sourced files. The combination of an unverified executable from a non-official host with several SKIP checksums represents a genuine supply-chain concern: the installer binary could be swapped without detection for most of the sources. This is a real medium-severity concern rather than a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sterophonick
pkgname=sappy2006
_pkgname='sappy2006'
pkgver=1.2
pkgrel=3
pkgdesc='MusicPlayer2000 music and sound player and editor'
arch=(x86_64 i686)
depends=('wine' 'winetricks')
makedepends=('p7zip')
source=(https://archive.org/download/installateur-sappy/Installateur_Sappy.exe
mod17.zip # TODO: wait for wine to fix its funniness
sappy2006
sappy2006.desktop
sappy2006.png)
md5sums=('07073b912761a3fc75d15e71f4af61f9'
'SKIP'
'SKIP'
'SKIP'
'SKIP')
noextract=(mod17.rar)
prepare() {
cd $srcdir
mkdir -p installer
7z x Installateur_Sappy.exe -aou -oinstaller
# work around nsis quirk where registerd dll/ocx do weird things
cd installer
mv \$R0 fmod.dll # f51a7dd4d040a9c079cf64d36f569673
mv \$R0_1 timermm.dll # d0351cbb8d3a946bde5f43fc6ca8086
mv \$R0_2 vbalCbEx6.ocx # 0e1135954bb1dbd1b3bb91ce7667ade2
mv \$R0_3 vbalExpBar6.ocx # e73792847f2bbb41e79cd31afd20926e
mv \$R0_4 cPopMenu6.ocx # 4219192acf00a39f10f6e76439290580
mv \$R0_5 SSubTmr6.dll # dc7a3bc0fc185cd68848dc6f7d7b026b
}
package() {
install -Dm755 sappy2006 $pkgdir/usr/bin/sappy2006
install -Dm644 sappy2006.desktop $pkgdir/usr/share/applications/sappy2006.desktop
install -Dm644 sappy2006.png $pkgdir/usr/share/pixmaps/sappy2006.png
mkdir -p $pkgdir/usr/share/sappy2006
cp -r $srcdir/installer/* $pkgdir/usr/share/sappy2006
chmod -R 777 $pkgdir/usr/share/sappy2006
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |