Documentation
LLM Security Scanner Docs
Scan chatbots and LLM-backed APIs against the OWASP Top 10 for LLMs. Hosted public-URL scanning is coming soon - for now, run the CLI locally for a full scan.
Getting Started
Install the CLI, pull a judge model, and run your first scan in three commands.
CI/CD Integration
Run the scanner as a gate in GitHub Actions or GitLab CI, with or without Docker.
CLI Reference
Every flag the scanner understands - targets, categories, severity, output formats.
OWASP LLM Top 10
What each of the 10 categories tests for, how many payloads it ships with, and whether it's on by default.
Output Formats
Terminal, Markdown, JSON, and self-contained HTML reports, and how to read the risk score.
Security Properties
How the scanner protects itself: offline judge, API key handling, XSS-safe reports, safe YAML parsing.