Skip to content
Security
Command

/report

Generate a formatted vulnerability report from engagement findings

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/report

Context preview

What this command does when you run it.

Generate a formatted vulnerability report from engagement findings

Command definition

report.md
description: Generate a formatted vulnerability report from engagement findings
allowed-tools: ToolSearch, Bash, Read, Write, Glob, Grep
argument-hint:

> **Storage Policy**: ALL output files MUST be saved in the project directory. NEVER write to `/tmp/` or any system temporary directory.

Generate Vulnerability Report

Generate a comprehensive penetration test report from findings in the current engagement.

Step 1: Load Tools

Use ToolSearch to load:

  • `create_vulnerability_report` — formatted vulnerability report generation
  • `create_scan_summary` — scan result summarization

Step 2: Gather Findings

Read all reconnaissance and scan output files in the project directory:

  • Use Glob to find `*.md` files in the current directory and subdirectories
  • Look for ATTACK-VECTORS.md, VULNERABILITY-REPORT.md, or similar
  • Read scan outputs (webscan-*, apiscan-*, portscan-*, etc.)
  • Check `reports/` subdirectory for detailed findings

Step 3: Scan Summary

Run `create_scan_summary` to generate a consolidated summary of all tool outputs from this engagement.

Step 4: Vulnerability Report

Run `create_vulnerability_report` with all discovered vulnerabilities, organized by:

  • CVSS severity (Critical → Info)
  • Vulnerability type (injection, auth, config, etc.)
  • Each finding should include:
  • Title and description
  • Affected endpoint/component
  • Steps to reproduce
  • Evidence/proof
  • Impact assessment
  • Remediation recommendation

Step 5: Output

Save the report to `PENTEST-REPORT-{date}.md` in the project directory.

Include:

  • Executive summary
  • Scope and methodology
  • Findings by severity
  • Risk matrix
  • Remediation priority list
Read more
Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety