jriver-media-center
maintainer blackhole
· 16 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-whitelisted, project-specific CDN; if the host were compromised or the download intercepted, an attacker could silently replace the binary with a malicious one, posing a supply-chain risk.
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:13
source=("https://files.jriver-cdn.com/mediacenter/channels/v36/latest/MediaCenter-$_debpkgver-amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted, project-specific CDN; if the host were compromised or the download intercepted, an attacker could silently replace the binary with a malicious one, posing a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
2
3
pkgname=jriver-media-center
4
_debpkgver=36.0.14
5
pkgver=36.0.14
6
pkgrel=1
7
pkgdesc="The Most Comprehensive Media Software"
8
arch=('x86_64')
9
url="http://www.jriver.com/"
10
license=('custom')
11
depends=('alsa-lib' 'gcc-libs' 'libx11' 'libxext' 'libxcb' 'libxau' 'libxdmcp' 'util-linux' 'gtk3' 'ca-certificates' 'webkit2gtk-4.1')
12
optdepends=('mesa-libgl: nouveau video support' 'nvidia-libgl: nvidia video support' 'vorbis-tools' 'musepack-tools')
13
source=("https://files.jriver-cdn.com/mediacenter/channels/v36/latest/MediaCenter-$_debpkgver-amd64.deb")
14
sha256sums=('acd896abf56c8e7a510e343a4e927af8f8e0e5df6153b1ed9ab27dfcf9b5a55b')
15
16
package() {
17
cd "$srcdir"
18
bsdtar xf data.tar.xz -C "$pkgdir"
19
20
install -Dm644 "$pkgdir/usr/lib/jriver/Media Center 36/License.txt" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
21
22
rm -r "$pkgdir/etc"
23
}
24
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 |