bass-locker-standalone-bin
maintainer orphaned
· 0 votes
· base
bass-locker
· scanned 2026-08-03 00:08:14.047287
LOW
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
1
pkgbase=bass-locker
2
pkgname=( ${pkgbase}-{data,standalone,lv2,vst3}-bin )
3
pkgver=1.0.0
4
pkgrel=1
5
arch=('x86_64')
6
url="https://audioassault.mx/amplocker"
7
license=('EULA')
8
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')
9
makedepends=('xdg-user-dirs')
10
provides=('amp-locker')
11
source=('Bass Locker.desktop'
12
'Bass Locker Linker'
13
'bass-locker.png'
14
'https://audioassaultdownloads.s3.amazonaws.com/AmpLocker/AmpLocker109/BassLockerLinux.zip')
15
sha256sums=('72bb06f4b13a7c7e57cabb175972d788fee3940d60fe67507ee15366e4e0dc0f'
16
'e6d6fced8469f9a1738824af3528eb9dc46af67b269d166d16a27fb4a2f6f120'
17
'2ccb54d693ba09c2f86750891f2d1ea090f74fe282c3268617d1519b58f79ad5'
18
'518ffa1da40b9f8c658d16cf8ab244f9fb31b55c10f64503286c517f7bb0319b')
19
20
package_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
35
package_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
46
package_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
54
package_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) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |