uhhyou-plugins
The package builds from source hosted on GitHub and GitLab, which are standard development platforms; the non-whitelisted GitLab MPG host is plausibly legitimate for the pocketfft library, and all sources are verified with matching checksums, posing no real supply-chain risk.
Triggered rules
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 builds from source hosted on GitHub and GitLab, which are standard development platforms; the non-whitelisted GitLab MPG host is plausibly legitimate for the pocketfft library, and all sources are verified with matching checksums, posing no real supply-chain risk.
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:22
"pocketfft-$_pocketfft_ref.tar.gz::https://gitlab.mpcdf.mpg.de/mtr/pocketfft/-/archive/$_pocketfft_ref/pocketfft-$_pocketfft_ref.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: Florian Hülsmann <fh@cbix.de>
# Contributor: Chris Arndt <aur -at- chrisarndt -dot- de>
_name=VSTPlugins-UhhyouPlugins
pkgname=uhhyou-plugins
pkgver=0.70.0
pkgrel=1
pkgdesc='A collection of synthesizer and effect VST3 plugins'
arch=(aarch64 x86_64)
url='https://ryukau.github.io/VSTPlugins/'
license=(GPL-3.0-only)
groups=(pro-audio vst3-plugins)
depends=(cairo gcc-libs glibc libxcb xcb-util xcb-util-cursor)
makedepends=(cmake fontconfig git gtkmm3 libx11 libxkbcommon-x11 pango vst3sdk
xcb-util-keysyms)
optdepends=('vst3-host: for running VST3 plugins')
_pocketfft_ref=0fa0ef5
_vcl_ref=4c90584
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/ryukau/VSTPlugins/archive/refs/tags/UhhyouPlugins$pkgver.tar.gz"
"pocketfft-$_pocketfft_ref.tar.gz::https://gitlab.mpcdf.mpg.de/mtr/pocketfft/-/archive/$_pocketfft_ref/pocketfft-$_pocketfft_ref.tar.gz"
"vcl-$_vcl_ref.tar.gz::https://github.com/vectorclass/version2/archive/$_vcl_ref.tar.gz"
)
sha256sums=('611cf3cdeeb781b87df46dcbeb5f99cecf0f974ff2d809f666f943e0762916fe'
'03f0a020d7815e13acaa9419f94b13977df1902724fb2227bcf800de9b8e5200'
'd2a36ccedf4585b33fdba6cb38000aaa022c5b5306efeff2ad58cca52999c827')
prepare() {
cd $_name$pkgver
# link submodules
rm -r lib/pocketfft && ln -s "$srcdir"/pocketfft-$_pocketfft_ref lib/pocketfft
rm -r lib/vcl && ln -s "$srcdir"/version2-$_vcl_ref* lib/vcl
# copy and patch vst3sdk
rm -rf lib/vst3sdk
if [[ -d /usr/src/vst3sdk ]]; then
cp -r /usr/src/vst3sdk lib
else
cp -r /usr/share/vst3sdk lib
fi
cd lib/vst3sdk/vstgui4
git apply ../../../ci/linux_patch/cairographicscontext.patch
}
build() {
cmake -B $pkgname-build -S $_name$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSMTG_RUN_VST_VALIDATOR=Off \
-DSMTG_CREATE_PLUGIN_LINK=Off \
-Wno-dev
cmake --build $pkgname-build -j$(nproc --ignore=1)
}
check() {
for _plugin in $pkgname-build/VST3/Release/*.vst3; do
# many plugins seem to use a lot of memory during validation so let's only test basics
$pkgname-build/bin/Release/validator -suite "General Tests" $_plugin
done
}
package() {
depends+=(libfontconfig.so libgobject-2.0.so libpango-1.0.so libpangocairo-1.0.so
libpangoft2-1.0.so libxkbcommon.so libxkbcommon-x11.so ttf-croscore)
cd $pkgname-build/VST3/Release
for plugin in *.vst3; do
# install executable
install -vDm755 $plugin/Contents/$CARCH-linux/*.so -t \
"$pkgdir"/usr/lib/vst3/$plugin/Contents/$CARCH-linux
# install resources
if [[ -f $plugin/Contents/moduleinfo.json ]]; then
install -vDm644 $plugin/Contents/moduleinfo.json \
-t "$pkgdir"/usr/lib/vst3/$plugin/Contents/Resources
else
install -vDm644 $plugin/Contents/Resources/moduleinfo.json \
-t "$pkgdir"/usr/lib/vst3/$plugin/Contents/Resources
fi
[ -f $plugin/Contents/Resources/Snapshots/*.png ] &&
install -vDm644 $plugin/Contents/Resources/Snapshots/*.png -t \
"$pkgdir"/usr/lib/vst3/$plugin/Contents/Resources/Snapshots
done
# install docs
cd "$srcdir"/$_name$pkgver/docs
find . -type f \( -name \*.html -o -name \*.svg -o -name \*.png \) -exec \
install -vDm644 {} -T "$pkgdir"/usr/share/doc/$pkgname/{} \;
}
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 |