What problem does it solve? Running a vulnerability scan is only half the job — the findings still need to be deduplicated, triaged by severity, turned into a readable report, and tracked as tickets. This Skill automates that entire pipeline from Nuclei scan to ServiceDesk Plus ticket creation with a single batch confirmation. ## Core Features & Use Cases - End-to-end scanning: Runs Nuclei against URLs, hosts, IPs, or target-list files, filtered to critical/high/medium severities, and outputs JSONL findings. - Triaged reporting: Generates Markdown, HTML, or PDF reports that itemize Critical/High/Medium findings, dedupe across targets by template ID, and number findings in remediation order. - Gated ticketing: Previews a batch of ServiceDesk Plus tickets (create vs. add-note split based on existing open requests) and only files them after one explicit approval bound to a digest of the exact batch. - Use Case: After deploying a new site, scan it for known vulnerabilities, review a severity-ordered PDF report, then open tickets for all High and Critical findings in one confirmed batch. ## Quick Start Scan https://my-new-site.example.com with Nuclei for critical, high, and medium findings, then give me a report and file tickets for the serious ones.