pianoteq-stage5
LOW
maintainer Saikia81
1 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The flagged URL is for a logo image (non-executable data) from the official project domain; the actual software is provided locally, posing no supply-chain 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 flagged URL is for a logo image (non-executable data) from the official project domain; the actual software is provided locally, posing no supply-chain 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:19
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Saiki81 <saikia81 at hotmail dot com>
2
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
3
# adapted from package: pianoteq-stage-trial-bin
4
# adapted from pkgbuild creator: CrocoDuck <crocoduck dot oducks at gmail dot com>
5
6
pkgname=pianoteq-stage5
7
pkgver=5.8.1
8
pkgrel=2
9
pkgdesc="Virtual piano instrument using physical modelling synthesis. Both standalone and plugin versions."
10
arch=('i686' 'x86_64')
11
url="https://www.pianoteq.com/pianoteq5"
12
license=('custom')
13
depends=('alsa-lib' 'freetype2' 'libxext')
14
makedepends=('gendesk')
15
optdepends=('jack: JACK audio and MIDI support')
16
provides=("pianoteq5")
17
conflicts=("pianoteq5")
18
source=("local://pianoteq_stage_linux_v${pkgver//./}.7z"
19
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
20
sha256sums=('ae0100a22432e73c2a7df8890b89239f04d3adc5a6d97440af9517e8e75187af'
21
'94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3')
22
23
_pianoteq_type="Pianoteq 5 STAGE"
24
# Define architecture specific file directory:
25
if [[ "$CARCH" == i686 ]]; then
26
archdir=i386
27
else
28
archdir=amd64
29
fi
30
31
build() {
32
cd "$srcdir/$_pianoteq_type/"
33
34
# Generate Desktop Entry:
35
gendesk -f -n \
36
--pkgname "$pkgname" \
37
--pkgdesc "$pkgdesc" \
38
--name="${_pianoteq_type}" \
39
--exec='pianoteq5' \
40
--categories 'Audio;Sequencer;Midi;AudioVideoEditing;Music;AudioVideo;'
41
}
42
43
package() {
44
cd "$srcdir/$_pianoteq_type/"
45
46
# Install binaries:
47
install -Dm 755 "$archdir/${_pianoteq_type}" "$pkgdir/usr/bin/pianoteq5"
48
install -Dm 755 "$archdir/${_pianoteq_type}.so" "$pkgdir/usr/lib/vst/pianoteq5.so"
49
50
for i in "$archdir/${_pianoteq_type}.lv2/"*; do
51
install -D "$i" "$pkgdir/usr/lib/lv2/Pianoteq 5.lv2/${i##*/}"
52
done
53
54
# Install desktop launcher:
55
install -Dm 644 "$srcdir/pianoteq_icon_128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
56
install -Dm 644 "$pkgname.desktop" "$pkgdir/usr/share/applications/pianoteq5.desktop"
57
58
# Install the license:
59
install -d "$pkgdir/usr/share/licenses/${pkgname}"
60
install -m 644 *Licence* "$pkgdir/usr/share/licenses/${pkgname}/"
61
62
# Install the documentation:
63
install -D README_LINUX.txt "$pkgdir/usr/share/doc/${pkgname}/README_LINUX.txt"
64
for i in "Documentation/"*; do
65
install -D "$i" "$pkgdir/usr/share/doc/${pkgname}/${i##*/}"
66
done
67
}
68
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 |