What problem does it solve? Secrets, tokens, and misconfigured security controls slip into codebases through committed .env files, hardcoded fallback credentials, permissive CORS policies, and unredacted logging. This Skill performs an evidence-driven security review that finds these issues, ranks them by severity, and produces concrete fixes with rotation flags for any live exposed secret. ## Core Features & Use Cases - Committed-secret scanning: Detect provider keys (AWS, Stripe, GitHub, OpenAI), private keys, and credential assignments in the working tree and git history, with all evidence redacted to first/last 4 characters. - Auth, CORS, and transport review: Verify JWT signing and verification, token storage (httpOnly cookies vs localStorage), cookie flags, origin allowlists, and TLS validation settings. - Specialized references: Deep-dive guides for env/config hardening, secret managers (Vault, AWS Secrets Manager, Kubernetes ExternalSecrets), Electron app security, Redis hardening, and intent-vs-implementation access-control audits. - Use Case: Before merging a PR that adds an authentication flow, run the review to catch a hardcoded JWT fallback secret, a credentialed CORS wildcard, and request-body logging — each reported with file:line, severity, and a concrete fix. ## Quick Start Review this repository for committed secrets, insecure token handling, CORS misconfigurations, and logging leaks, then return a severity-ranked findings table with rotation flags.