socalabs-wavetable-vst3-bin

LOW
maintainer SpotlightKid 0 votes base socalabs-wavetable scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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:15 source_x86_64=("$pkgbase-$pkgver.zip::https://socalabs.com/files/get.php?id=Wavetable_Linux.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
2# Contributor: usrmusicman
3
4pkgbase=socalabs-wavetable
5pkgname=($pkgbase-lv2-bin $pkgbase-vst-bin $pkgbase-vst3-bin)
6pkgver=1.0.36
7pkgrel=1
8arch=(x86_64)
9url='https://socalabs.com/synths/wavetable/'
10license=(BSD-3-Clause)
11groups=(pro-audio)
12depends=(curl fontconfig freetype2 glibc libgcc libstdc++)
13makedepends=(unzip)
14source=("LICENSE-socalabs-wavetable::https://github.com/FigBug/Wavetable/raw/refs/tags/v$pkgver/LICENSE")
15source_x86_64=("$pkgbase-$pkgver.zip::https://socalabs.com/files/get.php?id=Wavetable_Linux.zip")
16sha256sums=('65723088b243ad18fdd0417c911deac03593ded0b7a089b0d100a988528c8af3')
17sha256sums_x86_64=('df62945366ae782e1f068b3b2b67137e31683a20553437bec8beca5a123ee23f')
18
19package_socalabs-wavetable-lv2-bin() {
20 depends+=(libcurl.so libfontconfig.so libfreetype.so libgcc_s.so libstdc++.so)
21 pkgdesc="Socalabs Retro Wavetable Synth (LV2)"
22 groups+=(lv2-plugins)
23 optdepends=('lv2-host: for loading the LV2 plugin')
24 install -v -Dm644 "$srcdir"/lv2/Wavetable.lv2/*.ttl -t "$pkgdir"/usr/lib/lv2/Wavetable.lv2
25 install -v -Dm755 "$srcdir"/lv2/Wavetable.lv2/*.so -t "$pkgdir"/usr/lib/lv2/Wavetable.lv2
26 install -v -Dm 644 "$srcdir"/LICENSE-socalabs-wavetable \
27 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
28}
29
30package_socalabs-wavetable-vst-bin() {
31 depends+=(libcurl.so libfontconfig.so libfreetype.so libgcc_s.so libstdc++.so)
32 pkgdesc="Socalabs Retro Wavetable Synth (VST)"
33 groups+=(vst-plugins)
34 optdepends=('vst-host: for loading the VST2 plugin')
35 install -v -Dm755 "$srcdir"/vst/Wavetable.so -t "$pkgdir"/usr/lib/vst
36 install -v -Dm 644 "$srcdir"/LICENSE-socalabs-wavetable \
37 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
38}
39
40package_socalabs-wavetable-vst3-bin() {
41 depends+=(libcurl.so libfontconfig.so libfreetype.so libgcc_s.so libstdc++.so)
42 pkgdesc="Socalabs Retro Wavetable Synth (VST3)"
43 groups+=(vst3-plugins)
44 optdepends=('vst3-host: for loading the VST3 plugin')
45 install -v -Dm644 "$srcdir"/vst3/Wavetable.vst3/Contents/Resources/moduleinfo.json \
46 -t "$pkgdir"/usr/lib/vst3/Wavetable.vst3/Contents/Resources
47 install -v -Dm755 "$srcdir"/vst3/Wavetable.vst3/Contents/x86_64-linux/Wavetable.so \
48 -t "$pkgdir"/usr/lib/vst3/Wavetable.vst3/Contents/x86_64-linux/
49 install -v -Dm 644 "$srcdir"/LICENSE-socalabs-wavetable \
50 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
51}
52

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