What problem does it solve?
Security, accessibility, and RAI review workflows involve multiple orchestrators and subagents exchanging findings, verdicts, and reports; without shared format contracts, these exchanges become inconsistent and error-prone. This Skill centralizes the canonical templates and serialization formats so every agent in the pipeline produces and consumes identical structures.
Core Features & Use Cases
- Report Templates: Provides VULN_REPORT_V1, PLAN_REPORT_V1, and RAI_REPORT_V1 templates covering audit, diff, and plan modes with exact section layouts and placeholder semantics.
- Finding Exchange Formats: Defines finding serialization, deep verification verdict blocks, and verified findings collection formats for inter-subagent data exchange.
- Completion and Severity Contracts: Standardizes scan status updates, completion summaries, terminal error codes, and CRITICAL/HIGH/MEDIUM/LOW severity definitions shared across all OWASP assessments.
- Use Case: When building a security review orchestrator that dispatches assessment subagents and a report generator, load these references so the verifier emits RAI_DEEP_VERIFICATION_V1 verdicts and the generator writes a compliant RAI_REPORT_V1 with correct path validation and retry rules.
Quick Start
Load the security reviewer format references and generate a vulnerability report that follows the VULN_REPORT_V1 template for the current repository audit.