jellium-desktop-bin
The package downloads a prebuilt AppImage from a non-standard host (nightly.link, not the project's official release infrastructure), which is an unverifiable executable artifact that could be silently swapped, constituting a real supply-chain risk.
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:14
source=("linux-appimage-${CARCH}.zip::https://nightly.link/andrewrabert/jellium-desktop/workflows/build-linux-appimage/main/linux-appimage-${CARCH}.zip")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt AppImage from a non-standard host (nightly.link, not the project's official release infrastructure), which is an unverifiable executable artifact that could be silently swapped, constituting a real supply-chain risk.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Siiire <siiire@pm.me>
pkgname=jellium-desktop-bin
pkgver=0.r1137.28f2cf1
pkgrel=1
epoch=1
pkgdesc="A desktop client for Jellyfin"
arch=('x86_64')
url="https://github.com/andrewrabert/jellium-desktop"
license=('GPL-2.0-only')
depends=('hicolor-icon-theme')
provides=('jellyfin-desktop' 'jellium-desktop')
conflicts=('jellyfin-desktop' 'jellyfin-media-player' 'jellyfin-desktop-bin' 'jellyfin-desktop-git' 'jellyfin-desktop-cef-git' 'jellium-desktop' 'jellyfin-desktop-git-bin' 'jellium-desktop-git')
options=('!strip')
source=("linux-appimage-${CARCH}.zip::https://nightly.link/andrewrabert/jellium-desktop/workflows/build-linux-appimage/main/linux-appimage-${CARCH}.zip")
sha256sums=('SKIP')
prepare() {
cd "$srcdir"
chmod +x *.AppImage
./*.AppImage --appimage-extract
}
package() {
install -d "${pkgdir}/opt/${pkgname}"
install -d "${pkgdir}/usr/bin"
install -d "${pkgdir}/usr/share/applications"
cp -a "${srcdir}/squashfs-root/"* "${pkgdir}/opt/${pkgname}/"
ln -s "/opt/${pkgname}/AppRun" "${pkgdir}/usr/bin/jellium-desktop"
ln -s "/opt/${pkgname}/AppRun" "${pkgdir}/usr/bin/jellyfin-desktop"
_desktop=$(find "${pkgdir}/opt/${pkgname}" -maxdepth 1 -name "*.desktop" -print -quit)
install -Dm644 "$_desktop" "${pkgdir}/usr/share/applications/jellium-desktop.desktop"
sed -i "s|^Exec=[^ ]*|Exec=/usr/bin/jellium-desktop|g" "${pkgdir}/usr/share/applications/jellium-desktop.desktop"
if [ -d "${pkgdir}/opt/${pkgname}/usr/share/icons" ]; then
install -d "${pkgdir}/usr/share/icons"
cp -a "${pkgdir}/opt/${pkgname}/usr/share/icons/"* "${pkgdir}/usr/share/icons/"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 09:19:41 | 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 |