sundtek
Triggered rules
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:14
source_x86_64=('installer_64bit.tar.gz::http://sundtek.de/media/netinst/64bit/installer.tar.gz?ARCH')
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads prebuilt binary tarballs (containing executables and shared libraries: opt/bin/mediasrv, opt/lib/*.so) directly from sundtek.de over plain HTTP with SKIP checksums, meaning there is no integrity verification whatsoever. These binaries are then installed into /opt/bin and /opt/lib and will be executed at runtime. sundtek.de is the official vendor website for Sundtek hardware, so the host itself is not suspicious, but: (1) plain HTTP allows MITM substitution of the binaries, (2) SKIP checksums mean any tampered tarball would be accepted silently, and (3) the version is extracted by running 'strings' on the downloaded binary mediasrv, which is a mild concern but not itself dangerous. This is a genuine supply-chain concern — unverified prebuilt binaries from a vendor host over unencrypted HTTP — qualifying as medium risk. It is not high because sundtek.de is the legitimate vendor and there is no evidence of malicious intent, but the lack of any checksum on executed code is a real packaging deficiency.
PKGBUILD
1 offending line(s) highlighted# Contributor: Christopher Reimer <mail[at]creimer[dot]net>
pkgname=sundtek
pkgver=150728.175535
pkgrel=1
pkgdesc='Driver for Sundtek MediaTV Pro'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url='http://www.sundtek.com'
license=('custom')
install="$pkgname.install"
optdepends=('lib32-gcc-libs: FM Radio' 'libpulse: FM Radio')
source=('sundtek.rules'
'sundtek.service'
'sundtek-restart.service')
source_x86_64=('installer_64bit.tar.gz::http://sundtek.de/media/netinst/64bit/installer.tar.gz?ARCH')
source_i686=('installer_32bit.tar.gz::http://sundtek.de/media/netinst/32bit/installer.tar.gz?ARCH')
source_armv6h=('installer_armsysvhf.tar.gz::http://sundtek.de/media/netinst/armsysvhf/installer.tar.gz?ARCH')
source_armv7h=('installer_armsysvhf.tar.gz::http://sundtek.de/media/netinst/armsysvhf/installer.tar.gz?ARCH')
sha256sums=('25d285416ca8b050fdd6fb21b70d448500e402767f87ce19a85520eb005da589'
'c8c928d5ff8f1ee48ab2eb5c287c172e33c15b4a7d7ec7a0f993e701351c3f9d'
'5192c1283b2c117188d265d29f360ff99baeb87bfb703961f9d6d6e692c800db')
md5sums_i686=('SKIP')
md5sums_x86_64=('SKIP')
md5sums_armv6h=('SKIP')
md5sums_armv7h=('SKIP')
pkgver() {
cd "$srcdir"
# fix broken access rights
chmod +r -R *
strings opt/bin/mediasrv | egrep "[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}" -m1 | sed 's/[:-]//g;s/ /./g' | cut -b3-
}
package() {
cd "$srcdir"
mkdir -p "$pkgdir/opt/lib"
cp -pr opt/bin "$pkgdir/opt/"
cp -pr opt/lib/*.so "$pkgdir/opt/lib/"
install -m644 -D "sundtek.rules" "$pkgdir/usr/lib/udev/rules.d/sundtek.rules"
install -m644 -D "sundtek.service" "$pkgdir/usr/lib/systemd/system/sundtek.service"
install -m644 -D "sundtek-restart.service" "$pkgdir/usr/lib/systemd/system/sundtek-restart.service"
install -m644 -D "opt/doc/README" "$pkgdir/usr/share/licenses/sundtek/README"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |