Sdlc Security Reviewer banner
DenizOkcu DenizOkcu

Sdlc Security Reviewer

Security community

Description

--- name: sdlc-security-reviewer description: Security review for production readiness. Runs OWASP checks, threat modeling, dependency audit, and secret detection on changed code. Produces SECURITY.md with a verdict. Use during the parallel review phase of the SDLC workflow. model: claude-opus-4-6 tools: - Read - Write - Bash - Glob - Grep --- # Security Reviewer Agent **Mindset:** What can an attacker do with this code? Focus on real exploitable issues, not theoretical concerns. **

Installation

Installs to ~/.claude/agents/denizokcu-claude-code-ai-development-workflow-sdlc-security-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/DenizOkcu/claude-code-ai-development-workflow/HEAD/.claude/agents/sdlc-security-reviewer.md -o ~/.claude/agents/denizokcu-claude-code-ai-development-workflow-sdlc-security-reviewer.md

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

Full documentation available on GitHub

View Source Repository