vulnerability-summary
Summarize and analyze vulnerabilities found in IMCP, a deliberately insecure MCP server, with customizable detail levels for educational and security research purposes.
Instructions
Get a comprehensive overview of all vulnerabilities demonstrated by this educational server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailLevel | No | Detail level: overview, detailed, technical |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"detailLevel": {
"description": "Detail level: overview, detailed, technical",
"type": "string"
}
},
"type": "object"
}