What problem does it solve?
MCP servers and clients often ship without systematic security review, leaving gaps in authentication, session handling, rate limiting, input validation, and RCE-prone tool handlers. This Skill audits MCP implementation source code against a defined security baseline and produces an evidence-backed compliance report with file/line references.
Core Features & Use Cases
- Baseline Control Checks: Evaluates five controls (MCP-01 to MCP-05) covering identity isolation, sessions, rate limiting, schema validation, and official SDK usage for network-exposed servers.
- RCE Vector Analysis: Checks seven RCE vectors including command injection, dynamic code evaluation, unsafe deserialization, path traversal, SSTI, dependency hijacking, and SSRF.
- OWASP MCP Top 10 Coverage: Scores all ten OWASP MCP risks with PASS, FAIL, or NEEDS INVESTIGATION statuses.
- Use Case: Before releasing an MCP server, ask for a security review to receive a structured report classifying transport exposure, filtering false positives, and listing manual follow-ups with file/line evidence.
Quick Start
Review this MCP server implementation for security issues and produce a compliance report with file and line evidence.