원클릭으로
report-generation
Engagement report structure and formatting guidelines
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Engagement report structure and formatting guidelines
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | report-generation |
| description | Engagement report structure and formatting guidelines |
| origin | RedteamOpencode |
/report| Severity | Criteria |
|---|---|
| HIGH | Direct CIA impact, exploitable with minimal effort. Data breach, RCE, auth bypass. CVSS 7.0-10.0. |
| MEDIUM | Requires conditions or chaining. Stored XSS, IDOR on non-critical data, limited SQLi. CVSS 4.0-6.9. |
| LOW | Limited impact or hard to exploit. Reflected XSS, verbose errors, missing headers. CVSS 0.1-3.9. |
| INFO | No direct security impact. Observations, best-practice deviations, tech disclosures. CVSS 0.0. |
Factual, evidence-based. No speculation — state conditions if impact is theoretical. Quantify where possible. No hyperbole or marketing language.
## Executive Summary
**Target:** [target] **Scope:** [scope] **Date:** [start] – [end] **Tester:** [id]
| Severity | Count |
|----------|-------|
| HIGH | N | MEDIUM | N | LOW | N | INFO | N | **Total** | **N** |
[1-2 paragraph narrative: posture, most impactful findings, top recommendation.]
## Methodology
**Approach:** [Black/Grey/White-box, Manual/Automated/Hybrid]
**Phases:** 1. Recon 2. Enumeration 3. Vuln Discovery 4. Exploitation 5. Post-Exploitation
| Tool | Purpose |
|------|---------|
**Limitations:** [time, scope, rate limiting, unavailable systems]
### FINDING-001: [Title] [HIGH]
**OWASP:** A03:2021 **Component:** [endpoint/param] **CVSS:** [score]
#### Description
[Precise technical explanation]
#### Evidence
**Request:** ```[full HTTP request]```
**Response:** ```[relevant excerpt]```
#### Impact
[Specific: "attacker can retrieve all 12,000 user credentials"]
#### Remediation
1. [Primary fix] 2. [Defense-in-depth] 3. [Monitoring]
**References:** [CWE, CVE links]
## Attack Path Narrative
### Scenario 1: [Title]
**Findings Used:** FINDING-001, FINDING-003 **Starting Point:** [attacker type]
1. **Initial Access** — [FINDING-X] → [foothold]
2. **Escalation** — [FINDING-Y] → [escalate]
3. **Objective** — [outcome]
**Combined Impact:** [what chain achieves] **Priority Fix:** [which fix breaks chain]
If no chains: "No multi-step attack paths identified."
Tool output in <details> blocks, generated scripts, scope verification table, timeline.
Business logic vulnerability detection — workflow bypass, price manipulation, state abuse, and application-specific flaws
Detect PII, credentials, and corporate sensitive data in API responses, source code, files, headers, and database extracts
Detect and exploit SQL injection vulnerabilities in web application parameters
Test for authentication and authorization flaws including credential attacks, session issues, and access control bypasses
Detect and exploit cross-site scripting vulnerabilities in web applications
Discover hidden parameters, test values, and identify input handling anomalies