adtrack2-bin
maintainer Auerhuhn
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:15
source=("https://adlibtracker.net/files/adtrack-2.4.24-linux-bin-debian-stretch-x86.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
2
# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
3
4
pkgname=adtrack2-bin
5
pkgver=2.4.24
6
pkgrel=6
7
pkgdesc='Adlib Tracker II, OPL3 music tracker'
8
arch=(x86_64)
9
url="http://www.adlibtracker.net"
10
license=('GPL-3.0-or-later') # the source code has GPL at the top of the files
11
depends=('bash' 'lib32-glibc' 'lib32-sdl12-compat')
12
optdepends=('lib32-alsa-lib: sound support for ALSA'
13
'lib32-pipewire: sound support for Pipewire'
14
'lib32-libpulse: sound support for PulseAudio')
15
source=("https://adlibtracker.net/files/adtrack-2.4.24-linux-bin-debian-stretch-x86.tar.gz"
16
adtrack2.desktop
17
adtrack2.sh
18
LICENSE)
19
sha256sums=('fdfbb29ae5da944d082a1d33331532745bdfca92acea67eabeae3ff446ec8b17'
20
'f99d6fb998ec8475abb9b258d115ff2ee02fb7e00350fc9aba82c54d0807908c'
21
'5ab9050335471e8bd7d8c5c3da8c646d3b47dabef404d4e3cdab23ca3423a03e'
22
'c38f322ecc2ebc88c1c775614543fbc6acad72ec13cb9ff6c023c3f5247de39f')
23
24
package() {
25
cd "adtrack-$pkgver-linux-bin-debian-stretch-x86"
26
install -Dm755 adtrack2 "$pkgdir/usr/bin/adtrack2.elf"
27
install -Dm755 adtrack2.ini "$pkgdir/usr/share/adtrack2/adtrack2.ini"
28
install -Dm755 "$srcdir/adtrack2.sh" "$pkgdir/usr/bin/adtrack2"
29
install -Dm644 revision.txt "$pkgdir/usr/share/doc/adtrack2/changelog.txt"
30
cp -rv adtrack2.mht instr modules "$pkgdir/usr/share/adtrack2/"
31
chmod -R a+rX "$pkgdir/usr/share/adtrack2"
32
install -Dm644 adtrack2.png "$pkgdir/usr/share/pixmaps/adtrack2.png"
33
install -Dm644 "$srcdir/adtrack2.desktop" \
34
"$pkgdir/usr/share/applications/$pkgname.desktop"
35
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |