@infoinlet/mcp-codeaudit
v0.1.1
Published
Security audit for AI agents — scan code/diffs for leaked secrets and check dependencies against the OSV vulnerability database. MCP server.
Readme
@infoinlet/mcp-codeaudit
Security audit for AI agents (no config). scan_secrets — find leaked AWS/GitHub/OpenAI/Stripe keys, private keys, JWTs, assigned passwords in code/diffs (redacted findings + line numbers). scan_dependencies — check a package.json (npm) or requirements.txt (PyPI) against the OSV.dev vulnerability database.
{ "mcpServers": { "codeaudit": { "command": "npx", "args": ["-y", "@infoinlet/mcp-codeaudit"] } } }