pt-nuclei-template-creation

Installation
SKILL.md

Nuclei Template Creation

Authorized Use Only

Run generated templates only against targets explicitly in scope. Templates that send payloads (SSRF callbacks, command injection probes, authentication attempts) must respect the same rules of engagement as manual testing. Validate on an approved test host before scanning production.

Objectives

  1. Convert a confirmed finding into a YAML template with low-to-zero false positives.
  2. Produce a template that validates against the official JSON schema and passes nuclei -validate.
  3. Document severity, remediation, and references so the template is report-ready.
  4. Minimize request count and avoid destructive payloads.

Workflow

  1. Gather inputs:
    • Exact request that triggers the condition (method, path, headers, body)
    • Exact response signal that confirms it (status, body string, header, timing)
    • CVE/CWE IDs, vendor, product, affected versions, references
Related skills

More from santosomar/ethical-hacking-agent-skills

Installs
1
GitHub Stars
7
First Seen
Apr 3, 2026