tracktion-waveform-9
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:19
source=(https://cdn.tracktion.com/file/tracktiondownload/waveform/932/Waveform-installer-64bit-linux-9.3.2.deb)
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 binary .deb from cdn.tracktion.com, which is the official Tracktion CDN (a legitimate vendor distribution channel for Waveform DAW). The host is not unofficial or personal — Tracktion Corporation uses this CDN for their official downloads. However, the package installs an opaque binary blob (a prebuilt .deb) without source compilation, which is a standard supply-chain concern for any binary-only AUR package. The md5sums checksum is present but MD5 is cryptographically weak. The extraction and installation logic is straightforward with no obfuscation or suspicious post-install scripts. This is a common pattern for proprietary software AUR packages (similar to spotify, slack, discord, etc.) and the host appears to be the legitimate vendor CDN. The cheaper model's MEDIUM rating is arguably a false positive for a known vendor CDN, but the binary-blob nature with only MD5 verification keeps a residual supply-chain concern. Overall this is borderline clean/medium — the vendor CDN legitimacy pushes it toward clean, but the weak checksum and binary-only nature maintain a low supply-chain concern.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rhys Perry <rhysperry111@gmail.com>
# Based on tracktion-waveform aur package from Mathias Buhr <napcode@aparatus.de>
# Based on waveforum-bundle aur package from Paul B Davis <paul@dangersalad.com>
# Based on tracktion-7 aur package from Felipe F. Tonello <eu@felipetonello.com>
# Based on tracktion-6 aur package from boltbuckle <amygdala@cheerful.com>
pkgname=tracktion-waveform-9
pkgver=9.3.2
pkgrel=1
pkgdesc="Audio and MIDI Workstation (DAW)"
arch=('x86_64')
url="https://www.tracktion.com/"
license=('custom')
depends=('alsa-lib' 'curl' 'freetype2' 'libglvnd')
optdepends=(
'jack: A low-latency audio server'
'ladspa-plugins: A set of ladspa plugins'
)
source=(https://cdn.tracktion.com/file/tracktiondownload/waveform/932/Waveform-installer-64bit-linux-9.3.2.deb)
md5sums=('98b466c2b8132d01b1698a3dfa4b7fe8')
package() {
tar -x --xz -f data.tar.xz -C "${pkgdir}"
install -D -m 644 "$startdir/TRACKTION_LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
mv "$pkgdir/usr/share/doc/waveform9" "$pkgdir/usr/share/doc/$pkgname"
}
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 |