Generate Security Report
generate_security_reportGenerate a unified security report by scanning a website, looking up CVEs, researching threats, and optionally analyzing authentication logs for vulnerabilities.
Instructions
Generate a consolidated Talos security report from website scan, CVEs, research, and optional auth-log analysis. By default this ONLY returns the report. Do not email, forward, or send it unless the user explicitly asks for email/send/forward/share, or send_email is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient email, used only when send_email is true. | |
| title | No | Optional report title. | |
| target | No | Optional website or URL to scan. If omitted, no website scan is run. | |
| product | No | Optional product/software name for CVE lookup, for example nginx. | |
| version | No | Optional product version for CVE lookup, for example 1.18.0. | |
| threshold | No | Failed-attempt threshold for auth log analysis. | |
| send_email | No | Only send the report by email when this is explicitly true. Defaults to false. | |
| auth_log_path | No | Optional auth log path if analyze_auth_log is true. | |
| research_query | No | Optional research query. If omitted and target/product exists, Talos builds a security query. | |
| analyze_auth_log | No | Analyze the bundled auth log too. Defaults to false. | |
| include_research | No | Include academic research citations. Defaults to true. |