dudenbib
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=("https://cdn.duden.de/downloads/proxy/duden_bibliothek-update-6.5/$FILE")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt proprietary .deb binary from cdn.duden.de (the official Duden CDN, not a personal/unofficial host) and installs it directly. While cdn.duden.de is the vendor's own CDN for Duden software distribution, it is not a standard upstream release host like GitHub releases or a distro mirror, and the package installs a closed-source binary blob without source verification beyond a single MD5 checksum (which is cryptographically weak). The binary is extracted and executed/installed into /opt and /usr, including a postinst script. This constitutes a real supply-chain concern: if the CDN were compromised or the URL redirected, a malicious binary would be installed with 755 permissions. The use of MD5 rather than SHA-256 weakens integrity guarantees. However, cdn.duden.de is the legitimate vendor CDN for this commercial software, so this is closer to a legitimate vendor binary package than a truly unofficial host — the risk is real but not elevated to a clear attack.
PKGBUILD
1 offending line(s) highlighted# Contributor: Steff <archuserrepository at gmx dot de>
# Contributor: Felix <flx.bier at googlemail dot com>
pkgname=dudenbib
pkgver=6.5.2
pkgrel=2
arch=('x86_64')
pkgdesc="Utility to view books from Duden, Brockhaus and some others"
url="https://www.duden.de/digitales/duden-bibliothek"
license=('custom:dudenbib')
install=duden.install
depends=('libxmu' 'libxft' 'libxcursor' 'libxrandr' 'gcc-libs' 'libxi' 'libxinerama' 'libxcb' 'xcb-util-cursor')
FILE="dudenbibliothek6_6.5.2.0_amd64.deb"
source=("https://cdn.duden.de/downloads/proxy/duden_bibliothek-update-6.5/$FILE")
noextract=("$FILE")
md5sums=('0086cb9b3e39c40fcb858b542af5a3d4')
package() {
ar -x $FILE data.tar.zst control.tar.zst
tar -xf data.tar.zst -C "$pkgdir"
tar -xf control.tar.zst
chmod -R 755 "${pkgdir}/opt"
chmod -R 755 "${pkgdir}/usr"
install -Dm755 "${srcdir}/postinst" "${pkgdir}/usr/share/dudenbib/postinst"
}
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 |