vdr-sc
The source uses a git checkout from a GitHub repository and a tarball from ftp.tvdr.de, which hosts VDR project files; building from project-owned sources is normal for AUR packages, and the non-whitelisted host is plausibly official, so the risk is low despite the static analyzer flag.
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 source uses a git checkout from a GitHub repository and a tarball from ftp.tvdr.de, which hosts VDR project files; building from project-owned sources is normal for AUR packages, and the non-whitelisted host is plausibly official, so the risk is low despite the static analyzer flag.
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:17
"ftp://ftp.tvdr.de/vdr/vdr-$_vdrapi.tar.bz2"
PKGBUILD
1 offending line(s) highlighted# Maintainer: YUP <yupadmin[at]gmail,com[dot]com>
pkgname=vdr-sc
pkgver=r9.75b4379
_vdrapi=2.4.0
_gitver=75b4379e4fa3f6fa1f6908591be8e9bbb44dd990
pkgrel=3
pkgdesc="Software CAM emulation. If compilation fails
with FAILED COMPARISON OF PACKET please check README.FFdecsa
and set appropiate PARALLEL parameter in Makefile.patch"
url="https://github.com/3PO/vdr-plugin-sc"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('libdvbcsa' 'openssl' "vdr>=2.4.0" "vdr-api=${_vdrapi}")
makedepends=('git')
_plugname=$(echo $pkgname | sed 's/vdr-//g')
source=("$pkgname::git+http://github.com/3PO/vdr-plugin-sc.git#commit=${_gitver}"
"ftp://ftp.tvdr.de/vdr/vdr-$_vdrapi.tar.bz2"
"20-$_plugname.conf")
backup=("etc/vdr/conf.avail/20-$_plugname.conf")
pkgver() {
cd "$srcdir/$pkgname"
echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD).$pkgrel"
}
prepare() {
rm -rf "$srcdir/$pkgname-build"
cp -r "$srcdir/$pkgname" "$srcdir/$pkgname-build"
cd "$srcdir/$pkgname-build"
patch -p1 -i "$srcdir/../Makefile.patch"
sed -i 's/MAXDVBDEVICES/MAXDEVICES/g' device.c
}
package() {
cd "$srcdir/$pkgname-build"
mkdir -p "$pkgdir/usr/lib/vdr/plugins"
make CFLAGS="$(pkg-config vdr --variable=cflags)" \
CXXFLAGS="$(pkg-config vdr --variable=cxxflags) -I/usr/include/openssl-1.0 -std=c++0x -Wno-narrowing"\
LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lcrypto -lcrypt" \
VDRDIR="$(pkg-config vdr --variable=pcfiledir)" \
LIBDIR="$pkgdir/$(pkg-config vdr --variable=libdir)" \
LOCDIR="$pkgdir/$(pkg-config vdr --variable=locdir)" \
MAXCAID=64 \
LIBDVBCSA=1
echo "pkgdir $pkgdir"
make DESTDIR=${pkgdir} install
install -Dm644 "$srcdir/20-${_plugname}.conf" "$pkgdir/etc/vdr/conf.avail/20-$_plugname.conf"
}
md5sums=('SKIP'
'12c6a3abeadfa915fcfe736bb047a3ab'
'397dfba03003ba28c5f95d0855497d78')
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 |