pianoteq
The source is a local file (local://), meaning it is bundled and not downloaded from the non-standard host; the only remote URL is for a logo image, which is non-executable data and poses no security risk.
Triggered rules
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 source is a local file (local://), meaning it is bundled and not downloaded from the non-standard host; the only remote URL is for a logo image, which is non-executable data and poses no security 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:25
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
PKGBUILD
1 offending line(s) highlighted# Maintainer: napaalm <nap@napaalm.xyz>
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
# Contributor: spider-mario <spidermario@free.fr>
# Contributor: CrocoDuck <crocoduck dot oducks at gmail dot com>
# Contributor: Simon Thorpe <simon@hivetechnology.com.au>
pkgname=pianoteq
pkgver=9.2.5
pkgrel=1
_name="Pianoteq ${pkgver%%.*}"
pkgdesc='Physical modelling piano instrument standalone program, VST3 and LV2 plugin. STANDARD version'
arch=(aarch64 armv7h x86_64)
url="https://www.modartt.com/pianoteq"
license=(LicenseRef-EULA)
groups=(lv2-plugins pro-audio vst3-plugins)
depends=(alsa-lib fontconfig freetype2 gcc-libs glibc libglvnd ttf-font)
makedepends=(gendesk)
optdepends=(
'jack: JACK support for stand-alone application'
'lv2-host: for loading the LV2 plugin'
'vst3-host: for loading the VST3 plugin'
)
conflicts=(pianoteq-stage pianoteq-trial-bin)
source=("local://pianoteq_setup_v${pkgver//./}.tar.xz"
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
sha256sums=('0ea69ca7a202dcc3a5a7d847688bb19bf6497e156c04f4f579fae82a73e36623'
'94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3')
prepare() {
cd "$_name"
# Generate Desktop Entry
gendesk -f -n \
--pkgname=$pkgname \
--pkgdesc="$pkgdesc" \
--name="$_name" \
--exec="\"$_name\"" \
--categories='Audio;AudioVideo;AudioVideoEditing;Midi;Music;Sequencer;'
}
package() {
depends+=(libasound.so libfreetype.so libfontconfig.so)
cd "$_name"
# Define architecture specific directory
if [[ "$CARCH" == x86_64 ]]; then
_archdir=x86-64bit
elif [[ "$CARCH" == armv7h ]]; then
_archdir=arm-32bit
elif [[ "$CARCH" == aarch64 ]]; then
_archdir=arm-64bit
fi
# Install stand-alone executable and symlink
install -vDm 755 "$_archdir/$_name" -t "$pkgdir"/usr/bin
ln -sf "$_name" "$pkgdir"/usr/bin/${pkgname}${pkgver%%.*}
# Install VST3 plug-in bundle
install -vDm 755 "$_archdir/$_name.vst3"/Contents/$CARCH-linux/*.so \
-t "$pkgdir/usr/lib/vst3/$_name.vst3"/Contents/$CARCH-linux
# Install LV2 plug-in bundle
install -vDm 755 "$_archdir/$_name.lv2"/*.so -t "$pkgdir/usr/lib/lv2/$_name.lv2"
install -vDm 644 "$_archdir/$_name.lv2"/*.ttl -t "$pkgdir/usr/lib/lv2/$_name.lv2"
# Install desktop launcher
install -vDm 644 "$srcdir"/pianoteq_icon_128.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
install -vDm 644 $pkgname.desktop -t "$pkgdir"/usr/share/applications
# Install license
install -vDm 644 *Licence* -t "$pkgdir"/usr/share/licenses/$pkgname
# Install documentation
install -vDm 644 README_LINUX.txt Documentation/* -t "$pkgdir"/usr/share/doc/$pkgname
}
Changes since previous scan
--- PKGBUILD @ 2026-09-12 00:25+++ PKGBUILD @ 2026-09-17 00:27@@ -5,7 +5,7 @@ # Contributor: Simon Thorpe <simon@hivetechnology.com.au> pkgname=pianoteq-pkgver=9.2.1+pkgver=9.2.5 pkgrel=1 _name="Pianoteq ${pkgver%%.*}" pkgdesc='Physical modelling piano instrument standalone program, VST3 and LV2 plugin. STANDARD version'@@ -23,7 +23,7 @@ conflicts=(pianoteq-stage pianoteq-trial-bin) source=("local://pianoteq_setup_v${pkgver//./}.tar.xz" 'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')-sha256sums=('888298997cbb77998690e354a91f75423a3b20818913d781378a42af4f83ee7a'+sha256sums=('0ea69ca7a202dcc3a5a7d847688bb19bf6497e156c04f4f579fae82a73e36623' '94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3') prepare() {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 13:12:15 | Medium | 1 |
| 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 |