spotify-soloist-bin
Downloads a prebuilt binary from spotifycdn.com, which is plausibly Spotify's own CDN infrastructure, with proper checksums provided; the main concern is that the CDN URL is not an official documented release endpoint and the package has few votes, but there is no obfuscation, exfiltration, or clearly malicious behavior.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 60%): Downloads a prebuilt binary from spotifycdn.com, which is plausibly Spotify's own CDN infrastructure, with proper checksums provided; the main concern is that the CDN URL is not an official documented release endpoint and the package has few votes, but there is no obfuscation, exfiltration, or clearly malicious behavior.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:21
source_x86_64=("spotify-soloist-${pkgver}-x86_64.tar.gz::https://soloist-builds.spotifycdn.com/soloist_release_x86_64.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Margot Prego <mopigames@proton.me>
pkgname=spotify-soloist-bin
pkgver=1.3.7.502
pkgrel=1
pkgdesc='Official headless Spotify Connect client for Linux and Raspberry Pi'
arch=('x86_64' 'aarch64' 'armv7h')
url='https://developer.spotify.com/documentation/soloist'
license=('LicenseRef-Spotify-Terms')
depends=('glibc' 'libatomic' 'libpipewire' 'libpulse')
optdepends=(
'pipewire: PipeWire audio server'
'pipewire-pulse: PulseAudio compatibility when using PipeWire'
'pulseaudio: PulseAudio server'
)
provides=('spotify-soloist')
conflicts=('spotify-soloist')
options=('!debug' '!strip')
source=('TERMS.md')
source_x86_64=("spotify-soloist-${pkgver}-x86_64.tar.gz::https://soloist-builds.spotifycdn.com/soloist_release_x86_64.tar.gz")
source_aarch64=("spotify-soloist-${pkgver}-aarch64.tar.gz::https://soloist-builds.spotifycdn.com/soloist_release_arm64.tar.gz")
source_armv7h=("spotify-soloist-${pkgver}-armv7h.tar.gz::https://soloist-builds.spotifycdn.com/soloist_release_arm32.tar.gz")
sha256sums=('77d3c4f26593c9ba58ce4b8528e3fbe40cf7c718b222c0b7d500357bfbae04f9')
sha256sums_x86_64=('c47226172d06f9945b52e5740aba24233c352b635cb1c163066c148eac1eb99e')
sha256sums_aarch64=('8f7b07d3f60e050bc6cf6977b870f49dacfdb48fa8dabe151b7ef560030a7678')
sha256sums_armv7h=('b75b4b0b5c43903adf732386f812b1c5ef2f11e0dbf787cfe8d20fa8c6cac397')
package() {
install -Dm755 soloist "${pkgdir}/usr/bin/soloist"
install -Dm644 TERMS.md "${pkgdir}/usr/share/licenses/${pkgname}/TERMS.md"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 15:38:44 | Low | 3 |
| 2026-08-28 15:35:42 | Medium | 2 |