What problem does it solve?
It helps you identify security weaknesses and risky patterns in a codebase, rank them by severity, and optionally apply targeted fixes safely and iteratively.
Core Features & Use Cases
- STRIDE + OWASP security audit: Systematically analyzes threats across spoofing, tampering, repudiation, information disclosure, denial of service, and elevation of privilege, and maps results to OWASP Top 10 categories.
- Severity-ranked findings report: Produces a structured report with file/line context and fix recommendations.
- Optional auto-fix with guardrails: When
--fix is enabled, applies fixes iteratively using the ck:autoresearch guard pattern and stops early if a guard fails.
- Dependency and secret detection: Runs a stack-appropriate dependency audit and scans for hardcoded secrets using regex patterns.
Quick Start
Run the security audit on your code by using this instruction: /ck:security full.