qqmusic-electron
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
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"
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# Maintainer: Zhong Lufan <lufanzhong@gmail.com>
pkgname=qqmusic-electron
_pkgname=qqmusic
pkgver=1.1.8
pkgrel=5
pkgdesc="Tencent QQMusic, Run with system Electron."
arch=('any')
url="https://y.qq.com/"
license=('CC0-1.0')
_electron=electron43
depends=(${_electron})
makedepends=('asar')
provides=("$_pkgname")
conflicts=('qqmusic-bin')
source=(
"qqmusic_${pkgver}-${pkgrel}.asar::https://q.askk.cc/qqmusic_${pkgver}-1.asar"
"${_pkgname}.desktop"
"${_pkgname}.sh"
)
sha512sums=('293c88c09e2aef36129f9b557e0be20c9f0bde67ac6b0d39007194c3f09cf4759e0786264ab0822f8131cf1d8d1aafccaee1d0cf05f38de16972cd53b4cc7b13'
'a872d410a02700b66ae9c55ee10a59bc6831caf403f3e62a96b7baa3ea39a8d239a1b829d2b13db4947b97daa9b9eb588deeea05ed125a6ac6892f43d6aa300f'
'609633590f7b00afc9368c0ff7f63d1fcce77e3642a6085514334b6f26d96be1f8f1243c1ddae62b1ecb03cf8c25779446b74af961276311bd178473370afddc')
prepare() {
cd "${srcdir}"
asar ef qqmusic_${pkgver}-${pkgrel}.asar logo.png
sed -i "s|__ELECTRON__|${_electron}|g" ${_pkgname}.sh
}
package() {
cd "${srcdir}"
install -Dm755 ${_pkgname}.sh "${pkgdir}/usr/bin/qqmusic"
install -Dm644 qqmusic_${pkgver}-${pkgrel}.asar "${pkgdir}/usr/lib/qqmusic/app.asar"
install -Dm644 ${_pkgname}.desktop "${pkgdir}/usr/share/applications/qqmusic.desktop"
install -Dm644 logo.png "${pkgdir}/usr/share/pixmaps/qqmusic.png"
}
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 |