shell-mcp

LOW
maintainer nathawat 1 votes scanned 2026-08-22 09:16:51.748650
View on AUR
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
3pkgname=shell-mcp
4pkgver=0.1.1
5pkgrel=1
6pkgdesc="Scoped, allowlisted shell access over the Model Context Protocol"
7arch=('x86_64' 'aarch64')
8url="https://github.com/devrelopers/shell-mcp"
9license=('MIT')
10depends=('glibc' 'libgcc')
11makedepends=('cargo')
12
13source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/${pkgname}/${pkgname}-${pkgver}.crate")
14b2sums=('6287e6ef729bb5951c96f6a30755cb09e462380c2b9f4afaa80d18ea2ae852a95efd8774f908cf733b397f350017fc4f19f45bc75f89548ac97fd66a1f13a0f3')
15
16prepare() {
17 cd "${pkgname}-${pkgver}"
18
19 cargo fetch --locked --target "$(rustc -vV | sed -n 's|host: ||p')"
20}
21
22build() {
23 cd "${pkgname}-${pkgver}"
24
25 cargo build --frozen --release --target-dir target
26}
27
28check() {
29 cd "${pkgname}-${pkgver}"
30
31 cargo test --frozen --release --target-dir target
32}
33
34package() {
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)SeverityRules
2026-08-22 09:16:51 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion