audit_mcp_server_security
Audit an MCP server against the OWASP MCP Top 10. Reports authentication, path traversal, command injection, secret exposure and supply-chain risk with a concrete remediation list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serverName | No | Server name (for the report) | |
| executesCommands | No | Does it execute shell commands or spawn processes? | |
| hasAuthentication | No | Does the server enforce authentication on every request? | |
| usesStdioTransport | No | Does it run over local STDIO transport? | |
| hasHardcodedSecrets | No | Are credentials hardcoded in the source or config? | |
| performsFileOperations | No | Does it read/write files based on model-supplied paths? | |
| restrictsNetworkEgress | No | Are outbound network destinations restricted? | |
| hasProvenanceAttestation | No | Is the package published with build provenance / trusted publishing? | |
| acceptsUserInputInCommands | No | Is untrusted input interpolated into commands or queries? |