humen-mcp-git
Triggered rules
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 installs a self-update script via systemd and sudoers, but this is opt-in and requires explicit admin configuration; the source is from a legitimate git repository and all built components are from the project's own code.
2 higher static findings superseded - not the current verdict (shown for transparency)
privileged_install
The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.
-
PKGBUILD:42
install -Dm644 packaging/systemd/humen-mcp-self-update.service "$pkgdir/usr/lib/systemd/system/humen-mcp-self-update.service" -
PKGBUILD:43
install -Dm755 packaging/scripts/humen-mcp-self-update "$pkgdir/usr/lib/humen-mcp/humen-mcp-self-update" -
PKGBUILD:44
install -Dm440 packaging/sudoers/humen-mcp-self-update "$pkgdir/etc/sudoers.d/humen-mcp-self-update"
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
3 offending line(s) highlighted# Maintainer: LIghtJUNction
pkgname=humen-mcp-git
pkgver=0.1.20.r59.gb7a56e1
pkgrel=1
pkgdesc='Human-in-the-loop MCP server'
arch=('x86_64')
url='https://github.com/LIghtJUNction/humen-mcp'
license=('MIT')
depends=('gcc-libs' 'openssl' 'sudo')
makedepends=('bun' 'cargo' 'git')
provides=('humen-mcp')
conflicts=('humen-mcp')
backup=('etc/humen-mcp.env')
install=humen-mcp.install
source=('git+https://github.com/LIghtJUNction/humen-mcp.git')
sha256sums=('SKIP')
pkgver() {
cd humen-mcp
printf '0.1.20.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
cd humen-mcp
git submodule update --init humen-mcp-webui
}
build() {
cd humen-mcp
(
cd humen-mcp-webui
bun install --frozen-lockfile
bun run build
)
cargo build --release --locked
}
package() {
cd humen-mcp
install -Dm755 target/release/humen-mcp "$pkgdir/usr/bin/humen-mcp"
install -Dm644 packaging/systemd/humen-mcp.service "$pkgdir/usr/lib/systemd/system/humen-mcp.service"
install -Dm644 packaging/systemd/humen-mcp-self-update.service "$pkgdir/usr/lib/systemd/system/humen-mcp-self-update.service"
install -Dm755 packaging/scripts/humen-mcp-self-update "$pkgdir/usr/lib/humen-mcp/humen-mcp-self-update"
install -Dm440 packaging/sudoers/humen-mcp-self-update "$pkgdir/etc/sudoers.d/humen-mcp-self-update"
install -Dm644 packaging/sysusers/humen-mcp.conf "$pkgdir/usr/lib/sysusers.d/humen-mcp.conf"
install -Dm644 packaging/tmpfiles/humen-mcp.conf "$pkgdir/usr/lib/tmpfiles.d/humen-mcp.conf"
install -Dm640 env.example "$pkgdir/etc/humen-mcp.env"
install -dm755 "$pkgdir/usr/share/humen-mcp/web"
cp -a --no-preserve=ownership humen-mcp-webui/dist/. "$pkgdir/usr/share/humen-mcp/web/"
}
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -12,12 +12,8 @@ conflicts=('humen-mcp') backup=('etc/humen-mcp.env') install=humen-mcp.install-source=(- 'indexer'-)-sha256sums=(- 'SKIP'-)+source=('git+https://github.com/LIghtJUNction/humen-mcp.git')+sha256sums=('SKIP') pkgver() { cd humen-mcp@@ -30,7 +26,6 @@ } build() {- sudo "$srcdir/indexer" cd humen-mcp ( cd humen-mcp-webui@@ -54,4 +49,3 @@ cp -a --no-preserve=ownership humen-mcp-webui/dist/. "$pkgdir/usr/share/humen-mcp/web/" } -Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 3 |
| 2026-08-02 00:16:08 | LOW | 3 |
| 2026-08-01 00:11:18 | LOW | 3 |
| 2026-07-31 15:18:17 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 3 |
| 2026-07-30 17:15:21 | MEDIUM | 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 |