shell-mcp
LOW
maintainer nathawat
1 votes
scanned 2026-08-22 09:16:51.748650
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: nathawat <nathawat[at]noreply[dot]codeberg[dot]org>
2
3
pkgname=shell-mcp
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc="Scoped, allowlisted shell access over the Model Context Protocol"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/devrelopers/shell-mcp"
9
license=('MIT')
10
depends=('glibc' 'libgcc')
11
makedepends=('cargo')
12
13
source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/${pkgname}/${pkgname}-${pkgver}.crate")
14
b2sums=('6287e6ef729bb5951c96f6a30755cb09e462380c2b9f4afaa80d18ea2ae852a95efd8774f908cf733b397f350017fc4f19f45bc75f89548ac97fd66a1f13a0f3')
15
16
prepare() {
17
cd "${pkgname}-${pkgver}"
18
19
cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"
20
}
21
22
build() {
23
cd "${pkgname}-${pkgver}"
24
25
cargo build --frozen --release --target-dir target
26
}
27
28
check() {
29
cd "${pkgname}-${pkgver}"
30
31
cargo test --frozen --release --target-dir target
32
}
33
34
package() {
35
cd "${pkgname}-${pkgver}"
36
37
install -Dm755 target/release/shell-mcp \
38
"${pkgdir}/usr/bin/shell-mcp"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 09:16:51 | Low | 1 |