Documentation Index
Fetch the complete documentation index at: https://docs.langsight.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/security/scan
Runs a security scan (7 of 10 OWASP MCP checks + CVEs via OSV + poisoning detection) on all configured servers. Covers checks 1–5 + CVE scanning + tool poisoning detection; checks 7–9 are planned. 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 |