security-review
FeaturedReview code for security vulnerabilities. Use when the user says 'security review', 'security audit', 'check for vulnerabilities', 'pentest the code', 'OWASP check', or any variation of wanting a security assessment.
Install
Quality Score: 94/100
Skill Content
Details
- Author
- kklimuk
- Repository
- kklimuk/docx-cli
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
security-review
Use when the user asks whether code is safe or wants it audited for security - "security review", "audit this", "check for vulns", "is this exploitable", "any injection risk here", "threat model this endpoint" - covering authentication, authorisation, injection, secret handling, crypto, deserialisation, SSRF, and sensitive data exposure.
security
Use when you want a dedicated security review of staged or recently changed files — deeper than the security section in /review. Covers OWASP Top 10, secrets exposure, dependency vulnerabilities, and auth gaps. Run before opening a PR on security-sensitive changes.
security-review
Run a deep, security-only review of a diff or an entire codebase using the OWASP 2025 taxonomy, with adversarial false-positive filtering. Use when the user asks for a security review, security audit, vulnerability scan, or "is this safe".