scan_website
Run a ScanLabsAI security scan against a website and return a full Markdown vulnerability report (grouped by severity, with descriptions and remediation) that you can analyse, act on, and the user can save as security-report.md. Checks OWASP Top 10, CVEs, SSL/TLS, security headers and DNS. Use deep=true for a comprehensive scan (40,000+ vectors, slower). Only scan sites the user is authorised to test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The website URL to scan, e.g. https://example.com | |
| deep | No | Run a deep scan (comprehensive, slower). Defaults to false. |