What problem does it solve?
This Skill helps you detect hidden software risks early by scanning the specified code area for missing error handling, edge-case gaps, weak test coverage, unsafe assumptions, and security issues.
Core Features & Use Cases
- Risk-focused review: Identifies failure scenarios such as unhandled promise rejections, missing null checks, and uncaught exceptions.
- Edge-case coverage gaps: Surfaces problems around empty inputs, boundary values, concurrency, and race conditions.
- Security and safety checks: Highlights injection vectors, path traversal, unvalidated inputs, and potential secret exposure.
- Test completeness: Flags critical paths that lack tests, including untested error branches.
Quick Start
Run risk-scan against the relevant directory (for example, a backend route folder) to get a ranked list of failure modes with severity and mitigation suggestions.