vcvrack-pro
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The download is from the official project domain (vcvrack.com) via a version-specific URL, which is normal for proprietary software; the source is a prebuilt binary but hosted on the legitimate vendor site, so the supply chain risk is low despite the non-whitelisted host.
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 download is from the official project domain (vcvrack.com) via a version-specific URL, which is normal for proprietary software; the source is a prebuilt binary but hosted on the legitimate vendor site, so the supply chain risk is low despite the non-whitelisted host.
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:18
source_x86_64=("$pkgname-$pkgver.zip::https://vcvrack.com/RackProDownload?version=$pkgver&arch=lin-x64")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Florian Hülsmann <fh@cbix.de>
2
3
DLAGENTS=("https::./dlagent.sh %o %u")
4
pkgname=vcvrack-pro
5
pkgver=2.6.1
6
pkgrel=1
7
pkgdesc='Virtual modular synthesizer (requires logged in Pro account)'
8
arch=(x86_64)
9
url='https://vcvrack.com/'
10
license=(LicenseRef-EULA)
11
groups=(pro-audio clap-plugins vst-plugins vst3-plugins)
12
provides=(vcvrack)
13
depends=()
14
makedepends=(jq)
15
optdepends=('clap-host: for running the CLAP plugin'
16
'vst-host: for running the VST plugin'
17
'vst3-host: for running the VST3 plugin')
18
source_x86_64=("$pkgname-$pkgver.zip::https://vcvrack.com/RackProDownload?version=$pkgver&arch=lin-x64")
19
source=('vcvrack-pro.sh'
20
'vcvrack-pro.desktop')
21
sha256sums=('1d079a8ca01b2f36ab08f42f8abe408a1bc0109f296b91a181a7f845e9fbb01f'
22
'850bab3769f7778e97293c0ecc5fd77e33d253504ebd8f3b60e937cc4584d418')
23
sha256sums_x86_64=('f3d984113d7b88637c996f55d69d26962e08e5b1765f82aacfd036d4a903da48')
24
25
package() {
26
depends+=(gcc-libs glibc libx11 libasound.so libGL.so libpulse.so libpulse-simple.so libjack.so)
27
# the audio plugins won't work with /opt/vcvrack-pro
28
install -d "$pkgdir"/opt/VCV
29
cp -va Rack2Pro -t "$pkgdir"/opt/VCV
30
install -vDm755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
31
install -vDm644 $pkgname.desktop -t "$pkgdir"/usr/share/applications
32
install -vDm755 'VCV Rack 2.clap' -t "$pkgdir"/usr/lib/clap
33
install -vDm755 *.so -t "$pkgdir"/usr/lib/vst
34
install -vDm755 "VCV Rack 2.vst3/Contents/$CARCH-linux/VCV Rack 2.so" -t "$pkgdir/usr/lib/vst3/VCV Rack 2.vst3/Contents/$CARCH-linux"
35
install -d "$pkgdir"/usr/share/licenses/$pkgname
36
mv -v "$pkgdir"/opt/VCV/Rack2Pro/LICENSE* "$pkgdir"/usr/share/licenses/$pkgname
37
}
38
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 |