What problem does it solve?
Prevents insecure MCP server configurations from exposing secrets, enabling shell injection, or introducing supply-chain risk during agent tool execution.
Core Features & Use Cases
- Secrets Exposure Detection: Finds hardcoded credentials and tokens embedded in MCP server args or config env fields.
- Shell Injection Pattern Detection: Flags dangerous command construction patterns that could lead to command execution or reverse-shell behavior.
- Supply-Chain Risk Checks: Identifies unpinned versions such as @latest usage and highlights potentially interactive npx invocation behavior in CI.
- Use Case: Before deploying an agent that uses MCP tools, scan a project’s .mcp.json to produce a severity-based report and clear remediation guidance.
Quick Start
Ask the AI to audit your project's .mcp.json for hardcoded secrets, shell injection patterns, unpinned versions, and unapproved MCP server registrations.