What problem does it solve?
Provides a consistent, checklist-driven approach to finding and fixing security weaknesses in source code, configuration, containers, and CI/CD pipelines so engineering teams can reduce vulnerabilities before deployment.
Core Features & Use Cases
- OWASP Top 10 & injection prevention: concrete checks and fixes for SQL injection, XSS, SSRF, template injection, and command injection.
- Secrets management and scanning: guidance and search patterns for detecting committed secrets, plus pre-commit and CI scanning recommendations.
- Authentication, authorization & transport: recommendations for secure password hashing, MFA, session management, TLS enforcement, and header policies.
- Container and supply-chain hardening: best practices for minimal images, non-root execution, image pinning, multi-stage builds, and CI hardening.
- Use Case: Review a pull request or Dockerfile and produce line-level violations with severity and a minimal, actionable code fix.
Quick Start
Run /security-review <file> to scan the file for violations, severity ratings, and a concrete code-level fix.