socalabs-wavetable-lv2-bin
socalabs-wavetable
scanned 2026-09-17 00:27:14.276658
The package downloads a prebuilt binary plugin bundle from the official project's domain (socalabs.com) for installation; while the host is not a standard code forge, it is the project's own site, and the download is verified with a matching checksum, making the risk low despite the non-whitelisted source.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary plugin bundle from the official project's domain (socalabs.com) for installation; while the host is not a standard code forge, it is the project's own site, and the download is verified with a matching checksum, making the risk low despite the non-whitelisted source.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source_x86_64=("$pkgbase-$pkgver.zip::https://socalabs.com/files/get.php?id=Wavetable_Linux.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
# Contributor: usrmusicman
pkgbase=socalabs-wavetable
pkgname=($pkgbase-lv2-bin $pkgbase-vst-bin $pkgbase-vst3-bin)
pkgver=1.0.36
pkgrel=1
arch=(x86_64)
url='https://socalabs.com/synths/wavetable/'
license=(BSD-3-Clause)
groups=(pro-audio)
depends=(curl fontconfig freetype2 glibc libgcc libstdc++)
makedepends=(unzip)
source=("LICENSE-socalabs-wavetable::https://github.com/FigBug/Wavetable/raw/refs/tags/v$pkgver/LICENSE")
source_x86_64=("$pkgbase-$pkgver.zip::https://socalabs.com/files/get.php?id=Wavetable_Linux.zip")
sha256sums=('65723088b243ad18fdd0417c911deac03593ded0b7a089b0d100a988528c8af3')
sha256sums_x86_64=('df62945366ae782e1f068b3b2b67137e31683a20553437bec8beca5a123ee23f')
package_socalabs-wavetable-lv2-bin() {
depends+=(libcurl.so libfontconfig.so libfreetype.so libgcc_s.so libstdc++.so)
pkgdesc="Socalabs Retro Wavetable Synth (LV2)"
groups+=(lv2-plugins)
optdepends=('lv2-host: for loading the LV2 plugin')
install -v -Dm644 "$srcdir"/lv2/Wavetable.lv2/*.ttl -t "$pkgdir"/usr/lib/lv2/Wavetable.lv2
install -v -Dm755 "$srcdir"/lv2/Wavetable.lv2/*.so -t "$pkgdir"/usr/lib/lv2/Wavetable.lv2
install -v -Dm 644 "$srcdir"/LICENSE-socalabs-wavetable \
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
package_socalabs-wavetable-vst-bin() {
depends+=(libcurl.so libfontconfig.so libfreetype.so libgcc_s.so libstdc++.so)
pkgdesc="Socalabs Retro Wavetable Synth (VST)"
groups+=(vst-plugins)
optdepends=('vst-host: for loading the VST2 plugin')
install -v -Dm755 "$srcdir"/vst/Wavetable.so -t "$pkgdir"/usr/lib/vst
install -v -Dm 644 "$srcdir"/LICENSE-socalabs-wavetable \
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
package_socalabs-wavetable-vst3-bin() {
depends+=(libcurl.so libfontconfig.so libfreetype.so libgcc_s.so libstdc++.so)
pkgdesc="Socalabs Retro Wavetable Synth (VST3)"
groups+=(vst3-plugins)
optdepends=('vst3-host: for loading the VST3 plugin')
install -v -Dm644 "$srcdir"/vst3/Wavetable.vst3/Contents/Resources/moduleinfo.json \
-t "$pkgdir"/usr/lib/vst3/Wavetable.vst3/Contents/Resources
install -v -Dm755 "$srcdir"/vst3/Wavetable.vst3/Contents/x86_64-linux/Wavetable.so \
-t "$pkgdir"/usr/lib/vst3/Wavetable.vst3/Contents/x86_64-linux/
install -v -Dm 644 "$srcdir"/LICENSE-socalabs-wavetable \
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |