Security Review banner
shakacode shakacode

Security Review

Security community

Description

--- description: Review code for security vulnerabilities (OWASP Top 10) --- Review the specified code for security vulnerabilities. # Instructions 1. **Identify the target**: The user will specify a file, directory, or feature to review. If not specified, ask what to review. 2. **Read the code** and analyze against these categories: ### Injection (SQLi, XSS, Command Injection) - User input used in SQL queries without parameterization - User input rendered in HTML without escaping - User in

Installation

Installs to ~/.claude/skills/shakacode-claude-code-commands-skills-agents-security-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shakacode-claude-code-commands-skills-agents-security-review && curl -fsSL https://raw.githubusercontent.com/shakacode/claude-code-commands-skills-agents/HEAD/commands/security-review.md -o ~/.claude/skills/shakacode-claude-code-commands-skills-agents-security-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository