Code Reviewer Security banner
haacked haacked

Code Reviewer Security

Security community

Description

--- name: code-reviewer-security description: "Use this agent when you need deep security analysis of code changes. Focuses exclusively on vulnerabilities, exploits, and security hardening. Examples: Before deploying authentication changes, when handling sensitive data or user input, for security-critical features like payment processing or admin panels. Use this for thorough security review beyond the general code-reviewer's coverage." model: opus color: red metadata: execution-tier: deep ---

Installation

Installs to ~/.claude/agents/haacked-review-code-code-reviewer-security.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/haacked/review-code/HEAD/agents/code-reviewer-security.md -o ~/.claude/agents/haacked-review-code-code-reviewer-security.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository