pearson-reader-plus-full-lang

maintainer FraV1982 · 2 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt proprietary Debian binary (.deb) from an AWS S3 bucket (readerplus-download.s3.amazonaws.com) controlled by Pearson (the official vendor), extracts it, and installs the contents directly. The sha256 checksum is present and verified. The concern is that this is a prebuilt executable binary from a third-party S3 host rather than built from source or pulled from an official distribution channel with signing/verification beyond a single checksum. S3 buckets can be misconfigured, taken over, or the URL repurposed if Pearson ever removes the file. However, the host appears to be Pearson's own official distribution infrastructure (readerplus-download.s3.amazonaws.com matches the product name and vendor), making this closer to a legitimate vendor binary than a truly unofficial personal host. The risk is real but modest: a supply-chain compromise would require the S3 bucket itself to be compromised. This pattern (vendor binary from vendor-controlled S3) is common in AUR and is a genuine medium-level concern rather than a false positive, but it is not an active attack.

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:24 source=(https://readerplus-download.s3.amazonaws.com/rplus4_desktop_prod_builds/5.2/ReaderPlus_5.2_Desktop_Linux.deb)
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 proprietary Debian binary (.deb) from an AWS S3 bucket (readerplus-download.s3.amazonaws.com) controlled by Pearson (the official vendor), extracts it, and installs the contents directly. The sha256 checksum is present and verified. The concern is that this is a prebuilt executable binary from a third-party S3 host rather than built from source or pulled from an official distribution channel with signing/verification beyond a single checksum. S3 buckets can be misconfigured, taken over, or the URL repurposed if Pearson ever removes the file. However, the host appears to be Pearson's own official distribution infrastructure (readerplus-download.s3.amazonaws.com matches the product name and vendor), making this closer to a legitimate vendor binary than a truly unofficial personal host. The risk is real but modest: a supply-chain compromise would require the S3 bucket itself to be compromised. This pattern (vendor binary from vendor-controlled S3) is common in AUR and is a genuine medium-level concern rather than a false positive, but it is not an active attack.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: FraV1982 <consulenza dot vangi at outlook dot com>
2
3pkgname=pearson-reader-plus-full-lang
4pkgver=5.2
5pkgrel=1
6pkgdesc="A simple Reader for Pearson digital books."
7arch=('x86_64')
8url="https://www.pearson.com/"
9license=('custom')
10depends=('sdl2' 'unzip' 'tar')
11optdepends=(
12'chromium: a modern browser for the application to work'
13'firefox: a modern browser for the application to work'
14'google-chrome: a modern browser for the application to work'
15'evince: a pdf viewer'
16'epdfview: a pdf viewer'
17'qpdfview: a pdf viewer'
18'mupdf: a pdf viewer'
19)
20options=("!emptydirs" "!strip")
21
22_debname=ReaderPlus_5.2_Desktop_Linux.deb
23
24source=(https://readerplus-download.s3.amazonaws.com/rplus4_desktop_prod_builds/5.2/ReaderPlus_5.2_Desktop_Linux.deb)
25sha256sums=('4203ab3a02b8fc3179b9528102caff0275fbbfe9f7e81b1eb6bd581e9b4431c8')
26
27prepare() {
28 cd "$srcdir"
29 msg2 "Decompressing Debian package..."
30 ar xv "${_debname}" > /dev/null
31 tar -xf data.tar.gz > /dev/null
32
33 find ./opt -type d -exec chmod 755 '{}' \;
34 find ./usr -type d -exec chmod 755 '{}' \;
35}
36
37package() {
38 cd "$srcdir"
39 cp -dpr --no-preserve=ownership {opt,usr} "$pkgdir"
40}
41

Scan history

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

Report a package

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

0 / 4000
Your suggestion