jellyfin-desktop-libcef-bin
The package downloads a minimal CEF SDK binary from Spotify's CDN, which hosts official CEF builds; while the host is not a standard forge, it is a known and plausible source for this project, and the content is a build dependency, not an executable payload.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a minimal CEF SDK binary from Spotify's CDN, which hosts official CEF builds; while the host is not a standard forge, it is a known and plausible source for this project, and the content is a build dependency, not an executable payload.
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:30
"https://cef-builds.spotifycdn.com/cef_binary_${_cef_version}_linux64_minimal.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Andrew Rabert <ar@nullsum.net>
pkgname=jellyfin-desktop-libcef-bin
pkgver=146.0.10
_cef_version='146.0.10+g8219561+chromium-146.0.7680.179'
pkgrel=1
provides=('jellyfin-desktop-libcef')
replaces=('jellyfin-desktop-cef-libcef-bin')
license=('BSD-3-Clause')
pkgdesc="CEF SDK for jellyfin-desktop"
arch=('x86_64')
url="https://bitbucket.org/chromiumembedded/cef"
depends=(
'alsa-lib'
'at-spi2-core'
'cairo'
'libcups'
'libxcomposite'
'libxdamage'
'libxkbcommon'
'libxrandr'
'nss'
'nspr'
'pango'
)
makedepends=(
'cmake'
'ninja'
)
source=(
"https://cef-builds.spotifycdn.com/cef_binary_${_cef_version}_linux64_minimal.tar.bz2"
)
sha256sums=('c49e2dc586648df4194846e7df5b1b0cc2a4bd97cf3063c30fab0d154bcbcc1c')
options=(!debug !strip)
build() {
cd "cef_binary_${_cef_version}_linux64_minimal"
CFLAGS="${CFLAGS//-Wp,-D_FORTIFY_SOURCE=?/}" \
CXXFLAGS="${CXXFLAGS//-Wp,-D_FORTIFY_SOURCE=?/}" \
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build --target libcef_dll_wrapper
}
package() {
cd "cef_binary_${_cef_version}_linux64_minimal"
install -dm755 "$pkgdir/opt/jellyfin-desktop/libcef/"{include,lib}
# Headers
cp -r include/* "$pkgdir/opt/jellyfin-desktop/libcef/include/"
# Libraries and resources under lib/
cp -r Release/* "$pkgdir/opt/jellyfin-desktop/libcef/lib/"
cp -r Resources/* "$pkgdir/opt/jellyfin-desktop/libcef/lib/"
install -m644 build/libcef_dll_wrapper/libcef_dll_wrapper.a "$pkgdir/opt/jellyfin-desktop/libcef/lib/"
# Fix permissions
find "$pkgdir/opt/jellyfin-desktop/libcef" -type d -exec chmod 755 {} \;
find "$pkgdir/opt/jellyfin-desktop/libcef" -type f -exec chmod 644 {} \;
chmod 755 "$pkgdir/opt/jellyfin-desktop/libcef/lib"/*.so*
chmod 755 "$pkgdir/opt/jellyfin-desktop/libcef/lib/chrome-sandbox"
# License
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |