contentreader-pdf

MEDIUM
maintainer angrycore 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:10 source=("https://cdn.contentai.ru/CRLinux/ContentReaderPDF15.rpm")
Medium AI review 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
1# Maintainer: Ivan Volkov <angrycore at yandex dot ru>
2
3pkgname=contentreader-pdf
4pkgver=15.1.0.1778
5pkgrel=1
6license=('custom')
7pkgdesc="Content AI ContentReader is the best PDF manipulation software for Linux so far."
8arch=('i686')
9url="https://contentai.ru/pdf-editor-office"
10source=("https://cdn.contentai.ru/CRLinux/ContentReaderPDF15.rpm")
11md5sums=('972c1e12145db7d0d3e88254869ca27a')
12options=(!strip)
13depends=()
14
15package() {
16 cd "${srcdir}/"
17 for _x in etc opt usr
18 do
19 cp -r --preserve=mode "$_x/" "${pkgdir}"
20 done
21}
22

Scan history

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

Report a package

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

0 / 4000
Your suggestion