# Ship Security

> Ship Gate security gate, applies the distilled security checklist to the diff; optionally augments with /security-review.

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

---


# Ship Security

1. Apply `references/security-checklist.md` to the changed files (the checklist IS the gate).
2. If available, also invoke `/security-review` for an Anthropic-maintained diff pass and merge findings.
3. Go deeper on files matching the project's security scoping globs (auth, payments, rules, migrations, env, deps).
4. Emit **Block** (any CRITICAL/HIGH) / **Warning** / **Approve** + findings. Do not push.

