harrison-32-bus-vst3-bin
harrison-32-bus
· scanned 2026-08-03 00:08:14.047287
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:10
source=("https://softwareupdate.solidstatelogic.com/DownloadManager/InstallersLinux/Harrison_32Bus_v${pkgver}-linux-amd64.tar.gz")
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) highlightedpkgbase=harrison-32-bus
pkgname=("${pkgbase}-vst-bin" "${pkgbase}-vst3-bin")
pkgver=2.0.1.f8ffbf84
pkgrel=3
arch=('x86_64')
url="https://store.harrisonaudio.com/all-products/harrison-32-bus"
license=('EULA')
depends=('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')
makedepends=('xdg-user-dirs' 'unzip')
source=("https://softwareupdate.solidstatelogic.com/DownloadManager/InstallersLinux/Harrison_32Bus_v${pkgver}-linux-amd64.tar.gz")
sha256sums=('083110dca505c1018b43f9324a07081d563d06e2f8deb1d643080f44424ffa60')
package_harrison-32-bus-vst-bin() {
pkgdesc="Harrison 32 Bus Channel Strip (VST)"
groups=('pro-audio' 'vst-plugins')
conflicts=("harrison-32c-plugins-bin")
provides=("${pkgbase}-vst-bin")
replaces=("harrison-32c-plugins-bin")
install -Dm755 "$srcdir/Harrison_32Bus/vst/Harrison_32Bus.so" "$pkgdir/usr/lib/vst/Harrison_32Bus.so"
}
package_harrison-32-bus-vst3-bin() {
pkgdesc="Harrison 32 Bus Channel Strip (VST3)"
groups=('pro-audio' 'vst3-plugins')
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"
}
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 |