mtpdk

MEDIUM
maintainer sekret 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source URL is dynamically fetched from a non-standard host via an API call, resulting in an unverifiable and potentially swappable prebuilt binary; this creates a supply-chain risk despite the project being legitimate.

Triggered rules

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:14 source=("$(curl -s 'https://www.powerdrumkit.com/API_linux_AUR.php?product=mtpdk2_free&format_and_os=VST3-64bit-Linux' | sed -n 's/.*"source_url":"\([^"]*\)".*/\1/p' | sed 's#\\/#/#g')"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The source URL is dynamically fetched from a non-standard host via an API call, resulting in an unverifiable and potentially swappable prebuilt binary; this creates a supply-chain risk despite the project being legitimate.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: sekret
2_name="MT-PowerDrumKit"
3pkgname=mtpdk
4pkgver=2.1.5.1
5pkgrel=1
6pkgdesc="The MT Power Drum Kit is a free drum sampler offering the powerful, high-quality sounds of an acoustic, realistic drum kit"
7arch=(x86_64)
8url="https://www.powerdrumkit.com"
9license=('custom')
10groups=('pro-audio' 'vst3-plugins')
11depends=('libxkbcommon' 'xcb-util-cursor' 'glib2' 'xcb-util' 'gcc-libs' 'fontconfig' 'libx11' 'libxkbcommon-x11' 'libxcb' 'cairo' 'glibc' 'pango')
12makedepends=('curl')
13options=(!debug)
14source=("$(curl -s 'https://www.powerdrumkit.com/API_linux_AUR.php?product=mtpdk2_free&format_and_os=VST3-64bit-Linux' | sed -n 's/.*"source_url":"\([^"]*\)".*/\1/p' | sed 's#\\/#/#g')"
15 "https://www.powerdrumkit.com/API_EULA.php")
16sha256sums=('95bf11b8874b8030b6cbd29217a86559758a96de2323cb6775693f5956a7a46a'
17 'dbdc4c2b5ac1b956481a514001013cc8ea8c38fabe73742c6881f3752f5b3660')
18
19package() {
20 install -Dm755 "$_name.vst3/Contents/$CARCH-linux/$_name.so" "$pkgdir/usr/lib/vst3/$_name.vst3/Contents/$CARCH-linux/$_name.so"
21 install -Dm644 "API_EULA.php" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
22 cd "$_name.vst3/Contents/Resources/"
23 for i in *
24 do
25 install -Dm644 "$i" "$pkgdir/usr/lib/vst3/$_name.vst3/Contents/Resources/$i"
26 done
27}
28

Changes since previous scan

--- PKGBUILD @ 2026-09-04 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: sekret
_name="MT-PowerDrumKit"
pkgname=mtpdk
-pkgver=2.1.4.0
+pkgver=2.1.5.1
pkgrel=1
pkgdesc="The MT Power Drum Kit is a free drum sampler offering the powerful, high-quality sounds of an acoustic, realistic drum kit"
arch=(x86_64)
@@ -13,7 +13,7 @@
options=(!debug)
source=("$(curl -s 'https://www.powerdrumkit.com/API_linux_AUR.php?product=mtpdk2_free&format_and_os=VST3-64bit-Linux' | sed -n 's/.*"source_url":"\([^"]*\)".*/\1/p' | sed 's#\\/#/#g')"
"https://www.powerdrumkit.com/API_EULA.php")
-sha256sums=('9a1c43237b9373192cee38cb3ed4d2582d6fdb7074709b4efbddf8b31bb6708a'
+sha256sums=('95bf11b8874b8030b6cbd29217a86559758a96de2323cb6775693f5956a7a46a'
'dbdc4c2b5ac1b956481a514001013cc8ea8c38fabe73742c6881f3752f5b3660')
package() {
@@ -24,6 +24,5 @@
do
install -Dm644 "$i" "$pkgdir/usr/lib/vst3/$_name.vst3/Contents/Resources/$i"
done
- rm "$pkgdir/usr/lib/vst3/$_name.vst3/Contents/Resources/Thumbs.db"
}

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 21:58:42 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion