pybookreader
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a non-whitelisted but plausibly project-owned host (narod.ru, a Russian web hosting service); however, it builds and installs the project's own Python/GTK application from verifiable source with a fixed checksum, posing minimal supply-chain risk.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package downloads a source tarball from a non-whitelisted but plausibly project-owned host (narod.ru, a Russian web hosting service); however, it builds and installs the project's own Python/GTK application from verifiable source with a fixed checksum, posing minimal supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:11
source=("http://pybookreader.narod.ru/${_pkgname}-$pkgver.tar.gz" 'Pybr.desktop' 'pybr.png' 'Ob.desktop' 'ob.png')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer:
2
pkgname=pybookreader
3
_pkgname=PyBookReader
4
pkgver=0.5.0
5
pkgrel=1
6
pkgdesc="PyBookReader+OrnamentBook"
7
arch=('any')
8
url="http://pybookreader.narod.ru"
9
license=('custom')
10
depends=('python>=2.0' 'gtk2>=2.0' 'pygtk>=2.0' 'libxml2>=2.0')
11
source=("http://pybookreader.narod.ru/${_pkgname}-$pkgver.tar.gz" 'Pybr.desktop' 'pybr.png' 'Ob.desktop' 'ob.png')
12
md5sums=('9c36e3c8f3910884655bb9f87ae45374'
13
'3b12bfb1ccd5dbfd577094a35d8c17c8'
14
'dcb45e395351c496598220b4d51b4dd5'
15
'bb8a2f520dce887036cec899cea44469'
16
'80a7d5905556dd5d4add29b9a0e7a18c')
17
build() {
18
cd "$srcdir/$_pkgname-$pkgver"
19
python2 setup.py build
20
}
21
package() {
22
cd "$srcdir/$_pkgname-$pkgver"
23
python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
24
install -Dm644 ../../pybr.png "$pkgdir/usr/share/pixmaps/pybr.png"
25
install -Dm644 ../../ob.png "$pkgdir/usr/share/pixmaps/ob.png"
26
install -Dm644 ../../Pybr.desktop "$pkgdir/usr/share/applications/Pybr.desktop"
27
install -Dm644 ../../Ob.desktop "$pkgdir/usr/share/applications/Ob.desktop"
28
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |