一键导入
coordination
Pentest engagement orchestration - workflow management, test planning, reporting, and output structure coordination.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pentest engagement orchestration - workflow management, test planning, reporting, and output structure coordination.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Systematic IDOR / BOLA hunting methodology. Use when testing any endpoint that accepts an ID, UUID, slug, filename, or reference to a user-owned object.
SQL injection hunting methodology across error-based, union, blind boolean, and time-based variants. Use when testing any input that might reach a database.
SSRF hunting methodology with OOB detection via interactsh, cloud metadata targets, and blind SSRF techniques. Use on any feature that accepts a URL, hostname, or external reference.
XSS hunting methodology — reflected, stored, and DOM — with context-aware payloads. Use when testing any input that could reach a browser.
OWASP Top 10 (2021) and API Top 10 (2023) quick reference with attack patterns, test ideas, and CWE mappings. Load when hunting, code-reviewing for security, or writing bug bounty reports.
Bug bounty report generation — structure, triager-friendly writing, CVSS scoring, and chain reporting. Use when finalizing a finding for submission.
| name | coordination |
| description | Pentest engagement orchestration - workflow management, test planning, reporting, and output structure coordination. |
Orchestrate penetration testing engagements. Manage 7-phase workflow, deploy executors, validate findings, aggregate results, generate reports.
outputs/reference/RECONNAISSANCE_OUTPUT.md); always run /osint skill in parallel for repository and code exposure analysisrun_in_background=True
4.5. Validation - Cross-validate findings against raw evidence (see reference/VALIDATION.md)transilience-report-style skill + JSON export (see reference/FINAL_REPORT.md)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/.
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 via transilience-report-style skillreference/VALIDATION.md - Finding validation workflow, anti-hallucination checkstransilience-report-style skill — Generates the final branded PDF report. See reference/FINAL_REPORT.md for 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 — use transilience-report-style skill for PDF instead)tools/reference.docx - Legacy pandoc reference template (deprecated)pentester-validator agent (deployed per-finding by orchestrator during Phase 4.5)ls -la outputs/