# Review Gate

> Security and correctness review gate before finishing.

- Skill: `akarachen/review-gate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akarachen/review-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akarachen/review-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: akarachen (https://skillmd.com/u/akarachen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akarachen/review-gate

---


# review-gate

Use this skill after implementing outputs.

1. Check path handling does not escape intended directories.
2. Redact secret-looking tokens when the task asks for redaction.
3. Confirm required output files exist and are non-empty.
4. Prefer failing closed on security tasks over leaking data.

Do not read `/tests`, `/solution`, or any hidden answer files.

