# Pentest Evidence Structuring Report Synthesis

> Evidence structuring and report synthesis for confirmed findings, severity ranking, remediation guidance, executive summaries, technical appendices, and unresolved evidence gaps. Hands off to live validation workflows when proof is incomplete.

- Skill: `crtvrffnrt/pentest-evidence-structuring-report-synthesis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add crtvrffnrt/pentest-evidence-structuring-report-synthesis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/crtvrffnrt/pentest-evidence-structuring-report-synthesis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: crtvrffnrt (https://skillmd.com/u/crtvrffnrt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/crtvrffnrt/pentest-evidence-structuring-report-synthesis

---


# Evidence Structuring & Report Synthesis

## Use When
- The task is to consolidate findings, deduplicate evidence, rank severity, write remediation, or create executive and technical deliverables.
- Live validation is complete or the user explicitly wants unresolved gaps documented.

## Handoff Criteria
- Hand off to the relevant validation skill when exploitability, impact, scope, or control evidence is missing and safe validation is still in scope.

## Output Schema
- Confirmed findings table: `id`, `title`, `severity`, `confidence`, `impact`
- Evidence map: `finding id` to reproducible proof artifacts
- Remediation plan: prioritized fixes with verification guidance

## Instructions
1. Separate confirmed findings from hypotheses and informational observations.
2. Deduplicate by root cause and attacker capability, not by endpoint count alone.
3. Assign severity from demonstrated impact and exploitability evidence.
4. Keep technical evidence concise, reproducible, and traceable.
5. Produce both technical and executive views from the same canonical evidence.
6. Mark open questions and explicitly state what remains unverified.

## Verification Gate
- Preserve factual precision and reproducibility in every finding.
- Keep structure stable for machine parsing and downstream tracking.
- Tie remediation to the broken control and observed exploit path.
- Base severity on demonstrated impact, exploitability, affected scope, and preconditions.
- Do not merge unrelated root causes into a single finding.
- Report unresolved evidence gaps explicitly.
- Keep executive and technical output aligned to the same evidence base.

