一键导入
pentest-report
Pentest report authoring with executive summary, CVSS-scored findings, attack narrative, and remediation roadmap (writing methodology)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pentest report authoring with executive summary, CVSS-scored findings, attack narrative, and remediation roadmap (writing methodology)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Interactive gap analysis against Korea's ISMS-P 102-control certification framework (management, protection, personal information)
Security log analysis and anomaly detection for access, auth, and syslog files
Analyze suspicious files through triage/static/dynamic/code phases to produce IOCs, YARA/Sigma rules, and MITRE ATT&CK mappings
File hash reputation lookup via VirusTotal API v3 for MD5/SHA1/SHA256 detection ratio, threat classification, and vendor results
OWASP Top 10 (2021) checklist-based inspection and compliance matrix generation
Multi-chain smart contract security for Solana, Algorand, Cairo, Cosmos, Substrate, and TON with pre-audit readiness checks
基于 SOC 职业分类
| name | pentest-report |
| description | Pentest report authoring with executive summary, CVSS-scored findings, attack narrative, and remediation roadmap (writing methodology) |
| license | MIT |
| metadata | {"category":"compliance","locale":"en","phase":"v1"} |
Guides the structured writing of a professional penetration test report covering executive summary, scoped findings with CVSS v3.1 scoring, attack narrative, strategic recommendations, and quality assurance. No external tools required — this is a methodology skill for report authoring.
| Field | Description | Example |
|---|---|---|
CLIENT_NAME | Organization being assessed | Acme Corp |
ASSESSMENT_TYPE | Black-box / Grey-box / White-box | Grey-box |
SCOPE | Systems, IP ranges, domains in scope | 10.0.0.0/24, app.example.com |
TEST_DATES | Start and end dates of testing | 2026-03-01 – 2026-03-14 |
FINDINGS | Raw findings data collected during assessment | Finding notes, screenshots, logs |
Auto-generate with document processor or list sections manually.
Before writing, structure all raw data:
assessment-data/
├── scope.txt — IP ranges, domains, exclusions, RoE
├── findings/
│ ├── FIND-001-sqli.md — one file per finding
│ ├── FIND-002-xxe.md
│ └── ...
├── evidence/
│ ├── screenshots/
│ └── logs/
└── tools-output/
├── nmap-scan.txt
├── nuclei-results.json
└── ...
Finding triage checklist before writing:
The executive summary is read by C-level stakeholders and non-technical decision makers. Write it last, after all findings are documented, but place it first in the report.
Reference: See REFERENCE.md for the full Executive Summary template including Risk Dashboard table and Top Findings Summary format.
Writing rules:
Cover: in-scope and out-of-scope components, testing type (black/grey/white-box), methodology framework (PTES / OWASP Testing Guide / NIST SP 800-115), testing timeline by phase, tools used, limitations, and Rules of Engagement reference.
Reference: See REFERENCE.md for the full Scope and Methodology template with table formats for scope components and testing timeline.
Use a consistent template for every finding. Complete all fields — do not leave fields blank. Required fields: Finding ID, Severity, CVSS v3.1 Base Score and Vector, CWE, OWASP Category, Affected System(s), Status, Description, Business Impact, Evidence, Steps to Reproduce, Remediation (with code example where applicable), Compensating Controls, References.
Reference: See REFERENCE.md for the full Finding Detail template, CVSS v3.1 severity threshold table, and a worked SQL injection example.
CVSS severity mapping (summary):
| Severity | Score Range |
|---|---|
| Critical | 9.0 – 10.0 |
| High | 7.0 – 8.9 |
| Medium | 4.0 – 6.9 |
| Low | 0.1 – 3.9 |
| Info | N/A |
The attack narrative shows the logical flow of exploitation in story format. It demonstrates the full impact of chained vulnerabilities that may individually appear low-severity. Structure as sequential phases: Initial Access → Privilege Escalation → Lateral Movement → Objective Achieved → Impact Assessment.
Reference: See REFERENCE.md for the full Attack Narrative template with example phase descriptions.
Organize recommendations by remediation timeframe, not finding severity. This gives the client an actionable roadmap across three horizons: Short-term (0–30 days) for Critical/High findings, Medium-term (30–90 days) for systemic improvements, Long-term (90–365 days) for structural security posture.
Reference: See REFERENCE.md for the full Strategic Recommendations template with example entries for each timeframe tier.
Before submitting the report, verify all 10 quality checklist items. Key checks: executive summary readable by non-technical audience, all findings have complete reproduction steps and evidence, CVSS scores accurate, remediation is environment-specific, no sensitive client data leaked, attack narrative is coherent, recommendations prioritized by timeframe, positive observations included.
Reference: See REFERENCE.md for the complete 10-item quality checklist and the full Appendices structure (vulnerability listing, tool output, network diagrams, glossary, compliance mapping).