vst-preset-generator
The source is a tarball from tuxfamily.org, a known free software hosting provider, which is not on the standard whitelist but is a legitimate project host; the package builds from source and installs only binaries and static assets, with no evidence of malicious or remote code execution.
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 source is a tarball from tuxfamily.org, a known free software hosting provider, which is not on the standard whitelist but is a legitimate project host; the package builds from source and installs only binaries and static assets, with no evidence of malicious or remote code execution.
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:14
${_reponame}.tar.gz::https://download.tuxfamily.org/vpg/$pkgver/vpg-$pkgver-src.tar.gz
PKGBUILD
1 offending line(s) highlighted# Maintainer: Yauheni Kirylau <actionless dot loveless AT gmail MF com>
pkgname=vst-preset-generator
_reponame=vpg
pkgver=0.3.0
pkgrel=1
pkgdesc="GUI tool for generating VST presets in FXP/FXB formats"
arch=('x86_64')
url="https://vst-preset-generator.org/"
license=('GPLv2')
depends=(qt5-base)
makedepends=(gcc cmake vst2sdk )
optdepends=('asciidoctor-pdf: generate-docs')
source=(
${_reponame}.tar.gz::https://download.tuxfamily.org/vpg/$pkgver/vpg-$pkgver-src.tar.gz
)
sha256sums=('8bd4970d154ef73722d29e02de6b5827754efcc97a9d651e948aaf60d1114601')
build(){
cd $srcdir/$_reponame/vst-preset-gen.r113
qmake -makefile src/vpg.pro
make
if which asciidoctor-pdf ; then
asciidoctor -r asciidoctor-pdf -b pdf -o vpg-doc.pdf ./doc/vpg.asciidoc
fi
}
package(){
cd $srcdir/$_reponame/vst-preset-gen.r113
install -Dm755 vpg -t $pkgdir/usr/bin/
if test -f vpg-doc.pdf ; then
install -Dm755 vpg-doc.pdf -t $pkgdir/usr/share/doc/$pkgname
fi
install -Dm755 LICENSE -t $pkgdir/usr/share/doc/$pkgname
install -Dm644 build/package/vst-preset-generator.desktop \
"$pkgdir/usr/share/applications/vst-preset-generator.desktop"
install -Dm644 build/package/vpg_128x128.png \
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/vpg.png
install -Dm644 build/package/vpg_128x128.png \
"$pkgdir"/usr/share/icons/hicolor/128x128/apps/vpg.png
install -Dm644 build/package/vpg_48x48.png \
"$pkgdir"/usr/share/icons/hicolor/48x48/apps/vpg.png
install -Dm644 build/package/vpg_32x32.png \
"$pkgdir"/usr/share/icons/hicolor/32x32/apps/vpg.png
}
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 |