MCP Security Audit — AI/ML Vulnerability ScannerMcp Security Audit

by LuciferForge

168 downloads
Not rated
GitHub

About

Scan any GitHub repository for 21 AI/ML vulnerability patterns across Python, Java, Go, C++, and Rust. Detects eval injection, pickle deserialization, SSRF, command injection, SQL injection, unsafe YAML, hardcoded secrets, and more. Severity-weighted risk scoring with line-level

Details

Author
LuciferForge
Downloads
168
Categories
Developer Tools

- Scans GitHub repositories and code snippets
- Covers 21 detection patterns across 5 languages
- Severity levels from CRITICAL through LOW
- Detects eval/exec injection, deserialization attacks, command injection, SSRF, SQL injection, buffer overflow, format strings, unsafe blocks, and hardcoded secrets
- Provides a list_patterns tool to enumerate all patterns

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Security Audit — AI/ML Vulnerability ScannerMcp Security Audit
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via pip: pip install mcp-security-audit. Then use the server’s tools (audit_repo, audit_code, list_patterns) with any MCP‑compatible client. No additional configuration keys are required beyond standard MCP setup.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp security audit \u2014 ai/ml vulnerability scannermcp security audit": {
            "security-audit": {
                "command": "python",
                "args": [
                    "-m",
                    "mcp_security_audit"
                ],
                "env": []
            }
        }
    }
}

McpServers

{
    "security-audit": {
        "command": "python",
        "args": [
            "-m",
            "mcp_security_audit"
        ],
        "env": []
    }
}

Install

pip install mcp-security-audit

Tools

- audit_repo — Scan a GitHub repository for vulnerabilities - audit_code — Scan a code snippet directly - list_patterns — List all 21 detection patterns

21 Patterns Across 5 Languages

Python (9), Java (3), Go (3), C++ (3), Rust (3) Covers CRITICAL through LOW severity: eval/exec injection, deserialization attacks, command injection, SSRF, SQL injection, buffer overflow, format strings, unsafe blocks, and hardcoded secrets.

Links

- PyPI: https://pypi.org/project/mcp-security-audit/ - GitHub: https://github.com/LuciferForge/mcp-security-audit
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.