pman-helper
maintainer bryanpedini
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own git host, building a simple bash script; the host is not whitelisted but plausibly project-owned, and the package installs only a script and license, posing 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 own git host, building a simple bash script; the host is not whitelisted but plausibly project-owned, and the package installs only a script and license, posing 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:13
source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Bryan Joshua Pedini <bryan [at] pedini [dot] dev>
2
3
_pkgname="pman"
4
pkgname="${_pkgname}-helper"
5
pkgver="1.4.0"
6
pkgrel="1"
7
pkgdesc="A pacman helper script, because you forget all the stupid flags"
8
url="https://git.bjphoster.com/source/${_pkgname}"
9
arch=("any")
10
license=("MIT")
11
depends=("bash" "pacman")
12
conflicts=("pman") # Another package called `pman` currently exists in the AUR
13
source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz")
14
15
sha256sums=("0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af")
16
17
package() {
18
install -Dm644 "${srcdir}/${_pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
19
install -Dm755 "${srcdir}/${_pkgname}/pman.sh" "${pkgdir}/usr/bin/${_pkgname}"
20
}
21
Changes since previous scan
--- PKGBUILD @ 2026-07-26 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -2,8 +2,8 @@ _pkgname="pman" pkgname="${_pkgname}-helper"-pkgver="1.3.0"-pkgrel="3"+pkgver="1.4.0"+pkgrel="1" pkgdesc="A pacman helper script, because you forget all the stupid flags" url="https://git.bjphoster.com/source/${_pkgname}" arch=("any")@@ -12,9 +12,7 @@ conflicts=("pman") # Another package called `pman` currently exists in the AUR source=("https://git.bjphoster.com/source/${_pkgname}/archive/${pkgver}.tar.gz") -sha1sums=("458ac1ba88a6d33d634c4a8a8ad38941f6cc38a9")-sha256sums=("75663adb5dab96497af9f312fa67c1d846d9758b4a5c23bd66ee91108e122f0c")-md5sums=("a2cb6720b2b376165d10cb1a5482e069")+sha256sums=("0026ab2d951c224c8b7bac3b4e89c9997c8b58a8cfcd5ed59a8133a42c8688af") package() { install -Dm644 "${srcdir}/${_pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"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 23:33:54 | MEDIUM | 1 |
| 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 |