vortex-tracker-ii
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:12
source=(https://bulba.untergrund.net/VT1.0-32.7z
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt Windows binary archive (VT1.0-32.7z) is downloaded from bulba.untergrund.net, an obscure personal/fan site, and its contents are installed and executed via Wine. The md5sum for the archive is provided (d582da62b836928c17127bca26910322), which gives some integrity assurance, but MD5 is weak and the host is not an official vendor mirror or major forge. The wrapper script, desktop file, and icon are all marked SKIP (no checksum verification), meaning those locally-supplied files are unverified. The core concern is the prebuilt Windows executable from an unofficial host: if the binary were swapped on that server, users would execute arbitrary code under Wine. This is a genuine supply-chain risk pattern (unofficial host + prebuilt executed binary), though there is no evidence of active malice. The package appears to be a legitimate ZX Spectrum music tracker (Vortex Tracker II) distributed by its original author at that URL, which somewhat mitigates the concern, but the host remains non-authoritative by AUR standards.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sterophonick
pkgname=vortex-tracker-ii
_pkgname='vortex-tracker-ii'
pkgver=1.0
pkgrel=1
pkgdesc='PT3 music editor for Windows'
url='https://bulba.untergrund.net/vortex_e.htm'
arch=(x86_64 i686)
depends=('wine' 'winetricks')
makedepends=('p7zip')
filename=VT1.0-32
source=(https://bulba.untergrund.net/VT1.0-32.7z
vortex-tracker-ii
vortex-tracker-ii.desktop
vortex-tracker-ii.png
)
md5sums=('d582da62b836928c17127bca26910322'
'SKIP'
'SKIP'
'SKIP')
options=(!strip)
prepare() {
cd $srcdir
mkdir -p vt
7z x VT1.0-32.7z -aou -ovt
}
package() {
cd $srcdir
install -Dm755 vortex-tracker-ii $pkgdir/usr/bin/vortex-tracker-ii
install -Dm644 vortex-tracker-ii.desktop $pkgdir/usr/share/applications/vortex-tracker-ii.desktop
install -Dm644 vortex-tracker-ii.png $pkgdir/usr/share/pixmaps/vortex-tracker-ii.png
mkdir -p $pkgdir/usr/share/vortex-tracker-ii
cp -r $srcdir/vt/* $pkgdir/usr/share/vortex-tracker-ii
chmod -R 777 $pkgdir/usr/share/vortex-tracker-ii
}
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 |