What problem does it solve?
The security lens focuses a review on realistic attacker perspectives to find high-impact threats, vulnerabilities, and missing protections that could lead to compromise or data exposure. It reduces noisy findings by prioritizing likely, exploitable issues and assigning confidence to each observation so developers can remediate effectively.
Core Features & Use Cases
- Threat & Vulnerability Analysis: Apply STRIDE and OWASP Top 10 across components, data flows, and code changes.
- Authentication & Authorization Checks: Verify auth checks, default-deny policies, session management, and privilege boundaries.
- Secrets and Information Leakage Detection: Scan for hardcoded secrets, sensitive log output, and insecure error handling.
- Infrastructure & Operational Security: Assess secrets management, network boundaries, logging/monitoring, and deployment configuration.
- Use Cases: Pre-merge code reviews, design reviews for new endpoints, post-implementation verification, and threat modeling sessions.
Quick Start
Run a security-focused review of the proposed changes using STRIDE and OWASP Top 10, map trust boundaries, list prioritized findings with confidence levels, and write the summary to meta/research/security.md.