Server data from the Official MCP Registry
Static AST security scanner detecting command injection, leaked secrets, and SSRF in MCP tools.
About
Static AST security scanner detecting command injection, leaked secrets, and SSRF in MCP tools.
Remote endpoints: streamable-http: https://neon_innovation_lab--mcp-security-auditor.apify.actor/mcp sse: https://neoninnovationlab.com/api/mcp-security
Security Report
This is a security auditing tool for MCP servers, not an MCP server itself. The codebase is well-structured with proper security controls for its intended purpose. Code quality is high with comprehensive vulnerability detection rules, proper input validation, and safe file handling. The tool correctly uses AST-based static analysis without executing untrusted code, which is architecturally sound. Minor issues around exception handling breadth and logging do not materially impact security given the tool's scope. Supply chain analysis found 1 known vulnerability in dependencies.
7 files analyzed ยท 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
MCP Security Auditor Server
A production-ready Model Context Protocol (MCP) Server providing AI coding assistants (Claude Desktop, Cursor, Windsurf, Cline) with native security analysis tools. It enables AI agents to statically audit other MCP servers, tool repositories, and local codebases for critical security vulnerabilities before onboarding or executing them.
๐ ๏ธ MCP Tools Exposed
This server implements the official Model Context Protocol specification (tools/list and tools/call):
1. audit_mcp_repository
Performs an automated, zero-execution static Abstract Syntax Tree (AST) security audit on a Git repository containing an MCP server implementation.
- Parameters:
repository_url(string, required): Public Git URL of the MCP server repository to audit (e.g.https://github.com/example/mcp-server).sub_directory(string, optional): Specific subdirectory within the repository to inspect (useful for monorepos).
- Vulnerability Checks Conducted:
- CWE-78 (Command Injection): Detects unsanitized
subprocess.run,child_process.exec, shell invocation in tool execution blocks. - CWE-22 (Path Traversal): Flags unrestricted file read/write operations lacking path canonicalization (
os.path.realpath, boundary checks). - CWE-798 (Hardcoded Secrets): Identifies leaked API keys, tokens, and corporate credentials in tool schemas or server definitions.
- CWE-306 (Missing Authentication): Flags public HTTP/SSE transports exposing destructive capabilities without bearer auth.
- CWE-1336 (Tool & Prompt Injection): Flags tool descriptions susceptible to prompt hijacking.
- CWE-78 (Command Injection): Detects unsanitized
- Returns:
trust_score(0โ100): Weighted security index.grade("A+", "A", "B", "C", "F"): Security letter grade.findings(array): Line-by-line vulnerability records with CWE identifiers and remediation instructions.markdown_report(string): Pre-formatted human-readable audit report.
2. audit_local_directory
Audits a local filesystem directory containing MCP server source code before deployment.
- Parameters:
directory_path(string, required): Absolute or relative filesystem path to the target directory.
- Returns: Structured JSON audit record and remediation checklist.
๐ Client Configuration & Quickstart
1. Claude Desktop Setup
Add the server to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-security-auditor": {
"command": "python3",
"args": ["/path/to/mcp-security-auditor/server.py"]
}
}
}
2. Cursor IDE / Windsurf Setup
In Cursor, go to Settings โ Features โ MCP โ Add New MCP Server:
- Name:
mcp-security-auditor - Type:
command - Command:
python3 /absolute/path/to/server.py
3. Docker Container Execution
Run isolated via Docker using the pre-configured Dockerfile:
{
"mcpServers": {
"mcp-security-auditor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ansarii/mcp-security-auditor"
]
}
}
}
๐ป Example Agent Usage
Once connected, your AI assistant can execute security pre-flight checks before installing tools:
User: "Audit the MCP server at https://github.com/modelcontextprotocol/servers before I install it."
Claude (Tool Call):
audit_mcp_repository({
"repository_url": "https://github.com/modelcontextprotocol/servers",
"sub_directory": "src/fetch"
})
Result:
{
"status": "success",
"target_name": "servers:src/fetch",
"trust_score": 95,
"grade": "A+",
"findings_count": 0,
"recommendation": "SAFE_TO_CONNECT"
}
๐ Security Guarantee: Zero Execution
Unlike runtime scanners that execute arbitrary stdio binaries (creating direct Remote Code Execution risks on the host), this MCP server uses pure static Abstract Syntax Tree (AST) analysis. It inspects Python, TypeScript, and JSON-RPC implementations without ever executing untrusted code.
๐ License
MIT License โ Copyright (c) 2026 Neon Innovation Lab.
Reviews
No reviews yet
Be the first to review this server!
More Security MCP Servers
Toleno
Freeby Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
MCP Marketplace
Freeby mcp-marketplace ยท Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
FinAgent
Freeby mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.
by Lharries ยท Communication
Read, search, and send WhatsApp messages through your AI assistant
