hqplayer-embedded-sse

MEDIUM
maintainer blackhole 0 votes scanned 2026-09-17 00:27:14.276658
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-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