POST /api/security/scan
Runs a full security scan (OWASP MCP Top 10 + CVEs + poisoning detection) on all configured servers. Each scan triggers a health check first to get the live tools list.Severity levels
| Severity | Examples |
|---|---|
critical | Remote code execution CVE, prompt injection |
high | Unauthenticated SSE server, destructive tools without auth |
medium | No auth on stdio server, missing input schemas |
low | Minor config warnings |
info | Informational findings |