jellyfin-ffmpeg-bin

maintainer gilcu3 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt static FFmpeg binary from Jellyfin's official repository domain (repo.jellyfin.org), which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is verifiable and matches the project's official distribution, and the installed files are static binaries intended for bundling with Jellyfin, not executable scripts or obfuscated payloads.

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 prebuilt static FFmpeg binary from Jellyfin's official repository domain (repo.jellyfin.org), which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the source is verifiable and matches the project's official distribution, and the installed files are static binaries intended for bundling with Jellyfin, not executable scripts or obfuscated payloads.

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:16 source_x86_64=("https://repo.jellyfin.org/files/ffmpeg/linux/7.x/$_debver/amd64/jellyfin-ffmpeg_${_debver}_portable_linux64-gpl.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: gilcu3
2# Contributor: gilcu3
3
4pkgname=jellyfin-ffmpeg-bin
5pkgver=7.1.4
6_pkgrel_upstream=3
7pkgrel=3
8_debver="${pkgver}-${_pkgrel_upstream}"
9pkgdesc='Jellyfin fork of ffmpeg (portable static build)'
10arch=('x86_64' 'aarch64')
11url='https://github.com/jellyfin/jellyfin-ffmpeg'
12license=('GPL3')
13provides=('jellyfin-ffmpeg')
14conflicts=('jellyfin-ffmpeg')
15depends=('glibc')
16source_x86_64=("https://repo.jellyfin.org/files/ffmpeg/linux/7.x/$_debver/amd64/jellyfin-ffmpeg_${_debver}_portable_linux64-gpl.tar.xz")
17source_aarch64=("https://repo.jellyfin.org/files/ffmpeg/linux/7.x/$_debver/arm64/jellyfin-ffmpeg_${_debver}_portable_linuxarm64-gpl.tar.xz")
18sha256sums_x86_64=('cab9ff40a47e4232d231e4eb7e4e85fabfeec56c6905266bc94291fc0881f83f')
19sha256sums_aarch64=('77e4b5d044ab73e1f26c9aadaa5d6014d1782500bf2c29afb3ab81f5bea98b1f')
20
21package() {
22 install -dm755 "$pkgdir/usr/lib/jellyfin-ffmpeg"
23 install -m755 "$srcdir/ffmpeg" "$pkgdir/usr/lib/jellyfin-ffmpeg/ffmpeg"
24 install -m755 "$srcdir/ffprobe" "$pkgdir/usr/lib/jellyfin-ffmpeg/ffprobe"
25}
26

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion