# Security Review

> Run an OWASP-focused security analysis on code changes. Use when this capability is needed.

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

---


# /security-review

Spawns the `security-reviewer` agent to perform a structured security analysis of your code changes.

## Steps

1. **Gather context** — detect the scope of the security review:
   - If arguments are provided (file paths or PR number), scope to those
   - Otherwise, use `git diff` to determine changed files
   - Identify files touching auth, API endpoints, input handling, or secrets

2. **Spawn the agent** — use the Task tool:
   ```
   Task tool with subagent_type="security-reviewer"
   ```
   Pass in the prompt:
   - The diff or file contents to review
   - The list of changed files with categories (auth, API, data handling)
   - The project's language and framework for context-specific checks

3. **Present findings** — relay the agent's security report:
   - Group by severity: CRITICAL > HIGH > MEDIUM > LOW
   - Include exploit scenarios for each finding
   - Show recommended fixes with code references
   - Report secrets detection and dependency audit results

4. **Offer follow-up actions**:
   - "Fix critical issues?" — apply recommended security fixes
   - "Create issues for non-critical findings?" — track as GitHub issues
   - "Run dependency audit?" — check for known CVEs in dependencies

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/bis-code) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

