AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP unreviewed MIT Self-run

Agentguard

mcp-nikegunn-agentguard · by NikeGunn

Zero-trust security sidecar for AI agents - MIT, single Go binary, <5ms p99 overhead, protects Claude Code/Cursor/Codex/Gemini CLI/Windsurf

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add mcp-nikegunn-agentguard

Open-source listing, not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Reliability & compatibility

Not yet reviewed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agentguard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentGuard

[](https://github.com/nikegunn/agentguard/releases) [](https://github.com/nikegunn/agentguard/actions/workflows/ci.yml) [](LICENSE) [](https://goreportcard.com/report/github.com/nikegunn/agentguard) [](https://docs.sigstore.dev/cosign/overview/) [](https://nikegunn.github.io/agentguard/)

> Zero-trust security sidecar for AI agents — Claude Code, Cursor, Codex, > Gemini CLI, Windsurf, or anything that speaks MCP.

AgentGuard sits transparently between your AI agent and the tools it calls. Every JSON-RPC frame goes through a five-stage inspection pipeline that catches prompt injection, tool poisoning, rug pulls, runaway loops, and credential exfiltration before they reach your model — or your customers' data.

curl -fsSL https://agentguard.space/install | sh
agentguard init        # detects + patches every installed agent
agentguard dashboard   # opens http://127.0.0.1:7878

That's it. The next tool call your agent makes is now inspected.

See it

The local web dashboard — live tool-call feed, per-server trust scores, call-detail waterfall, command palette, dark/light:

agentguard tail — live TUI feed of every call

agentguard doctor — Homebrew-style health check

> Want to regenerate or add the scan / install / agent-onboarding GIFs? > See [demo/README.md](demo/README.md) for the one-command render workflow.

Why

LLM agents trust their tools by default. A poisoned MCP server can rewrite its tool descriptions between sessions, embed prompt injections in responses, or quietly funnel your credentials to a webhook. Your IDE's approval prompt won't catch any of that — it just shows the human-readable intent. AgentGuard inspects the wire.

What you get

  • Single Go binary. No daemon, no Docker, no kernel modules.
  • Local-only. No account, no telemetry, no cloud. Your data stays on

your machine.

  • **` instead of the

upstream server directly. The agent doesn't notice. The server doesn't notice. The inspection happens in the middle.

[Full architecture →](docs/src/architecture.md) [Threat model →](docs/src/threat-model.md)

Commands

| Command | What | |------------------------------|---------------------------------------------------| | agentguard init | Detect agents, patch their configs. | | agentguard dashboard | Local web UI at 127.0.0.1:7878. | | agentguard tail | Live TUI of tool calls. | | agentguard scan | Fire the attack corpus at an MCP server. | | agentguard doctor | Homebrew-style health check. | | agentguard replay | Re-run the pipeline against historic traffic. | | agentguard pack list/show/verify | Manage rule packs. | | agentguard uninstall | Restore every config byte-for-byte. |

Status

Feature-complete for v1 launch (M5 done). Polish + signing pipeline landed in M6. See [CHANGELOG.md](CHANGELOG.md) for the full milestone log.

Contributing

Issues and PRs welcome. We're particularly interested in:

  • New rule packs for popular MCP servers
  • More agent detectors (Aider, Cline, Continue, etc.)
  • Additional prompt-injection corpora

See [CONTRIBUTING.md](CONTRIBUTING.md).

License

MIT. See [LICENSE](LICENSE).

Sponsors

AgentGuard is built and maintained for free. If your team depends on it, sponsor the project → (Bronze / Silver / Gold tiers).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.