ppf-scripts
maintainer milouse
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project maintainer's personal domain, which is plausible for a niche project; the package builds from source and installs scripts and documentation, with no evidence of malicious intent or remote code execution.
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 90%): The source is a tarball from the project maintainer's personal domain, which is plausible for a niche project; the package builds from source and installs scripts and documentation, with no evidence of malicious intent or remote code execution.
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:12
source=('https://dougbarton.us/PGP/ppf/pine-pgp-filters-1.8.tar.gz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Étienne Deparis <etienne@depar.is>
2
3
pkgname=ppf-scripts
4
_upstreamname=pine-pgp-filters
5
pkgver=1.8
6
pkgrel=1
7
pkgdesc='Collection of PGP Filters for pine/alpine created by Douglas Barton.'
8
arch=('any')
9
url='https://dougbarton.us/PGP/ppf/'
10
license=('BSD')
11
depends=('gnupg')
12
source=('https://dougbarton.us/PGP/ppf/pine-pgp-filters-1.8.tar.gz')
13
sha256sums=('4967cc0bb6a3872e582f586c794ed952a126195cb8940035a0828dcd1f863b25')
14
install='ppf-scripts.install'
15
16
build() {
17
cd "$srcdir/${_upstreamname}-${pkgver}"
18
chmod -R u+w .
19
#for file in scripts/*; do
20
# sed -i -e 's|@@PREFIX@@/bin|/usr/lib/ppf-scripts|g' \
21
# -e 's|@@GPG@@|/usr/bin/gpg|g' \
22
# $file
23
#done
24
sed -i "s|libexec|lib/${pkgname}|g" configure
25
sed -i -e "s|libexec|lib/${pkgname}|g" \
26
-e 's|s#\\@\\@PREFIX\\@\\@#@@PREFIX@@#g|s#\\@\\@PREFIX\\@\\@/bin#/usr/lib/ppf-scripts#g|' \
27
-e 's|s#\\@\\@GPG\\@\\@#@@GPG@@#g|s#\\@\\@GPG\\@\\@#/usr/bin/gpg#g|' \
28
-e 's|ln -sf @@PREFIX@@|ln -sf /usr|g' Makefile.in
29
./configure --prefix="$pkgdir/usr"
30
}
31
32
package() {
33
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
34
install -d -m755 "${pkgdir}/usr/share/doc/${pkgname}"
35
36
cd "$srcdir/${_upstreamname}-${pkgver}"
37
make install
38
39
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
40
41
install -D -m644 BUGS "${pkgdir}/usr/share/doc/${pkgname}/BUGS"
42
install -D -m644 CHANGES "${pkgdir}/usr/share/doc/${pkgname}/CHANGES"
43
install -D -m644 INSTALL "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
44
install -D -m644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
45
}
46
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |