hqplayer-embedded-sse
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:16
source=("https://www.signalyst.com/bins/hqplayerd/noble/hqplayerd_"$_debpkgver"intel_amd64.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 78%): This PKGBUILD downloads a prebuilt x86_64 binary (.deb) from signalyst.com, which is the official vendor website for HQPlayer (a commercial audio player by Signalyst). The host is not a random personal server — it is the legitimate upstream vendor's distribution point. However, the package installs a closed-source, precompiled binary directly without source availability, which is an inherent supply-chain risk: if signalyst.com were compromised, users would receive and execute malicious code. The sha256sum provides integrity checking against the downloaded artifact, but only guarantees the file hasn't changed in transit — it does not verify the binary's provenance or contents. This is a standard pattern for proprietary software AUR packages (similar to google-chrome, spotify, etc.), but those typically come from well-known CDNs with stronger trust signals. Signalyst is a small commercial vendor and the binary is executed as a system service (hqplayerd). The risk is real but consistent with other proprietary binary AUR packages — not clearly malicious, but a genuine supply-chain concern if the vendor's server is ever compromised. Rating remains MEDIUM.
PKGBUILD
1 offending line(s) highlighted## Maintainer: AudioLinux audiolinux@fastmail.fm
pkgname=hqplayer-embedded-sse
_debpkgname=hqplayer-embedded
_debpkgver=5.17.2-48
pkgver=5.17.2
pkgrel=1
pkgdesc="Signalyst HQPlayer Embedded
HQPlayer - the high-end upsampling multichannel software HD-audio player"
arch=('x86_64')
url="http://www.signalyst.com/custom.html"
license=('custom')
depends=('alsa-lib' 'glibc' 'libusb-compat' 'flac' 'gcc-libs' 'libgmpris' 'glib2' 'rygel' 'zip' 'unzip' 'wavpack' 'gupnp' 'openmp' 'mpg123' 'lame' 'libsoup3')
optdepends=('hqplayer-client')
conflicts=('hqplayer-embedded')
source=("https://www.signalyst.com/bins/hqplayerd/noble/hqplayerd_"$_debpkgver"intel_amd64.deb"
'hqplayerd.service'
'hqplayerd_user.service'
)
sha256sums=('4af8f11b52993287ff5041f33afc24411c85a0b742ad627570abfa57916bc481'
'15b8150b86441b92ac0192f21fe80ca220b74af97c1b423125c1cbf60b23f069'
'e40b296cea92dcbb68660f80796b9b41ef55230cfb0755724cd2ca484ab24fd7')
install=${pkgname}.install
backup=(etc/hqplayer/hqplayerd.xml)
package() {
bsdtar xf data.tar.zst -C "$pkgdir"
install -Dm644 "$pkgdir/usr/share/doc/hqplayerd/copyright" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
install -Dm644 "hqplayerd_user.service" "$pkgdir/usr/lib/systemd/user/hqplayerd.service"
install -Dm644 "hqplayerd.service" "$pkgdir/usr/lib/systemd/system/hqplayerd.service"
rm -rf "$pkgdir/lib"
rm "$pkgdir/usr/share/doc/hqplayerd/copyright"
rm -rf "$pkgdir/etc/modules-load.d"
rm -rf "$pkgdir/etc/udev"
}
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 |