security-review
✓Audit code for security vulnerabilities using OWASP Top 10 guidelines. Use for security audits, pre-deployment checks, authentication reviews, or when checking for XSS, SQL injection, CSRF, or authorization issues. EXCLUSIVE to security-expert agent.
Installation
SKILL.md
| # | Vulnerability | Laravel Check | React Check |
| A01 | Broken Access Control | Policies, Gates | Route guards | | A02 | Cryptographic Failures | Hash::make, encrypt | No secrets in client | | A03 | Injection | Eloquent, query builder | No dangerouslySetInnerHTML | | A04 | Insecure Design | Business logic review | Component security | | A05 | Security Misconfiguration | .env settings | Build config |
| A06 | Vulnerable Components | composer audit | npm audit | | A07 | Auth Failures | Rate limiting, sessions | Token handling | | A08 | Data Integrity | CSRF, mass assignment | Form validation | | A09 | Logging Failures | Security event logs | Error boundaries | | A10 | SSRF | URL validation | API call validation |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/htooayelwinict/claude-config --skill security-review- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is security-review?
Audit code for security vulnerabilities using OWASP Top 10 guidelines. Use for security audits, pre-deployment checks, authentication reviews, or when checking for XSS, SQL injection, CSRF, or authorization issues. EXCLUSIVE to security-expert agent. Source: htooayelwinict/claude-config.
How do I install security-review?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/htooayelwinict/claude-config --skill security-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/htooayelwinict/claude-config
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01