# Security Reviewer Formats

> Format specifications and data contracts for the security reviewer orchestrator and its subagents.

- Skill: `gabrielmoreira/security-reviewer-formats` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gabrielmoreira/security-reviewer-formats`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gabrielmoreira/security-reviewer-formats/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- License: MIT
- Author: gabrielmoreira (https://skillmd.com/u/gabrielmoreira)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/gabrielmoreira/security-reviewer-formats

---


# Security Reviewer Formats — Skill Entry

This `SKILL.md` is the **entrypoint** for the security reviewer format specifications skill.

The skill provides shared format templates and data contracts used by security, accessibility,
and RAI review orchestrators and their subagents. Each reference file covers a focused area of
the reporting pipeline.

## Normative references

1. [Report Formats](references/report-formats.md) — VULN_REPORT_V1, PLAN_REPORT_V1, and RAI_REPORT_V1 templates.
2. [Finding Formats](references/finding-formats.md) — Security and RAI finding, verification, and collection formats.
3. [Completion Formats](references/completion-formats.md) — Scan status, completion, RAI response, and terminal error formats.
4. [Severity Definitions](references/severity-definitions.md) — Standard severity level definitions for all OWASP skill assessments.

## Skill layout

* `SKILL.md` — this file (skill entrypoint).
* `references/` — format specification documents.
  * `report-formats.md` — full report templates for audit, diff, and plan modes.
  * `finding-formats.md` — serialization and collection formats for findings exchange between subagents.
  * `completion-formats.md` — status updates, completion summaries, and the minimal profile stub.
  * `severity-definitions.md` — severity level table shared across all assessments.

