adtrack2-bin
The package downloads a prebuilt binary from the project's official domain (adlibtracker.net), which is not on the standard whitelist but is plausibly legitimate; the binary is installed as-is, but the source is verifiable via checksum and the domain matches the project's official site, reducing risk.
Triggered rules
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 prebuilt binary from the project's official domain (adlibtracker.net), which is not on the standard whitelist but is plausibly legitimate; the binary is installed as-is, but the source is verifiable via checksum and the domain matches the project's official site, reducing risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source=("https://adlibtracker.net/files/adtrack-2.4.24-linux-bin-debian-stretch-x86.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=adtrack2-bin
pkgver=2.4.24
pkgrel=6
pkgdesc='Adlib Tracker II, OPL3 music tracker'
arch=(x86_64)
url="http://www.adlibtracker.net"
license=('GPL-3.0-or-later') # the source code has GPL at the top of the files
depends=('bash' 'lib32-glibc' 'lib32-sdl12-compat')
optdepends=('lib32-alsa-lib: sound support for ALSA'
'lib32-pipewire: sound support for Pipewire'
'lib32-libpulse: sound support for PulseAudio')
source=("https://adlibtracker.net/files/adtrack-2.4.24-linux-bin-debian-stretch-x86.tar.gz"
adtrack2.desktop
adtrack2.sh
LICENSE)
sha256sums=('fdfbb29ae5da944d082a1d33331532745bdfca92acea67eabeae3ff446ec8b17'
'f99d6fb998ec8475abb9b258d115ff2ee02fb7e00350fc9aba82c54d0807908c'
'5ab9050335471e8bd7d8c5c3da8c646d3b47dabef404d4e3cdab23ca3423a03e'
'c38f322ecc2ebc88c1c775614543fbc6acad72ec13cb9ff6c023c3f5247de39f')
package() {
cd "adtrack-$pkgver-linux-bin-debian-stretch-x86"
install -Dm755 adtrack2 "$pkgdir/usr/bin/adtrack2.elf"
install -Dm755 adtrack2.ini "$pkgdir/usr/share/adtrack2/adtrack2.ini"
install -Dm755 "$srcdir/adtrack2.sh" "$pkgdir/usr/bin/adtrack2"
install -Dm644 revision.txt "$pkgdir/usr/share/doc/adtrack2/changelog.txt"
cp -rv adtrack2.mht instr modules "$pkgdir/usr/share/adtrack2/"
chmod -R a+rX "$pkgdir/usr/share/adtrack2"
install -Dm644 adtrack2.png "$pkgdir/usr/share/pixmaps/adtrack2.png"
install -Dm644 "$srcdir/adtrack2.desktop" \
"$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |