harrison-32-bus-vst-bin

maintainer orphaned · 0 votes · base harrison-32-bus · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary (a VST/VST3 plugin .so) from softwareupdate.solidstatelogic.com. Solid State Logic (SSL) is a legitimate, well-known professional audio hardware and software company, and Harrison Audio is a related brand under the SSL umbrella. The domain solidstatelogic.com is the official SSL domain, and softwareupdate.solidstatelogic.com is a plausible official software update endpoint for their products. However, the package installs a prebuilt binary shared library directly into the system without any source build, which is the standard concern for binary AUR packages. The sha256sum is pinned, which mitigates substitution risk. The risk is the standard medium concern for any prebuilt binary from a vendor host: if the host were compromised or the binary were malicious, it would execute arbitrary code in any DAW loading the plugin. Given that SSL/Harrison is a legitimate vendor and the domain appears official, this is a normal 'bin' AUR package pattern rather than a suspicious unofficial host, but the prebuilt binary nature keeps it at medium rather than clean.

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:10 source=("https://softwareupdate.solidstatelogic.com/DownloadManager/InstallersLinux/Harrison_32Bus_v${pkgver}-linux-amd64.tar.gz")
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 downloads a prebuilt binary (a VST/VST3 plugin .so) from softwareupdate.solidstatelogic.com. Solid State Logic (SSL) is a legitimate, well-known professional audio hardware and software company, and Harrison Audio is a related brand under the SSL umbrella. The domain solidstatelogic.com is the official SSL domain, and softwareupdate.solidstatelogic.com is a plausible official software update endpoint for their products. However, the package installs a prebuilt binary shared library directly into the system without any source build, which is the standard concern for binary AUR packages. The sha256sum is pinned, which mitigates substitution risk. The risk is the standard medium concern for any prebuilt binary from a vendor host: if the host were compromised or the binary were malicious, it would execute arbitrary code in any DAW loading the plugin. Given that SSL/Harrison is a legitimate vendor and the domain appears official, this is a normal 'bin' AUR package pattern rather than a suspicious unofficial host, but the prebuilt binary nature keeps it at medium rather than clean.

PKGBUILD

1 offending line(s) highlighted
1pkgbase=harrison-32-bus
2pkgname=("${pkgbase}-vst-bin" "${pkgbase}-vst3-bin")
3pkgver=2.0.1.f8ffbf84
4pkgrel=3
5arch=('x86_64')
6url="https://store.harrisonaudio.com/all-products/harrison-32-bus"
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' 'unzip')
10source=("https://softwareupdate.solidstatelogic.com/DownloadManager/InstallersLinux/Harrison_32Bus_v${pkgver}-linux-amd64.tar.gz")
11sha256sums=('083110dca505c1018b43f9324a07081d563d06e2f8deb1d643080f44424ffa60')
12
13package_harrison-32-bus-vst-bin() {
14 pkgdesc="Harrison 32 Bus Channel Strip (VST)"
15 groups=('pro-audio' 'vst-plugins')
16 conflicts=("harrison-32c-plugins-bin")
17 provides=("${pkgbase}-vst-bin")
18 replaces=("harrison-32c-plugins-bin")
19 install -Dm755 "$srcdir/Harrison_32Bus/vst/Harrison_32Bus.so" "$pkgdir/usr/lib/vst/Harrison_32Bus.so"
20}
21
22package_harrison-32-bus-vst3-bin() {
23 pkgdesc="Harrison 32 Bus Channel Strip (VST3)"
24 groups=('pro-audio' 'vst3-plugins')
25 install -Dm755 "$srcdir/Harrison_32Bus/vst3/Harrison_32Bus.vst3/Contents/x86_64-linux/Harrison_32Bus.so" "$pkgdir/usr/lib/vst3/Harrison_32Bus.vst3/Contents/x86_64-linux/Harrison_32Bus.so"
26}
27

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