5db5-compressor-vst3-bin

maintainer orphaned · 0 votes · base 5db5-compressor · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs prebuilt binary shared libraries (.so files) downloaded from an S3 bucket (5db5public.s3.amazonaws.com) belonging to Audio Assault (audioassault.mx), a commercial audio plugin vendor. The URL pattern is consistent with a vendor-controlled S3 bucket used for distribution of their commercial products. The sha256 checksum is present and pins the specific archive. However, the concern is real: this is a prebuilt binary plugin (executed native code loaded into a DAW process) from a non-canonical host that is not the vendor's primary domain. If the S3 bucket were compromised or the object replaced, the checksum would catch it — but the checksum itself is only as trustworthy as the PKGBUILD maintainer. The plugin is proprietary/EULA-licensed commercial software distributed as a binary, which is a legitimate AUR pattern for commercial audio plugins. The risk is a genuine but low-probability supply-chain concern (S3 bucket takeover or maintainer checksum manipulation), not an active attack. This fits the medium classification: executed binary from an unofficial/personal/vendor S3 host rather than a primary vendor download page, with no evidence of malice.

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:11 source=('https://5db5public.s3.amazonaws.com/Compressor551Linux.zip')
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package installs prebuilt binary shared libraries (.so files) downloaded from an S3 bucket (5db5public.s3.amazonaws.com) belonging to Audio Assault (audioassault.mx), a commercial audio plugin vendor. The URL pattern is consistent with a vendor-controlled S3 bucket used for distribution of their commercial products. The sha256 checksum is present and pins the specific archive. However, the concern is real: this is a prebuilt binary plugin (executed native code loaded into a DAW process) from a non-canonical host that is not the vendor's primary domain. If the S3 bucket were compromised or the object replaced, the checksum would catch it — but the checksum itself is only as trustworthy as the PKGBUILD maintainer. The plugin is proprietary/EULA-licensed commercial software distributed as a binary, which is a legitimate AUR pattern for commercial audio plugins. The risk is a genuine but low-probability supply-chain concern (S3 bucket takeover or maintainer checksum manipulation), not an active attack. This fits the medium classification: executed binary from an unofficial/personal/vendor S3 host rather than a primary vendor download page, with no evidence of malice.

PKGBUILD

1 offending line(s) highlighted
1pkgbase=5db5-compressor
2pkgname=( ${pkgbase}-{lv2,vst3}-bin )
3pkgver=1.0.0
4pkgrel=2
5arch=('x86_64')
6url="https://audioassault.mx/plugin/Compressor551"
7license=('EULA')
8depends=('alsa-lib' 'bzip2' 'brotli' 'freetype2' 'glibc' 'graphite' 'harfbuzz' 'keyutils' 'krb5' 'libcurl-gnutls' 'libffi' 'libnghttp2' 'libidn2' 'libp11-kit' 'libpng' 'libpsl' 'libssh2' 'libtasn1' 'libunistring' 'libxau' 'libxcb' 'libx11' 'nettle' 'openssl' 'pcre2' 'zlib' 'zstd')
9makedepends=('xdg-user-dirs')
10provides=('5db5-compressor')
11source=('https://5db5public.s3.amazonaws.com/Compressor551Linux.zip')
12sha256sums=('951123384a1816c09ec2686abc50f73a0dd3bbd8db7af1ae85ffa8aa3378561a')
13
14package_5db5-compressor-lv2-bin() {
15 ## Install LV2 Plugin
16 pkgdesc="British Style Compressor (LV2)"
17 groups=('pro-audio' 'lv2-plugins')
18 install -Dm755 "$srcdir/Compressor551.lv2/Compressor551.so" "$pkgdir/usr/lib/lv2/Compressor551.lv2/Compressor551.so"
19 install -Dm644 "$srcdir/Compressor551.lv2/dsp.ttl" "$pkgdir/usr/lib/lv2/Compressor551.lv2/dsp.ttl"
20 install -Dm644 "$srcdir/Compressor551.lv2/manifest.ttl" "$pkgdir/usr/lib/lv2/Compressor551.lv2/manifest.ttl"
21 install -Dm644 "$srcdir/Compressor551.lv2/ui.ttl" "$pkgdir/usr/lib/lv2/Compressor551.lv2/ui.ttl"
22}
23
24package_5db5-compressor-vst3-bin() {
25 ## Install VST3 Plugin
26 pkgdesc="British Style Compressor (VST3)"
27 groups=('pro-audio' 'vst3-plugins')
28 install -Dm755 "$srcdir/Compressor551.vst3/Contents/Resources/moduleinfo.json" "$pkgdir/usr/lib/vst3/Compressor551.vst3/Contents/Resources/moduleinfo.json"
29 install -Dm755 "$srcdir/Compressor551.vst3/Contents/x86_64-linux/Compressor551.so" "$pkgdir/usr/lib/vst3/Compressor551.vst3/Contents/x86_64-linux/Compressor551.so"
30}
31

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