sappy2006
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.
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-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |