vdr-sc

LOW
maintainer knedlyk 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:17 "ftp://ftp.tvdr.de/vdr/vdr-$_vdrapi.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: YUP <yupadmin[at]gmail,com[dot]com>
2pkgname=vdr-sc
3pkgver=r9.75b4379
4_vdrapi=2.4.0
5_gitver=75b4379e4fa3f6fa1f6908591be8e9bbb44dd990
6pkgrel=3
7pkgdesc="Software CAM emulation. If compilation fails
8 with FAILED COMPARISON OF PACKET please check README.FFdecsa
9 and set appropiate PARALLEL parameter in Makefile.patch"
10url="https://github.com/3PO/vdr-plugin-sc"
11arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
12license=('GPL2')
13depends=('libdvbcsa' 'openssl' "vdr>=2.4.0" "vdr-api=${_vdrapi}")
14makedepends=('git')
15_plugname=$(echo $pkgname | sed 's/vdr-//g')
16source=("$pkgname::git+http://github.com/3PO/vdr-plugin-sc.git#commit=${_gitver}"
17 "ftp://ftp.tvdr.de/vdr/vdr-$_vdrapi.tar.bz2"
18 "20-$_plugname.conf")
19backup=("etc/vdr/conf.avail/20-$_plugname.conf")
20
21pkgver() {
22 cd "$srcdir/$pkgname"
23 echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD).$pkgrel"
24}
25
26prepare() {
27 rm -rf "$srcdir/$pkgname-build"
28 cp -r "$srcdir/$pkgname" "$srcdir/$pkgname-build"
29 cd "$srcdir/$pkgname-build"
30
31 patch -p1 -i "$srcdir/../Makefile.patch"
32
33 sed -i 's/MAXDVBDEVICES/MAXDEVICES/g' device.c
34}
35
36package() {
37 cd "$srcdir/$pkgname-build"
38
39 mkdir -p "$pkgdir/usr/lib/vdr/plugins"
40
41 make CFLAGS="$(pkg-config vdr --variable=cflags)" \
42 CXXFLAGS="$(pkg-config vdr --variable=cxxflags) -I/usr/include/openssl-1.0 -std=c++0x -Wno-narrowing"\
43 LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lcrypto -lcrypt" \
44 VDRDIR="$(pkg-config vdr --variable=pcfiledir)" \
45 LIBDIR="$pkgdir/$(pkg-config vdr --variable=libdir)" \
46 LOCDIR="$pkgdir/$(pkg-config vdr --variable=locdir)" \
47 MAXCAID=64 \
48 LIBDVBCSA=1
49
50 echo "pkgdir $pkgdir"
51
52 make DESTDIR=${pkgdir} install
53
54 install -Dm644 "$srcdir/20-${_plugname}.conf" "$pkgdir/etc/vdr/conf.avail/20-$_plugname.conf"
55}
56md5sums=('SKIP'
57 '12c6a3abeadfa915fcfe736bb047a3ab'
58 '397dfba03003ba28c5f95d0855497d78')
59

Scan history

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

Report a package

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

0 / 4000
Your suggestion