MCP Security Scanner (SARIF)
Description
[](https://github.com/airblackbox/mcp-security-scanner/actions/workflows/ci.yml) [](https://github.com/airblackbox/mcp-security-scanner/blob/main/LICENSE) [](https://python.org)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
MCP Security Scanner
[](https://github.com/airblackbox/mcp-security-scanner/actions/workflows/ci.yml) [](https://github.com/airblackbox/mcp-security-scanner/blob/main/LICENSE) [](https://python.org)
**Find vulnerabilities in AI agent tool definitions.** Scans MCP tools for injection risks, credential leaks, dangerous patterns, path traversal, and missing input validation.
Checks
| Check | Risk | Detects |
|---|---|---|
| Dangerous tools | Critical | execute_command, eval, rm, drop_table |
| Command injection | Critical | Shell metacharacters, backticks, $() |
| SQL injection | High | UNION SELECT, DROP, comment injection |
| Credential leaks | Critical | API keys, tokens, passwords in inputs |
| Path traversal | High | ../, /etc/passwd, Windows system paths |
| Missing validation | Low | Unbounded strings without constraints |
Usage
pip install -e ".[dev]"
mcp-scan scan tools.json
mcp-scan scan tools.json --format json
Part of the AIR Platform
[AIR Blackbox Gateway](https://github.com/airblackbox/gateway) ecosystem.
License
Apache-2.0
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -