openbsd-comp-mans
maintainer pyraluxite
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a standard OpenBSD component archive from a known mirror; it contains only man pages (non-executable data), so even if the host were compromised, the worst case is misleading documentation, not 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a standard OpenBSD component archive from a known mirror; it contains only man pages (non-executable data), so even if the host were compromised, the worst case is misleading documentation, not 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:9
source=("https://mirror.planetunix.net/pub/OpenBSD/${pkgver}/amd64/comp${pkgver/./}.tgz")
PKGBUILD
1 offending line(s) highlighted
1
pkgname="openbsd-comp-mans"
2
pkgver=7.9
3
pkgrel=3
4
pkgdesc="Man pages from OpenBSD's compXX.tgz file set"
5
url="https://www.openbsd.org/"
6
license=('unknown')
7
arch=('any')
8
install="${pkgname}.install"
9
source=("https://mirror.planetunix.net/pub/OpenBSD/${pkgver}/amd64/comp${pkgver/./}.tgz")
10
sha256sums=('21a67af20aebcabf85b09f4206fc95b4cae0a35d42b154b976f0159f457724f9')
11
options=('!strip' '!docs' '!libtool' '!debug')
12
13
build() {
14
cd "${srcdir}/usr/share/man"
15
find . -type f | while IFS= read -r f; do
16
mv "$f" "$(dirname "$f")/o$(basename "$f")"
17
done
18
}
19
20
package() {
21
mkdir -p "${pkgdir}/usr/share"
22
cp -r "${srcdir}/usr/share/man" "${pkgdir}/usr/share/man"
23
}
24
25
Changes since previous scan
--- PKGBUILD @ 2026-07-16 00:05+++ PKGBUILD @ 2026-08-03 00:08@@ -1,15 +1,14 @@ pkgname="openbsd-comp-mans" pkgver=7.9-pkgvernodot=${pkgver/./}-pkgrel=1+pkgrel=3 pkgdesc="Man pages from OpenBSD's compXX.tgz file set" url="https://www.openbsd.org/" license=('unknown') arch=('any') install="${pkgname}.install"-source=("https://mirror.planetunix.net/pub/OpenBSD/${pkgver}/amd64/comp${pkgvernodot}.tgz")+source=("https://mirror.planetunix.net/pub/OpenBSD/${pkgver}/amd64/comp${pkgver/./}.tgz") sha256sums=('21a67af20aebcabf85b09f4206fc95b4cae0a35d42b154b976f0159f457724f9')-options=('!strip' '!docs' '!libtool')+options=('!strip' '!docs' '!libtool' '!debug') build() { cd "${srcdir}/usr/share/man"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 | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 11:51:28 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | LOW | 3 |