vst2sdk
maintainer HurricanePootis
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the VST2 SDK from GitHub repositories and a Steinberg URL; while the host is not on a standard whitelist, the sources are from project-related repositories and the official vendor, and the build installs only header files and a static library, posing minimal risk.
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 the VST2 SDK from GitHub repositories and a Steinberg URL; while the host is not on a standard whitelist, the sources are from project-related repositories and the official vendor, and the build installs only header files and a static library, posing minimal risk.
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
source=("https://download.steinberg.net/sdk_downloads/vst-sdk_${_pkgver}_build-10_${_date}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: HurricanePootis
2
pkgname=vst2sdk
3
pkgver=2.4
4
epoch=1
5
pkgrel=3
6
pkgdesc="Steinberg's VST2 SDK"
7
arch=('x86_64' 'i686')
8
url="http://www.steinberg.net/en/company/developers.html"
9
license=('LicenseRef-SteinBerge-License')
10
_pkgver=3.7.11
11
_date=2024-04-22
12
options=(!staticlibs)
13
makedepends=("git" "cmake" "ninja")
14
source=("https://download.steinberg.net/sdk_downloads/vst-sdk_${_pkgver}_build-10_${_date}.zip"
15
"git+https://github.com/R-Tur/VST_SDK_2.4.git#commit=4610873fa433d263a5c4a68b5b8b59ffcf6ca6db"
16
"git+https://github.com/sysfce2/vst-2.4-sdk.git#commit=45590c1b3266c1758e408dea790a7f7d8711d0b1")
17
# check for latest file with curl -sI https://www.steinberg.net/vst3sdk
18
sha512sums=('e19ff4ac0c5005b97402eddfce39e94dacd2e55f6ac8a288d5520cb48fb41dfff05188ff8ea1a4a1b1b0d6a89f558c798e8356cf9fcb68bd4e8b3431aee02932'
19
'e288ed04834440498a9180149832d0936a7858ff759f59f38a4f3d6a8d4aee99711be36c4597ef6571b8265d0e7769a453056d8ab540f3ad4d2e5a516cb61c69'
20
'5bebc02a6ada62fa8793159ee35379175019e84f5e03efe2ed1a6e9a5512024fe9e482e41e2ee3dc62d990783c75baef323c39cf7060803a0efac38029ece99f')
21
22
build() {
23
cd "$srcdir"
24
cmake -B build \
25
-GNinja \
26
-DCMAKE_BUILD_TYPE=None \
27
-DCMAKE_C_FLAGS="$CFLAGS -DNDEBUG" \
28
-DCMAKE_CXX_FLAGS="$CXXFLAGS -DNDEBUG" \
29
-SVST_SDK_$pkgver \
30
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
31
32
cmake --build build
33
}
34
35
36
package() {
37
cd "$srcdir/VST_SDK_$pkgver/pluginterfaces/vst2.x"
38
#Packaging like vst3sdk
39
for file in {aeffect.h,aeffectx.h,vstfxstore.h};
40
do
41
install -Dm644 $file "$pkgdir/usr/src/vst2sdk/pluginterfaces/vst2.x/$file"
42
done
43
cd "$srcdir/VST_SDK_$pkgver/public.sdk/source/vst2.x"
44
for file in {aeffeditor.h,audioeffect.cpp,audioeffect.h,audioeffectx.cpp,audioeffectx.h};
45
do
46
install -Dm644 $file "$pkgdir/usr/src/vst2sdk/public.sdk/source/vst2.x/$file"
47
done
48
install -Dm644 "$srcdir/vst-$pkgver-sdk/vstsdk${pkgver}/public.sdk/source/vst2.x/vstplugmain.cpp" "$pkgdir/usr/src/vst2sdk/public.sdk/source/vst2.x/vstplugmain.cpp"
49
50
install -Dm644 "$srcdir/build/libVST_SDK.a" "$pkgdir/usr/lib/libVST_SDK.a"
51
52
# install license
53
cd "$srcdir/VST_SDK/vst3sdk"
54
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
55
}
56
# vim:set ts=2 sw=2 et:
57
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 |