bass-locker-vst3-bin

LOW
maintainer orphaned 0 votes base bass-locker scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's official S3 bucket, which is a common and legitimate distribution method for commercial audio software; the source is not on a standard host but is plausibly official, and the binaries are installed as-is without obfuscated execution or remote code injection.

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 S3 bucket, which is a common and legitimate distribution method for commercial audio software; the source is not on a standard host but is plausibly official, and the binaries are installed as-is without obfuscated execution or remote code injection.

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:14 'https://audioassaultdownloads.s3.amazonaws.com/AmpLocker/AmpLocker109/BassLockerLinux.zip')

PKGBUILD

1 offending line(s) highlighted
1pkgbase=bass-locker
2pkgname=( ${pkgbase}-{data,standalone,lv2,vst3}-bin )
3pkgver=1.0.0
4pkgrel=1
5arch=('x86_64')
6url="https://audioassault.mx/amplocker"
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=('amp-locker')
11source=('Bass Locker.desktop'
12 'Bass Locker Linker'
13 'bass-locker.png'
14 'https://audioassaultdownloads.s3.amazonaws.com/AmpLocker/AmpLocker109/BassLockerLinux.zip')
15sha256sums=('72bb06f4b13a7c7e57cabb175972d788fee3940d60fe67507ee15366e4e0dc0f'
16 'e6d6fced8469f9a1738824af3528eb9dc46af67b269d166d16a27fb4a2f6f120'
17 '2ccb54d693ba09c2f86750891f2d1ea090f74fe282c3268617d1519b58f79ad5'
18 '518ffa1da40b9f8c658d16cf8ab244f9fb31b55c10f64503286c517f7bb0319b')
19
20package_bass-locker-data-bin() {
21 ## Install Asset Data
22 pkgdesc="Audio Assault Bass Multiamp Simulator (Data Assets)"
23 groups=('pro-audio')
24
25 ## Make data assets dir
26 mkdir -p "$pkgdir/usr/lib/BassLockerData"
27
28 ## Copy assets to data directory
29 cp -r "$srcdir/BassLockerData/"* "$pkgdir/usr/lib/BassLockerData"
30
31 ## Install Bass Locker Linker Script
32 install -Dm755 "$srcdir/Bass Locker Linker" "$pkgdir/usr/bin/Bass Locker Linker"
33}
34
35package_bass-locker-lv2-bin() {
36 ## Install LV2 Plugin
37 pkgdesc="Audio Assault Bass Multiamp Simulator (LV2)"
38 depends=('bass-locker-data-bin')
39 groups=('pro-audio' 'lv2-plugins')
40 install -Dm755 "$srcdir/Bass Locker.lv2/Bass Locker.so" "$pkgdir/usr/lib/lv2/Bass Locker.lv2/Bass Locker.so"
41 install -Dm644 "$srcdir/Bass Locker.lv2/dsp.ttl" "$pkgdir/usr/lib/lv2/Bass Locker.lv2/dsp.ttl"
42 install -Dm644 "$srcdir/Bass Locker.lv2/manifest.ttl" "$pkgdir/usr/lib/lv2/Bass Locker.lv2/manifest.ttl"
43 install -Dm644 "$srcdir/Bass Locker.lv2/ui.ttl" "$pkgdir/usr/lib/lv2/Bass Locker.lv2/ui.ttl"
44}
45
46package_bass-locker-vst3-bin() {
47 ## Install VST3 Plugin
48 pkgdesc="Audio Assault Bass Multiamp Simulator (VST3)"
49 depends=('bass-locker-data-bin')
50 groups=('pro-audio' 'vst3-plugins')
51 install -Dm755 "$srcdir/Bass Locker.vst3/Contents/x86_64-linux/Bass Locker.so" "$pkgdir/usr/lib/vst3/Bass Locker.vst3/Contents/x86_64-linux/Bass Locker.so"
52}
53
54package_bass-locker-standalone-bin() {
55 ## Install Standalone Binary
56 pkgdesc="Audio Assault Bass Multiamp Simulator (Standalone)"
57 depends=('bass-locker-data-bin')
58 groups=('pro-audio')
59 install -Dm644 "$srcdir/Bass Locker.desktop" "$pkgdir/usr/share/applications/Bass Locker.desktop"
60 install -Dm644 "$srcdir/bass-locker.png" "$pkgdir/usr/share/icons/hicolor/192x192/apps/bass-locker.png"
61 install -Dm755 "$srcdir/Bass Locker Standalone" "$pkgdir/usr/bin/Bass Locker Standalone"
62}
63

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion