hqplayer-embedded-sse

maintainer blackhole · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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.

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:16 source=("https://www.signalyst.com/bins/hqplayerd/noble/hqplayerd_"$_debpkgver"intel_amd64.deb"
MEDIUM AI review 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
1## Maintainer: AudioLinux audiolinux@fastmail.fm
2
3pkgname=hqplayer-embedded-sse
4_debpkgname=hqplayer-embedded
5_debpkgver=5.17.2-48
6pkgver=5.17.2
7pkgrel=1
8pkgdesc="Signalyst HQPlayer Embedded
9 HQPlayer - the high-end upsampling multichannel software HD-audio player"
10arch=('x86_64')
11url="http://www.signalyst.com/custom.html"
12license=('custom')
13depends=('alsa-lib' 'glibc' 'libusb-compat' 'flac' 'gcc-libs' 'libgmpris' 'glib2' 'rygel' 'zip' 'unzip' 'wavpack' 'gupnp' 'openmp' 'mpg123' 'lame' 'libsoup3')
14optdepends=('hqplayer-client')
15conflicts=('hqplayer-embedded')
16source=("https://www.signalyst.com/bins/hqplayerd/noble/hqplayerd_"$_debpkgver"intel_amd64.deb"
17 'hqplayerd.service'
18 'hqplayerd_user.service'
19 )
20sha256sums=('4af8f11b52993287ff5041f33afc24411c85a0b742ad627570abfa57916bc481'
21 '15b8150b86441b92ac0192f21fe80ca220b74af97c1b423125c1cbf60b23f069'
22 'e40b296cea92dcbb68660f80796b9b41ef55230cfb0755724cd2ca484ab24fd7')
23install=${pkgname}.install
24backup=(etc/hqplayer/hqplayerd.xml)
25
26package() {
27 bsdtar xf data.tar.zst -C "$pkgdir"
28
29 install -Dm644 "$pkgdir/usr/share/doc/hqplayerd/copyright" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
30 install -Dm644 "hqplayerd_user.service" "$pkgdir/usr/lib/systemd/user/hqplayerd.service"
31 install -Dm644 "hqplayerd.service" "$pkgdir/usr/lib/systemd/system/hqplayerd.service"
32
33 rm -rf "$pkgdir/lib"
34 rm "$pkgdir/usr/share/doc/hqplayerd/copyright"
35 rm -rf "$pkgdir/etc/modules-load.d"
36 rm -rf "$pkgdir/etc/udev"
37}
38

Scan history

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

Report a package

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

0 / 4000
Your suggestion