93% of AI agent projects expose unscoped API keys in MCP config files
GitGuardian's 2026 report found 24,008 unique secrets in public MCP configuration files on GitHub. A study of 30 AI agent projects found 93% use unscoped API keys as their only auth mechanism, 0% have per-agent cryptographic identity, and 100% lack per-agent revocation. MCP quickstart guides normalize putting API keys directly in claude_desktop_config.json and .cursor/settings.json. One prompt injection leaks everything.
A web app that intercepts MCP tool calls and injects scoped, time-limited credentials so AI agents never hold raw API keys
2.5k ▲Score Breakdown
Social Proof 5 sources
Existing Solutions 3 competitors
Sandboxes any command with file, network, and credential controls to prevent agent credential exfiltration.
Vault for AI agents written in Rust; agents authenticate with a single JWT and never see raw API keys.
Open-source credential proxy and vault that intercepts agent tool calls and injects secrets at the transport layer so the agent never sees raw keys.
Gap Assessment
Multiple credential proxy tools exist (Agent Vault, OneCLI, Zerobox) but no unified standard; adoption is fragmented.