pdfmaker

LOW
maintainer kanehekili 0 votes scanned 2026-09-25 00:03:36.779685
View on AUR
Why flagged

The package builds from a source tarball hosted on the maintainer's GitHub, which is a plausible project-owned source; the software is a Python script that joins images and PDFs, with no indication of malicious behavior or untrusted remote code execution.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a source tarball hosted on the maintainer's GitHub, which is a plausible project-owned source; the software is a Python script that joins images and PDFs, with no indication of malicious behavior or untrusted remote code execution.

PKGBUILD

1# Maintainer: Kanehekili <kanehekili.media@gmail.com>
2pkgname=pdfmaker
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="Join images and PDFs into a single PDF"
6url="https://github.com/kanehekili/PDFMaker"
7license=('GPL-2.0-or-later')
8depends=('python-gobject' 'gtk3' 'imagemagick' 'ghostscript')
9arch=('x86_64' 'aarch64')
10source=(https://github.com/kanehekili/PDFMaker/releases/download/1.0.1/PDFMaker1.0.1.tar)
11md5sums=(ad7302fe2f3bb5a5b88f40a22d433a40)
12
13package() {
14 cd "${srcdir}/PDFMaker"
15
16 install -Dm 755 PDFMaker.py -t "${pkgdir}/opt/pdfmaker"
17 install -Dm 644 *.png -t "${pkgdir}/opt/pdfmaker"
18
19 install -Dm 644 *.desktop -t "${pkgdir}/usr/share/applications"
20
21 install -d "${pkgdir}/usr/bin"
22 ln -s "/opt/pdfmaker/PDFMaker.py" "${pkgdir}/usr/bin/pdfmaker"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 00:03:36 Low 2
2026-09-24 21:44:41 Low 2

Report a package

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

0 / 4000
Your suggestion