pdfsizeopt-git
maintainer orphaned
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own GitHub repository, which is a normal AUR practice; the only concern is the SKIP'd checksum and recent maintainer change, but no malicious activity or unverifiable prebuilt binaries are present.
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 package builds from the project's own GitHub repository, which is a normal AUR practice; the only concern is the SKIP'd checksum and recent maintainer change, but no malicious activity or unverifiable prebuilt binaries are present.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Olivier Mehani <shtrom-aur@ssji.net>
2
pkgname=pdfsizeopt-git
3
pkgver=r533.dc08a10
4
pkgrel=1
5
pkgdesc="PDF file size optimizer"
6
arch=(any)
7
url="https://github.com/pts/pdfsizeopt"
8
license=('GPL2')
9
groups=()
10
depends=("python2>=2.4" "ghostscript>=8.61" "sam2p" "tif22pnm" "advancecomp")
11
provides=(pdfsizeopt)
12
conflicts=(pdfsizeopt-svn)
13
replaces=(pdfsizeopt-svn)
14
makedepends=('git')
15
optdepends=(
16
"ect: to optimise images [use --use-image-optimizer=ECT]"
17
"jbig2enc: to manage JBIG2 parts [use --use-jbig2=true]"
18
"multivalent-pdf-tools: to optimise cross reference table and object serialisation [use --use-multivalent=true]"
19
"pngout: to optimise the size of PNG parts [use --use-pngout=true]"
20
)
21
source=("git+https://github.com/pts/pdfsizeopt")
22
pkgver() {
23
cd "$srcdir/${pkgname%-git}"
24
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
25
}
26
27
build() {
28
cd "$srcdir/${pkgname%-git}"
29
sed -i 's/\/usr\/bin\/python/\02.7/g' mksingle.py
30
./mksingle.py
31
}
32
33
package() {
34
cd "$srcdir/${pkgname%-git}"
35
install -D -m 755 $srcdir/pdfsizeopt/pdfsizeopt.single $pkgdir/usr/bin/pdfsizeopt
36
}
37
38
md5sums=('SKIP')
39
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 01:12:32 | MEDIUM | 1 |
| 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 |