muse-sounds-manager-bin
The package downloads a prebuilt binary from a non-standard host (muse-cdn.com) which is not a widely recognized or official domain, posing a potential supply-chain risk if the host is compromised or the binary is swapped.
Triggered rules
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:16
source=("$pkgname-$pkgver.tar.gz::https://muse-cdn.com/Muse_Sounds_Manager_x64.tar.gz" 'LICENSE')
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt binary from a non-standard host (muse-cdn.com) which is not a widely recognized or official domain, posing a potential supply-chain risk if the host is compromised or the binary is swapped.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Julian Pollinger <julian@pollinger.dev>
# Contributor: Aaron Liu <aaronliu0130@Gm A il. C om>
_pkgname=muse-sounds-manager
pkgname="$_pkgname-bin"
pkgver=2.2.1.953
pkgrel=1
pkgdesc="Manage MuseScore Libraries"
arch=('x86_64')
url='https://www.musehub.com/'
license=(custom:muse-sounds-manager) # TODO: probably needs update?
replaces=('muse-hub')
conflicts=('muse-hub')
depends=('fontconfig' 'zlib' 'hicolor-icon-theme')
makedepends=()
install="$_pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://muse-cdn.com/Muse_Sounds_Manager_x64.tar.gz" 'LICENSE')
b2sums=('a9f0976eba9da07445bc3c301ec9645f08703f72af0589a43c9d01d27830f3f07f14b40850e928adce04159dd7338c3d31eec6f3f24f97e38014a7ac23e1b028'
'cfd9010e282a9fcab9b7366257ea2a7fffb6cfef8f1f7815d28923b79f491ec98bdee1b67284ced9e406e2f86a781136970e360e62ab71c7f4c99c777eeb7f8a')
package(){
# Extract package data
#tar -xJ -f data.tar.xz -C "$pkgdir"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/muse-sounds-manager"
cd $srcdir/Muse_Sounds_Manager_x64_$pkgver
# mkdir -p "$pkgdir/usr/lib/muse-sounds-manager"
mkdir -p "$pkgdir/opt/muse-sounds-manager"
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/applications"
mkdir -p "$pkgdir/usr/share/icons"
cp bin/* "$pkgdir/opt/muse-sounds-manager/"
# rm "$pkgdir/opt/muse-sounds-manager/libSkiaSharp.so"
# ln -s /usr/lib/libSkiaSharp.so "$pkgdir/opt/muse-sounds-manager/libSkiaSharp.so"
ln -s /opt/muse-sounds-manager/muse-sounds-manager "$pkgdir/usr/bin/muse-sounds-manager"
cp res/muse-sounds-manager.desktop "$pkgdir/usr/share/applications/muse-sounds-manager.desktop"
cp -r res/icons/* "$pkgdir/usr/share/icons"
}
pkgver() {
folder_name=$(ls | grep -E '^Muse_Sounds_Manager_x64_[0-9]+(\.[0-9]+)+$')
version=$(echo "$folder_name" | grep -oP '\d+(\.\d+)+$')
echo "$version"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 |
| 2026-08-29 00:29:17 | Medium | 2 |