pmwiki
maintainer Maxr
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain (pmwiki.org), used to build and install the wiki software; downloading from a non-whitelisted but official project host is normal for AUR packages and poses low risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain (pmwiki.org), used to build and install the wiki software; downloading from a non-whitelisted but official project host is normal for AUR packages and poses low risk.
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://www.pmwiki.org/pub/${pkgname}/${pkgname}-${pkgver}.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Max Roder <maxroder@mailbox.org>
2
3
pkgname='pmwiki'
4
pkgver='2.7.4'
5
pkgrel='1'
6
pkgdesc='Wiki software based on PHP'
7
url='https://www.pmwiki.org'
8
arch=('any')
9
license=('GPL')
10
depends=('php')
11
install='pmwiki.install'
12
source=("https://www.pmwiki.org/pub/${pkgname}/${pkgname}-${pkgver}.tgz")
13
sha256sums=('a478ff61056b3c34f41281ff3dfc83821c19cb3fbc7d61a4a130c8ede3c3ae33')
14
15
package() {
16
cd "${srcdir}/${pkgname}-${pkgver}"
17
18
install -dm 770 -g http ${pkgdir}/srv/http/${pkgname}/wiki.d
19
cp -a * ${pkgdir}/srv/http/${pkgname}/
20
}
21
22
# vim:set ts=2 sw=2 et:
23
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Max Roder <maxroder@mailbox.org> pkgname='pmwiki'-pkgver='2.7.3'+pkgver='2.7.4' pkgrel='1' pkgdesc='Wiki software based on PHP' url='https://www.pmwiki.org'@@ -10,7 +10,7 @@ depends=('php') install='pmwiki.install' source=("https://www.pmwiki.org/pub/${pkgname}/${pkgname}-${pkgver}.tgz")-sha256sums=('e997dac6bd23aa6b01b7070c891d9b77b17496ab70ccada64842c442c9f962ad')+sha256sums=('a478ff61056b3c34f41281ff3dfc83821c19cb3fbc7d61a4a130c8ede3c3ae33') package() { cd "${srcdir}/${pkgname}-${pkgver}"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 23:19:22 | MEDIUM | 1 |
| 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 19:33:02 | MEDIUM | 1 |
| 2026-07-26 00:07:32 | CLEAN | 2 |
| 2026-07-25 07:29:36 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |