← Back to Skills Marketplace
nyetnighy

Nuclei Analysis

by NyetNighy · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ pending
48
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nuclei-analysis
Description
Intelligently analyzes Nuclei scan results, prioritizes real bugs, reduces noise, and enriches findings with context.
README (SKILL.md)

Nuclei Analysis Skill

Parses raw Nuclei scan output and generates prioritized, actionable bug bounty reports.

When to Use

Use this skill when:

  • A Nuclei scan has completed and you want to turn raw output into a structured report
  • You need to separate signal from noise in large scans
  • You want severity-prioritized findings with business impact context

Usage

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

Workflow

When user says "analyze nuclei results", "review scan", or similar:

  1. Read the nuclei output file
  2. Parse and categorize by severity and template type
  3. Reduce noise (filter common false positives)
  4. Enrich high/critical findings with business context
  5. Generate a Markdown report

Severity Levels

Nuclei severities (highest to lowest):

  • critical — Immediate action required
  • high — Significant risk, exploit likely
  • medium — Moderate risk, requires context
  • low — Minor risk, informational
  • info — Informational, usually noise

Noise Reduction

Filter out common false positives:

  • Generic 403 Forbidden (without further context)
  • Self-signed certificates (info only)
  • Leaking server/version headers without actual exploit
  • Template matches on redirect pages

Output

Always produces:

  • Summary table of all findings by severity
  • Detailed section for High+ severity findings
  • Attack scenario for critical/high issues
  • Steps to reproduce for actionable findings

Report saved to: reports/nuclei-analysis/\x3Ctarget>-\x3Cdate>.md

Example Prompts

  • "Analyze nuclei results for example.com"
  • "Review scan findings and prioritize"
  • "Turn nuclei.txt into a bug bounty report"

Requirements

  • Python 3.7+
  • Nuclei installed and in PATH
  • nuclei output in text format (newline-delimited JSON also supported)
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nuclei-analysis
  3. After installation, invoke the skill by name or use /nuclei-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug nuclei-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Nuclei Analysis?

Intelligently analyzes Nuclei scan results, prioritizes real bugs, reduces noise, and enriches findings with context. It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.

How do I install Nuclei Analysis?

Run "/install nuclei-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nuclei Analysis free?

Yes, Nuclei Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nuclei Analysis support?

Nuclei Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Nuclei Analysis?

It is built and maintained by NyetNighy (@nyetnighy); the current version is v1.0.0.

💬 Comments