review-security
Installation
SKILL.md
Review Security
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Security Review
Comprehensive security analysis targeting OWASP Top 10 2025 vulnerabilities, common bytecode security issues, and language-specific security patterns. This skill performs analysis only - it identifies vulnerabilities, explains findings, and suggests fix approaches without making code changes.
Anti-Hallucination Guidelines
CRITICAL: Security reviews must be based on ACTUAL code analysis and VERIFIED patterns:
- Read before claiming - Never report vulnerabilities in code that has not been read
- Evidence-based findings - Every finding must reference specific file paths and line numbers
- Pattern matching - Use Grep to find actual vulnerable patterns, not hypothetical ones
- No invented CVEs - Only reference real vulnerabilities when providing context
- Quantifiable results - Count actual instances, do not estimate
- No false positives - Verify each finding matches documented vulnerability patterns
- Scope verification - Only scan files within specified scope (PR/commit/all)