contentreader-pdf
The PKGBUILD downloads a prebuilt RPM binary from cdn.contentai.ru (the official ContentAI CDN, which is the vendor's own distribution channel for this Russian OCR/PDF software), extracts it, and installs the binaries directly. The source URL is the vendor's own CDN, not a random personal host, so this is a legitimate vendor-distributed binary. However, the concern is real: (1) the RPM is a prebuilt binary blob with no source build, (2) the md5sum is weak (MD5 is cryptographically broken), (3) the URL is not versioned/pinned — 'ContentReaderPDF15.rpm' is a mutable filename that could be silently updated without changing the PKGBUILD, meaning the checksum would catch substitution but only if the file changes. The mutable URL combined with MD5-only integrity check and a closed-source binary from a vendor CDN constitutes a genuine supply-chain concern. This is a standard pattern for proprietary Linux software distributed via AUR (similar to google-chrome, zoom, etc.), but those typically use versioned URLs. The non-versioned URL is the primary risk factor here, making this a legitimate MEDIUM rather than a false positive.
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:10
source=("https://cdn.contentai.ru/CRLinux/ContentReaderPDF15.rpm")
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 RPM binary from cdn.contentai.ru (the official ContentAI CDN, which is the vendor's own distribution channel for this Russian OCR/PDF software), extracts it, and installs the binaries directly. The source URL is the vendor's own CDN, not a random personal host, so this is a legitimate vendor-distributed binary. However, the concern is real: (1) the RPM is a prebuilt binary blob with no source build, (2) the md5sum is weak (MD5 is cryptographically broken), (3) the URL is not versioned/pinned — 'ContentReaderPDF15.rpm' is a mutable filename that could be silently updated without changing the PKGBUILD, meaning the checksum would catch substitution but only if the file changes. The mutable URL combined with MD5-only integrity check and a closed-source binary from a vendor CDN constitutes a genuine supply-chain concern. This is a standard pattern for proprietary Linux software distributed via AUR (similar to google-chrome, zoom, etc.), but those typically use versioned URLs. The non-versioned URL is the primary risk factor here, making this a legitimate MEDIUM rather than a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ivan Volkov <angrycore at yandex dot ru>
pkgname=contentreader-pdf
pkgver=15.1.0.1778
pkgrel=1
license=('custom')
pkgdesc="Content AI ContentReader is the best PDF manipulation software for Linux so far."
arch=('i686')
url="https://contentai.ru/pdf-editor-office"
source=("https://cdn.contentai.ru/CRLinux/ContentReaderPDF15.rpm")
md5sums=('972c1e12145db7d0d3e88254869ca27a')
options=(!strip)
depends=()
package() {
cd "${srcdir}/"
for _x in etc opt usr
do
cp -r --preserve=mode "$_x/" "${pkgdir}"
done
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |