Install
openclaw skills install nuclei-analysisIntelligently analyzes Nuclei scan results, prioritizes real bugs, reduces noise, and enriches findings with context.
openclaw skills install nuclei-analysisParses raw Nuclei scan output and generates prioritized, actionable bug bounty reports.
Use this skill when:
python3 scripts/nuclei_analyzer.py /path/to/nuclei-output.txt
python3 scripts/nuclei_analyzer.py /path/to/nuclei-output.txt --min-severity high --output report.md
When user says "analyze nuclei results", "review scan", or similar:
Nuclei severities (highest to lowest):
critical — Immediate action requiredhigh — Significant risk, exploit likelymedium — Moderate risk, requires contextlow — Minor risk, informationalinfo — Informational, usually noiseFilter out common false positives:
Always produces:
Report saved to: reports/nuclei-analysis/<target>-<date>.md