ClaudeSuperPower

scan-triage

Skill

Guide for agents to help users interpret and act on NightVision DAST scan results. Use when reading SARIF/CSV findings, explaining vulnerabilities, locating vulnerable code, validating findings with curl, prioritizing by severity, suggesting remediations, or marking false positives.

Install

git clone https://github.com/nvsecurity/nightvision-skills.git ~/.claude/skills/scan-triage

What is scan-triage?

Guide for agents to help users interpret and act on NightVision DAST scan results. Use when reading SARIF/CSV findings, explaining vulnerabilities, locating vulnerable code, validating findings with curl, prioritizing by severity, suggesting remediations, or marking false positives.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

~71 tokens of context used while enabled, before you invoke anything

All declared tools (3)
BashGrepRead

Documentation

README · ~5 min read

NightVision Scan Triage

Use this skill when helping users understand and act on NightVision scan results. NightVision produces findings from two scanning engines — ZAP (active and passive rules) and Nuclei (CVE and misconfiguration templates) — and exports them as SARIF or CSV.

Agent workflow

When a user asks for help with scan results:

  1. Check prerequisites — verify the NightVision CLI is available (nightvision --help) if you need to export results
  2. Locate the results — look for results.sarif or results.csv in the repo, or ask the user for the scan ID to export them
  3. Read and parse the findings — use the Read tool for SARIF (JSON) files; CSV is tabular (see formats below)
  4. Explain each finding — for each, present: severity, finding name, affected endpoint (method + path), one-line explanation, and suggested remediation
  5. Locate the vulnerable code — use Code Traceback annotations in SARIF to find the exact file and line, then use Read/Grep to show the code in context
  6. Help the user validate — construct curl commands to reproduce the finding

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills