pdflib-lite
The source is a tarball from a personal server, but it is the official PDFlib-Lite library source code being built, not an executable; the realistic worst case of a swapped source is building malicious code, but the package otherwise follows standard build practices and installs documentation and examples as data.
Triggered rules
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 source is a tarball from a personal server, but it is the official PDFlib-Lite library source code being built, not an executable; the realistic worst case of a swapped source is building malicious code, but the package otherwise follows standard build practices and installs documentation and examples as data.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
source=(http://ponce.cc/slackware/sources/repo/${_pkgnamecaps}-${pkgver}.tar.gz LICENSE.pdf)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Connor Behan <connor.behan@gmail.com>
# Contributor: Olivier Mehani <shtrom-arch@ssji.net>
pkgname=pdflib-lite
_pkgnamecaps=PDFlib-Lite
pkgver=7.0.5p3
_basepkgver=${pkgver/p*/}
pkgrel=4
pkgdesc="PDF manipulation library."
url="https://www.pdflib.com"
arch=('i686' 'x86_64')
depends=('glibc')
provides=('pdflib')
source=(http://ponce.cc/slackware/sources/repo/${_pkgnamecaps}-${pkgver}.tar.gz LICENSE.pdf)
license=(custom:pdflib-lite)
build() {
cd "$srcdir"/$_pkgnamecaps-$pkgver
./configure --prefix=/usr
make
}
package() {
cd "$srcdir"/$_pkgnamecaps-$pkgver
make prefix="$pkgdir"/usr install
## Copy files required by the license
# Documentation
mkdir -p "$pkgdir"/usr/share/pdflib-lite/doc
cp ./doc/pdflib/* "$pkgdir"/usr/share/pdflib-lite/doc
# License
mkdir -p "$pkgdir"/usr/share/licenses/pdflib-lite
cp -H ../LICENSE.pdf "$pkgdir"/usr/share/licenses/pdflib-lite/LICENSE.pdf
# Examples
make -C ./bind/pdflib clean
cp -R ./bind/pdflib/{c,cpp,java} "$pkgdir"/usr/share/pdflib-lite
find "$pkgdir"/usr/share/pdflib-lite \( \
-name Makefile \
-o -name *.dsp \
-o -name *.dsw \
-o -name *.sln \
-o -name *.vcproj \
\) -exec rm {} \;
}
sha512sums=('c33c330f22a9be7dc9a7a32f6fcabec37fe89c76105d4b870e94a0528c4de7885dcdeae775424e30aef9618d49f01d802dbece6f01451493a531bb2effb3f556'
'a1d2324cca423a8dd95cb95772ef9600dbb65951d0fef90b79205c6303067dd7024c8c41936bf6e72258fcdcb747370f56912ae4c606c0d082d86be2f2b9d545')
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 |