sappy2006

maintainer Sterophonick · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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

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:10 source=(https://archive.org/download/installateur-sappy/Installateur_Sappy.exe
MEDIUM AI review 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
1# Maintainer: Sterophonick
2pkgname=sappy2006
3_pkgname='sappy2006'
4pkgver=1.2
5pkgrel=3
6pkgdesc='MusicPlayer2000 music and sound player and editor'
7arch=(x86_64 i686)
8depends=('wine' 'winetricks')
9makedepends=('p7zip')
10source=(https://archive.org/download/installateur-sappy/Installateur_Sappy.exe
11 mod17.zip # TODO: wait for wine to fix its funniness
12 sappy2006
13 sappy2006.desktop
14 sappy2006.png)
15md5sums=('07073b912761a3fc75d15e71f4af61f9'
16 'SKIP'
17 'SKIP'
18 'SKIP'
19 'SKIP')
20noextract=(mod17.rar)
21
22prepare() {
23 cd $srcdir
24 mkdir -p installer
25 7z x Installateur_Sappy.exe -aou -oinstaller
26
27 # work around nsis quirk where registerd dll/ocx do weird things
28 cd installer
29 mv \$R0 fmod.dll # f51a7dd4d040a9c079cf64d36f569673
30 mv \$R0_1 timermm.dll # d0351cbb8d3a946bde5f43fc6ca8086
31 mv \$R0_2 vbalCbEx6.ocx # 0e1135954bb1dbd1b3bb91ce7667ade2
32 mv \$R0_3 vbalExpBar6.ocx # e73792847f2bbb41e79cd31afd20926e
33 mv \$R0_4 cPopMenu6.ocx # 4219192acf00a39f10f6e76439290580
34 mv \$R0_5 SSubTmr6.dll # dc7a3bc0fc185cd68848dc6f7d7b026b
35
36}
37
38package() {
39 install -Dm755 sappy2006 $pkgdir/usr/bin/sappy2006
40 install -Dm644 sappy2006.desktop $pkgdir/usr/share/applications/sappy2006.desktop
41 install -Dm644 sappy2006.png $pkgdir/usr/share/pixmaps/sappy2006.png
42
43 mkdir -p $pkgdir/usr/share/sappy2006
44
45 cp -r $srcdir/installer/* $pkgdir/usr/share/sappy2006
46 chmod -R 777 $pkgdir/usr/share/sappy2006
47}
48

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion