1

    MCP-Security-Review

    by Ifásola

    Specialized static security scanner for MCP servers and Python tool handlers to prevent injection and data leaks.

    Updated Jun 2026
    Security scanned
    Pure Python 3 stdlib

    $5

    · or 25 credits

    30-day refund guarantee

    Secure checkout via Stripe

    Included in download

    • Audit MCP servers before publishing to public registries
    • Detect command injection risks in AI tool handlers
    • terminal, network automation included
    • Ready for Pure Python 3 stdlib
    • Instant install

    Sample input

    Run a security audit on my new sqlite-mcp-server to make sure there are no injection or path traversal vulnerabilities.

    Sample output

    [HIGH] SQL Injection Found

    • File: server.py:42
    • Code: db.execute(f"SELECT * FROM logs WHERE id = {tool_input}")
    • Fix: Use parameterized queries: db.execute("SELECT * FROM logs WHERE id = ?", (tool_input,))

    [MED] Path Traversal Risk

    • File: files.py:12
    • Manual Check: Ensure base_path is sanitized.

    About This Skill

    What it does

    This skill provides a specialized security audit for Model Context Protocol (MCP) servers and Python-based tool servers. It performs a targeted static analysis focused specifically on the "input-to-sink" path—where AI-generated or user-controlled input meets dangerous system functions.

    Why use this skill

    AI tools are uniquely vulnerable because they often bridge the gap between natural language and local system execution. Standard scanners often miss the nuances of MCP tool handlers. This skill prioritizes findings in tool-definition files and identifies high-risk patterns like command injection, SSRF, and unsafe deserialization that could lead to full system compromise if an agent is manipulated.

    Supported checks

    • Injection: Command, Code, SQL, and Server-Side Template Injection.
    • Data Safety: Unsafe deserialization (pickle/yaml) and path traversal.
    • Network: SSRF via outbound HTTP calls to input-derived URLs.
    • Secrets: Scanning for hardcoded credentials or accidental logging of sensitive data.

    The output provides a prioritized list of vulnerabilities with exact file paths, line numbers, and actionable remediation steps, followed by a custom manual review checklist for the tool's architecture.

    Use Cases

    • Audit MCP servers before publishing to public registries
    • Detect command injection risks in AI tool handlers
    • Identify SSRF vulnerabilities in tools that fetch external URLs
    • Find hardcoded secrets or sensitive data exposure in server logs

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Network Access

    Pure Python 3 stdlib, no dependencies.

    Creator

    Frequently Asked Questions

    More Premium Skills

    $5