pdfmaker
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Kanehekili <kanehekili.media@gmail.com>
pkgname=pdfmaker
pkgver=1.0.1
pkgrel=1
pkgdesc="Join images and PDFs into a single PDF"
url="https://github.com/kanehekili/PDFMaker"
license=('GPL-2.0-or-later')
depends=('python-gobject' 'gtk3' 'imagemagick' 'ghostscript')
arch=('x86_64' 'aarch64')
source=(https://github.com/kanehekili/PDFMaker/releases/download/1.0.1/PDFMaker1.0.1.tar)
md5sums=(ad7302fe2f3bb5a5b88f40a22d433a40)
package() {
cd "${srcdir}/PDFMaker"
install -Dm 755 PDFMaker.py -t "${pkgdir}/opt/pdfmaker"
install -Dm 644 *.png -t "${pkgdir}/opt/pdfmaker"
install -Dm 644 *.desktop -t "${pkgdir}/usr/share/applications"
install -d "${pkgdir}/usr/bin"
ln -s "/opt/pdfmaker/PDFMaker.py" "${pkgdir}/usr/bin/pdfmaker"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 00:03:36 | Low | 2 |
| 2026-09-24 21:44:41 | Low | 2 |