cloudmusicplayer-bin
maintainer komorebi
· 0 votes
· scanned 2026-08-18 00:03:42.021799
MEDIUM
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a GitHub release, which is an unverifiable executable artifact; while the source host is plausible, the lack of build-from-source and reliance on a single checksum for a binary .deb file creates a supply-chain risk if the release were swapped.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release, which is an unverifiable executable artifact; while the source host is plausible, the lack of build-from-source and reliance on a single checksum for a binary .deb file creates a supply-chain risk if the release were swapped.
PKGBUILD
1
# Maintainer: komorebi <932556591@qq.com>
2
# Contributor: b1ngggg <b1ngggg@users.noreply.github.com>
3
pkgname=cloudmusicplayer-bin
4
pkgver=1.0.4
5
pkgrel=1
6
pkgdesc="CloudMusicPlayer 是面向网易云音乐的 Linux 音乐播放器,
7
基于 netease-cloud-music-gtk 进行界面UI、交互、视觉及动画效果设计重构,
8
评论区开放、互动等新功能,并包含播放队列、歌词页和列表性能优化等改动,体验更完善丝滑"
9
arch=('x86_64')
10
url="https://github.com/b1ngggg/CloudMusicPlayer"
11
license=('GPL3')
12
depends=(
13
'desktop-file-utils'
14
'gst-libav'
15
'gst-plugins-bad'
16
'gst-plugins-base'
17
'gst-plugins-good'
18
'gst-plugins-ugly'
19
'hicolor-icon-theme'
20
'libadwaita'
21
'gdk-pixbuf2'
22
'glib2' # 提供 GSettings 触发器
23
'graphene'
24
'gstreamer'
25
'gtk4'
26
'pango'
27
'openssl'
28
'zlib'
29
)
30
options=(!debug)
31
makedepends=()
32
source=("cloudmusicplayer_${pkgver}-1_amd64.deb::https://github.com/b1ngggg/CloudMusicPlayer/releases/download/v${pkgver}/cloudmusicplayer_${pkgver}-1_amd64.deb")
33
sha256sums=('2a4cd18e1257ac66ebc505fcc0eb234c3e523e5e9f9ed73ec1102ff4a258f4b5')
34
35
package() {
36
cd "$srcdir"
37
# 解压 deb 包
38
ar x "cloudmusicplayer_${pkgver}-1_amd64.deb"
39
# 这里使用自动识别(支持 .tar.*)
40
tar -xf data.tar.* -C "$pkgdir"
41
# 注意:GSettings schema 和图标缓存由 pacman 触发器自动处理,
42
# 无需额外命令。若需要手动编译 schema,可取消下行注释:
43
# glib-compile-schemas --strict "$pkgdir/usr/share/glib-2.0/schemas"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | MEDIUM | 2 |
| 2026-08-17 00:18:29 | MEDIUM | 2 |
| 2026-08-16 00:03:42 | MEDIUM | 2 |
| 2026-08-15 05:30:14 | MEDIUM | 2 |