# /claude-security

Perform a security review using Claude's security guidelines.

## Instructions

Review the code provided by the user for security issues using these rules:

@prompts/core/security.md
@prompts/core/communication-style.md
@prompts/core/read-before-modify.md

Focus on:
- OWASP Top 10 vulnerabilities (injection, XSS, broken auth, etc.)
- Command injection in shell commands
- Insecure handling of user input
- Exposed secrets or credentials
- Missing authorization checks

Report findings concisely. For each issue: what it is, where it is, and how to fix it. One sentence per finding unless complex.
