muse-sounds-manager-bin
maintainer aliu
· 13 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
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
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:16
source=("$pkgname-$pkgver.tar.gz::https://muse-cdn.com/Muse_Sounds_Manager_x64.tar.gz" 'LICENSE')
MEDIUM
AI review
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
1
# Maintainer: Julian Pollinger <julian@pollinger.dev>
2
# Contributor: Aaron Liu <aaronliu0130@Gm A il. C om>
3
_pkgname=muse-sounds-manager
4
pkgname="$_pkgname-bin"
5
pkgver=2.2.1.953
6
pkgrel=1
7
pkgdesc="Manage MuseScore Libraries"
8
arch=('x86_64')
9
url='https://www.musehub.com/'
10
license=(custom:muse-sounds-manager) # TODO: probably needs update?
11
replaces=('muse-hub')
12
conflicts=('muse-hub')
13
depends=('fontconfig' 'zlib' 'hicolor-icon-theme')
14
makedepends=()
15
install="$_pkgname.install"
16
source=("$pkgname-$pkgver.tar.gz::https://muse-cdn.com/Muse_Sounds_Manager_x64.tar.gz" 'LICENSE')
17
b2sums=('a9f0976eba9da07445bc3c301ec9645f08703f72af0589a43c9d01d27830f3f07f14b40850e928adce04159dd7338c3d31eec6f3f24f97e38014a7ac23e1b028'
18
'cfd9010e282a9fcab9b7366257ea2a7fffb6cfef8f1f7815d28923b79f491ec98bdee1b67284ced9e406e2f86a781136970e360e62ab71c7f4c99c777eeb7f8a')
19
20
package(){
21
# Extract package data
22
#tar -xJ -f data.tar.xz -C "$pkgdir"
23
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/muse-sounds-manager"
24
25
cd $srcdir/Muse_Sounds_Manager_x64_$pkgver
26
27
# mkdir -p "$pkgdir/usr/lib/muse-sounds-manager"
28
mkdir -p "$pkgdir/opt/muse-sounds-manager"
29
mkdir -p "$pkgdir/usr/bin"
30
mkdir -p "$pkgdir/usr/share/applications"
31
mkdir -p "$pkgdir/usr/share/icons"
32
33
cp bin/* "$pkgdir/opt/muse-sounds-manager/"
34
# rm "$pkgdir/opt/muse-sounds-manager/libSkiaSharp.so"
35
# ln -s /usr/lib/libSkiaSharp.so "$pkgdir/opt/muse-sounds-manager/libSkiaSharp.so"
36
37
ln -s /opt/muse-sounds-manager/muse-sounds-manager "$pkgdir/usr/bin/muse-sounds-manager"
38
39
cp res/muse-sounds-manager.desktop "$pkgdir/usr/share/applications/muse-sounds-manager.desktop"
40
41
cp -r res/icons/* "$pkgdir/usr/share/icons"
42
}
43
44
pkgver() {
45
folder_name=$(ls | grep -E '^Muse_Sounds_Manager_x64_[0-9]+(\.[0-9]+)+$')
46
version=$(echo "$folder_name" | grep -oP '\d+(\.\d+)+$')
47
echo "$version"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |