qqmusic-electron

MEDIUM
maintainer sukanka 11 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt asar archive from a non-standard, untrusted host (q.askk.cc), which is not Tencent's official domain, creating a supply-chain risk if the host is compromised or the file 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:17 "qqmusic_${pkgver}-${pkgrel}.asar::https://q.askk.cc/qqmusic_${pkgver}-1.asar"
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 asar archive from a non-standard, untrusted host (q.askk.cc), which is not Tencent's official domain, creating a supply-chain risk if the host is compromised or the file is swapped.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Zhong Lufan <lufanzhong@gmail.com>
2
3pkgname=qqmusic-electron
4_pkgname=qqmusic
5pkgver=1.1.8
6pkgrel=5
7pkgdesc="Tencent QQMusic, Run with system Electron."
8arch=('any')
9url="https://y.qq.com/"
10license=('CC0-1.0')
11_electron=electron43
12depends=(${_electron})
13makedepends=('asar')
14provides=("$_pkgname")
15conflicts=('qqmusic-bin')
16source=(
17 "qqmusic_${pkgver}-${pkgrel}.asar::https://q.askk.cc/qqmusic_${pkgver}-1.asar"
18 "${_pkgname}.desktop"
19 "${_pkgname}.sh"
20)
21sha512sums=('293c88c09e2aef36129f9b557e0be20c9f0bde67ac6b0d39007194c3f09cf4759e0786264ab0822f8131cf1d8d1aafccaee1d0cf05f38de16972cd53b4cc7b13'
22 'a872d410a02700b66ae9c55ee10a59bc6831caf403f3e62a96b7baa3ea39a8d239a1b829d2b13db4947b97daa9b9eb588deeea05ed125a6ac6892f43d6aa300f'
23 '609633590f7b00afc9368c0ff7f63d1fcce77e3642a6085514334b6f26d96be1f8f1243c1ddae62b1ecb03cf8c25779446b74af961276311bd178473370afddc')
24
25prepare() {
26 cd "${srcdir}"
27 asar ef qqmusic_${pkgver}-${pkgrel}.asar logo.png
28 sed -i "s|__ELECTRON__|${_electron}|g" ${_pkgname}.sh
29}
30
31package() {
32 cd "${srcdir}"
33 install -Dm755 ${_pkgname}.sh "${pkgdir}/usr/bin/qqmusic"
34 install -Dm644 qqmusic_${pkgver}-${pkgrel}.asar "${pkgdir}/usr/lib/qqmusic/app.asar"
35 install -Dm644 ${_pkgname}.desktop "${pkgdir}/usr/share/applications/qqmusic.desktop"
36 install -Dm644 logo.png "${pkgdir}/usr/share/pixmaps/qqmusic.png"
37}
38

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion