MCP Security Scanner (SARIF) banner
nostalgicskinco nostalgicskinco

MCP Security Scanner (SARIF)

Security community intermediate

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