MCP Security Audit — AI/ML Vulnerability ScannerMcp Security Audit
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Security Audit — AI/ML Vulnerability ScannerMcp Security AuditCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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-auditTools
- audit_repo — Scan a GitHub repository for vulnerabilities - audit_code — Scan a code snippet directly - list_patterns — List all 21 detection patterns21 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-auditSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





