jellyfin-desktop-libcef-bin
maintainer jellyfin
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:30
"https://cef-builds.spotifycdn.com/cef_binary_${_cef_version}_linux64_minimal.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Andrew Rabert <ar@nullsum.net>
2
pkgname=jellyfin-desktop-libcef-bin
3
pkgver=146.0.10
4
_cef_version='146.0.10+g8219561+chromium-146.0.7680.179'
5
pkgrel=1
6
provides=('jellyfin-desktop-libcef')
7
replaces=('jellyfin-desktop-cef-libcef-bin')
8
license=('BSD-3-Clause')
9
pkgdesc="CEF SDK for jellyfin-desktop"
10
arch=('x86_64')
11
url="https://bitbucket.org/chromiumembedded/cef"
12
depends=(
13
'alsa-lib'
14
'at-spi2-core'
15
'cairo'
16
'libcups'
17
'libxcomposite'
18
'libxdamage'
19
'libxkbcommon'
20
'libxrandr'
21
'nss'
22
'nspr'
23
'pango'
24
)
25
makedepends=(
26
'cmake'
27
'ninja'
28
)
29
source=(
30
"https://cef-builds.spotifycdn.com/cef_binary_${_cef_version}_linux64_minimal.tar.bz2"
31
)
32
sha256sums=('c49e2dc586648df4194846e7df5b1b0cc2a4bd97cf3063c30fab0d154bcbcc1c')
33
options=(!debug !strip)
34
35
build() {
36
cd "cef_binary_${_cef_version}_linux64_minimal"
37
38
CFLAGS="${CFLAGS//-Wp,-D_FORTIFY_SOURCE=?/}" \
39
CXXFLAGS="${CXXFLAGS//-Wp,-D_FORTIFY_SOURCE=?/}" \
40
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
41
42
cmake --build build --target libcef_dll_wrapper
43
}
44
45
package() {
46
cd "cef_binary_${_cef_version}_linux64_minimal"
47
48
install -dm755 "$pkgdir/opt/jellyfin-desktop/libcef/"{include,lib}
49
50
# Headers
51
cp -r include/* "$pkgdir/opt/jellyfin-desktop/libcef/include/"
52
53
# Libraries and resources under lib/
54
cp -r Release/* "$pkgdir/opt/jellyfin-desktop/libcef/lib/"
55
cp -r Resources/* "$pkgdir/opt/jellyfin-desktop/libcef/lib/"
56
install -m644 build/libcef_dll_wrapper/libcef_dll_wrapper.a "$pkgdir/opt/jellyfin-desktop/libcef/lib/"
57
58
# Fix permissions
59
find "$pkgdir/opt/jellyfin-desktop/libcef" -type d -exec chmod 755 {} \;
60
find "$pkgdir/opt/jellyfin-desktop/libcef" -type f -exec chmod 644 {} \;
61
chmod 755 "$pkgdir/opt/jellyfin-desktop/libcef/lib"/*.so*
62
chmod 755 "$pkgdir/opt/jellyfin-desktop/libcef/lib/chrome-sandbox"
63
64
# License
65
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
66
}
67
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |