Agent skill
coordination
Pentest engagement orchestration - workflow management, test planning, reporting, and output structure coordination.
Install this agent skill to your Project
npx add-skill https://github.com/transilienceai/communitytools/tree/main/projects/pentest/.claude/skills/coordination
SKILL.md
Coordination
Orchestrate penetration testing engagements. Manage 7-phase workflow, deploy executors, validate findings, aggregate results, generate reports.
Workflow
- Initialization - Gather scope, create
outputs/ - Reconnaissance - Deploy recon executors, generate inventory (see
reference/RECONNAISSANCE_OUTPUT.md); always run/osintskill in parallel for repository and code exposure analysis - Planning - Create test plan and proceed immediately to testing
- Vulnerability Testing - Deploy executors in parallel with
run_in_background=True4.5. Validation - Cross-validate findings against raw evidence (seereference/VALIDATION.md) - Aggregation - Collect VALIDATED findings only, deduplicate, identify exploit chains, calculate severity
- Reporting - Generate Transilience branded PDF report using
transilience-report-styleskill + JSON export (seereference/FINAL_REPORT.md)
Output Structure
See reference/OUTPUT_STRUCTURE.md for complete specification.
Conforms to Component Generation Framework:
outputs/
├── components/ # TSX components + manifest.json (if generated)
├── data/ # JSON data files (reports, reconnaissance, findings)
├── reports/ # Transilience branded PDF report, markdown source, evidence appendix
└── logs/ # Execution logs (NDJSON agent logs)
Optional: processed/ for additional working artifacts in complex engagements.
Critical: Conforms to Component Generation Framework rules - data in data/, reports in reports/, logs in logs/.
Methodologies
- PTES - 7-phase engagement lifecycle
- OWASP WSTG - 11 testing categories
- MITRE ATT&CK - TTP mapping
- Flaw Hypothesis - Stack → Predict → Test → Generalize
Reference
reference/ATTACK_INDEX.md- 53 attack types with agent mappingsreference/OUTPUT_STRUCTURE.md- Output folder organizationreference/RECONNAISSANCE_OUTPUT.md- Recon output format and JSON schemasreference/FINAL_REPORT.md- Report structure and Transilience branded PDF generation viatransilience-report-styleskillreference/VALIDATION.md- Finding validation workflow, anti-hallucination checks
Tools
transilience-report-styleskill — Generates the final branded PDF report. Seereference/FINAL_REPORT.mdfor the pentest-specific adaptation of the design system (finding → advisory card mapping, severity → score mapping, section blueprint)tools/generate_reference_docx.py- Legacy DOCX template generator (deprecated — usetransilience-report-styleskill for PDF instead)tools/reference.docx- Legacy pandoc reference template (deprecated)- Finding validation is handled by the
pentester-validatoragent (deployed per-finding by orchestrator during Phase 4.5)
Rules
- Never execute attacks directly - delegate to specialized executors
- Always proceed immediately to Phase 4 after plan creation
- Verified PoCs only - no theoretical findings
- Clean output structure - verify with
ls -la outputs/ - Always deploy pentester-validator agents (Phase 4.5) before aggregation - never include unvalidated findings
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
techstack-identification
OSINT-based technology stack identification. Discovers company tech stacks using passive reconnaissance across 17 intelligence domains. Given a company name (and optional domain hint), infers frontend, backend, infrastructure, and security technologies using publicly available signals.
conflict_resolver
web-archive-analysis
Uses Wayback Machine to detect technology migrations over time
evidence_formatter
signal_correlator
dns-intelligence
Extracts technology signals from DNS records (MX, TXT, NS, CNAME, SRV)
Didn't find tool you were looking for?