Open-source security scanner for MCP (Model Context Protocol) servers
MCP-specific guardrails when Claude ecosystem lacks native security scanning.

Deny rules read first token only—git fetch && git clean -fd bypasses your safeguards.
Claude Code users, security researchers, DevOps engineers
HackerOne reports · Security advisories
But that is exactly wrong. Allow and deny lists allow DANGEROUS actions like "git cleanup"
Some human needs to read this HN post and my blog post. I've written a bash-guard fix that I use locally, but I CAN'T help everyone else until Anthropic takes my bug report seriously
https://github.com/anthropics/claude-code/issues/36637 https://github.com/anthropics/claude-code/pull/36645
MCP-specific guardrails when Claude ecosystem lacks native security scanning.
Contextual rules beat allow/deny lists—rm -rf __pycache__ is fine, rm ~/.bashrc is nah.
Catches denied calls that never reach transcripts—six detectors at zero token cost.
OS-level sandboxing blocks base64 evasion when pattern matching alone fails.
Reply-file mechanism beats tmux output scraping for clean signal.
One-command AWS CRUD endpoints inside Claude Code when you're already there.