donutstudio-bin
The package downloads a prebuilt binary from the project's own official domain; while the host is not a standard forge, it is plausibly project-owned and the content is verified via sha256sum, reducing supply-chain risk to low.
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 package downloads a prebuilt binary from the project's own official domain; while the host is not a standard forge, it is plausibly project-owned and the content is verified via sha256sum, reducing supply-chain risk to low.
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:29
source=("DonutStudio-linux-${pkgver}.zip::https://donutsdelivery.online/download-donutstudio/files/DonutStudio-linux.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Donuts Delivery <support@donutsdelivery.online>
pkgname=donutstudio-bin
pkgver=0.6.0
pkgrel=1
pkgdesc="DonutStudio — harmonic composition workstation and MIDI editor (just-intonation native)"
arch=('x86_64')
url="https://donutsdelivery.online/donutstudio"
license=('custom')
depends=(
'alsa-lib'
'freetype2'
'gcc-libs'
'glibc'
'hicolor-icon-theme'
'libx11'
'libxcursor'
'libxinerama'
'libxrandr'
'mesa'
)
optdepends=(
'bitwig-studio: use the bundled Bitwig controller script'
'xdg-utils: desktop integration helpers'
)
options=('!strip')
provides=('donutstudio')
conflicts=('donutstudio')
install="${pkgname}.install"
source=("DonutStudio-linux-${pkgver}.zip::https://donutsdelivery.online/download-donutstudio/files/DonutStudio-linux.zip")
sha256sums=('78d517509f4ba69270d96844261f8a479f103a07355af9de30348baf9d1ac0e8')
package() {
install -dm755 "${pkgdir}/opt/donutstudio"
install -Dm755 "${srcdir}/DonutStudio" "${pkgdir}/opt/donutstudio/DonutStudio"
install -Dm755 "${srcdir}/DonutStudio Updater" "${pkgdir}/opt/donutstudio/DonutStudio Updater"
install -Dm755 "${srcdir}/ArbitPluginHost" "${pkgdir}/opt/donutstudio/ArbitPluginHost"
install -Dm755 "${srcdir}/ArbitPluginScanner" "${pkgdir}/opt/donutstudio/ArbitPluginScanner"
cp -a "${srcdir}/Soundfonts" "${pkgdir}/opt/donutstudio/"
cp -a "${srcdir}/video-helper" "${pkgdir}/opt/donutstudio/"
for content_dir in shader-packs mod-presets example-projects; do
cp -a "${srcdir}/${content_dir}" "${pkgdir}/opt/donutstudio/"
done
install -Dm644 "${srcdir}/DonutStudio.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/donutstudio.svg"
install -dm755 "${pkgdir}/usr/lib/clap"
install -Dm755 "${srcdir}/DonutStudio.clap" "${pkgdir}/usr/lib/clap/DonutStudio.clap"
install -dm755 "${pkgdir}/usr/lib/vst3"
cp -a "${srcdir}/DonutStudio.vst3" "${pkgdir}/usr/lib/vst3/DonutStudio.vst3"
# MIDI debug plugin (developer target; same rename for consistency)
if [ -d "${srcdir}/MIDI Debug.vst3" ]; then
cp -a "${srcdir}/MIDI Debug.vst3" "${pkgdir}/usr/lib/vst3/MIDI Debug.vst3"
fi
# Permissions
find "${pkgdir}/opt/donutstudio" -type d -exec chmod 755 {} +
find "${pkgdir}/opt/donutstudio" -type f -exec chmod 644 {} +
chmod 755 "${pkgdir}/opt/donutstudio/DonutStudio"
chmod 755 "${pkgdir}/opt/donutstudio/DonutStudio Updater"
chmod 755 "${pkgdir}/opt/donutstudio/ArbitPluginHost"
chmod 755 "${pkgdir}/opt/donutstudio/ArbitPluginScanner"
chmod 755 "${pkgdir}/opt/donutstudio/video-helper/arbit-video-helper"
# VST3 bundle permissions
find "${pkgdir}/usr/lib/vst3/DonutStudio.vst3" -type d -exec chmod 755 {} +
find "${pkgdir}/usr/lib/vst3/DonutStudio.vst3" -type f -exec chmod 644 {} +
find "${pkgdir}/usr/lib/vst3/DonutStudio.vst3" -name '*.so' -exec chmod 755 {} +
install -Dm644 "${srcdir}/DonutStudio.control.js" "${pkgdir}/usr/share/donutstudio/DonutStudio.control.js"
install -Dm644 "${srcdir}/THIRD_PARTY_LICENSES.md" "${pkgdir}/usr/share/licenses/${pkgname}/THIRD_PARTY_LICENSES.md"
# Symlink for CLI
install -dm755 "${pkgdir}/usr/bin"
ln -s /opt/donutstudio/DonutStudio "${pkgdir}/usr/bin/donutstudio"
# Desktop file
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/donutstudio.desktop" <<'EOF'
[Desktop Entry]
Type=Application
Name=DonutStudio
Comment=DonutStudio — harmonic composition workstation and MIDI editor
Exec=donutstudio
Icon=donutstudio
Categories=AudioVideo;Audio;Midi;Music;
Terminal=false
StartupNotify=true
EOF
# License
install -Dm644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" <<'EOF'
DonutStudio is proprietary closed-source software by Donuts Delivery.
This package installs the official binary open beta distributed from:
https://donutsdelivery.online/download-donutstudio/
Use of DonutStudio is governed by the license terms presented by Donuts Delivery
and by any license terms displayed by the application or official website.
EOF
}
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 |