netease-cloud-music
maintainer Ovear
· 105 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a .deb from Netease's official domain (d1.music.126.net) and extracts it locally; this is a standard repackaging workflow for AUR, and the source, while on a non-whitelisted host, is from the official vendor's infrastructure, making the supply chain risk low.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a .deb from Netease's official domain (d1.music.126.net) and extracts it locally; this is a standard repackaging workflow for AUR, and the source, while on a non-whitelisted host, is from the official vendor's infrastructure, making the supply chain risk low.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
"https://d1.music.126.net/dmusic/netease-cloud-music_${pkgver}_amd64_ubuntu_${_pkgdate}.deb" -
PKGBUILD:16
"https://music.163.com/html/web2/service.html"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: kXuan <kxuanobj at gmail dot com>
2
# Contribuor: Peter Cai <peter at typeblog dot net>
3
4
pkgname=netease-cloud-music
5
pkgver=1.2.1
6
_pkgdate=20190428
7
pkgrel=9
8
pkgdesc="Netease Cloud Music, converted from .deb package"
9
arch=("x86_64")
10
url="https://music.163.com/"
11
license=('custom')
12
depends=('gtk2' 'gtk3' 'vlc' 'taglib1')
13
makedepends=(gcc)
14
source=(
15
"https://d1.music.126.net/dmusic/netease-cloud-music_${pkgver}_amd64_ubuntu_${_pkgdate}.deb"
16
"https://music.163.com/html/web2/service.html"
17
"patch.c"
18
"exclude.list"
19
"netease-cloud-music.bash"
20
)
21
sha256sums=('1ee9f02842e6c2c8c79c48b2e932074f9c213a8eb4238e5e63f20438562fecbb'
22
'SKIP'
23
'1080edde7cbd3716464598f80dd5c715737775bec9501740295a40c48236b109'
24
'45ecec9b94872fac7ef5f07f31ab2d2fbf19412f43d865c6125be194d4ec0c86'
25
'3b2c2e2251461d4ee0509ac00d1677d9fff3eaca24f90ef8678efba2c30ae95f')
26
27
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
28
29
build() {
30
cd ${srcdir}
31
cc -O2 -fPIC -shared -I /usr/include/vlc/plugins/ -o libnetease-patch.so patch.c
32
ln -s /usr/lib/libtag.so.1 libtag.so.2
33
}
34
35
package() {
36
cd ${srcdir}
37
tar -xf data.tar.xz -C ${pkgdir} --exclude-from=exclude.list
38
install -D -m644 service.html ${pkgdir}/usr/share/licenses/$pkgname/license.html
39
install -D -m755 libnetease-patch.so ${pkgdir}/opt/netease/netease-cloud-music/libnetease-patch.so
40
install -D -m755 netease-cloud-music.bash ${pkgdir}/opt/netease/netease-cloud-music/netease-cloud-music.bash
41
install -D -m755 libtag.so.2 ${pkgdir}/opt/netease/netease-cloud-music/libs/libtag.so.2
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |