create_vulnerability_report
Creates standardized vulnerability reports with findings, recommendations, impacts, and reproduction steps, turning detected issues into actionable remediation guidance.
Instructions
Create a professional vulnerability report following the standardized template format.
IMPORTANT FOR AI - BE CONCISE AND BRIEF:
OVERVIEW: 2-3 sentences explaining what this vulnerability type is and why it's dangerous
FINDINGS: 2-3 sentences describing what you found in this specific instance
RECOMMENDATIONS: 3-4 brief bullet points with bold headers (e.g., "- Input Validation: Sanitize all user inputs")
IMPACTS: 2-3 brief bullet points with bold headers (e.g., "- Data Breach: Attackers could access sensitive data")
REFERENCES (optional): 2-3 relevant OWASP/CWE links
KEEP IT SHORT - Focus on key points only. No long paragraphs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| impacts | Yes | AI-GENERATED (2-3 ITEMS): Brief impact statements. Format: '- **Header**: One sentence'. Keep each under 20 words. | |
| findings | Yes | ||
| overview | Yes | AI-GENERATED (2-3 SENTENCES): Brief explanation of what this vulnerability type is and why it's dangerous. Keep it concise. | |
| references | No | AI-GENERATED (optional): Relevant references (OWASP, CWE, PortSwigger, etc.). If not provided, template defaults will be used. | |
| vulnerability | Yes | ||
| recommendations | Yes | AI-GENERATED (3-4 ITEMS): Brief remediation steps. Format: '- **Header**: One sentence explanation'. Keep each under 20 words. | |
| stepsToReproduce | Yes | AI-GENERATED (4-6 BRIEF STEPS): Short, clear reproduction steps. One sentence per step. |