dodo-pdf-reader-git
LOW
maintainer orphaned
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The non-standard host is mupdf.com, which is the official source for MuPDF; downloading the source tarball there is legitimate and expected, not a 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 95%): The non-standard host is mupdf.com, which is the official source for MuPDF; downloading the source tarball there is legitimate and expected, not a 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:17
"mupdf-${_mupdf_ver}-source.tar.gz::https://mupdf.com/downloads/archive/mupdf-${_mupdf_ver}-source.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Dheeraj Vittal Shenoy <dheerajshenoy22@gmail.com>
2
pkgname=dodo-pdf-reader-git
3
pkgver=0.5.6
4
pkgrel=1
5
pkgdesc="A fast, keyboard-based, configurable PDF reader"
6
arch=('x86_64')
7
url="https://github.com/dheerajshenoy/dodo"
8
license=('AGPL-3.0')
9
depends=('qt6-base' 'curl')
10
makedepends=('git' 'cmake' 'ninja' 'pkgconf') # 'bzr', 'git', 'mercurial' or 'subversion'
11
optdepends=('libsynctex')
12
provides=("dodo")
13
conflicts=("dodo")
14
_mupdf_ver=1.27.0
15
source=(
16
"dodo::git+https://github.com/dheerajshenoy/dodo.git"
17
"mupdf-${_mupdf_ver}-source.tar.gz::https://mupdf.com/downloads/archive/mupdf-${_mupdf_ver}-source.tar.gz"
18
)
19
sha256sums=("SKIP" "ae2442416de499182d37a526c6fa2bacc7a3bed5a888d113ca04844484dfe7c6")
20
21
pkgver() {
22
cd "$srcdir/dodo"
23
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
24
}
25
26
prepare() {
27
cd "$srcdir/dodo"
28
rm -rf external
29
tar -xf "$srcdir/mupdf-${_mupdf_ver}-source.tar.gz"
30
mkdir external
31
mv "mupdf-${_mupdf_ver}-source" external/mupdf
32
}
33
34
build() {
35
cd "$srcdir/dodo"
36
37
# Build MuPDF
38
make -C external/mupdf build=release HAVE_X11=no HAVE_GLUT=no
39
40
cmake -S . -B build \
41
-DCMAKE_BUILD_TYPE=Release \
42
-DCMAKE_INSTALL_PREFIX=/usr \
43
-DENABLE_LLM_SUPPORT=OFF
44
cmake --build build
45
}
46
47
package() {
48
cd "$srcdir/dodo"
49
DESTDIR="$pkgdir/" cmake --install build
50
}
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |