What problem does it solve?
The vulnerability-scanner Skill helps you quickly assess a code repository for security weaknesses, exposed secrets, unsafe patterns, and risky configuration before they become incidents.
Core Features & Use Cases
- Supply Chain Review: Checks dependency hygiene and lock-file coverage to reduce third-party risk.
- Secret Discovery: Flags likely hardcoded credentials, tokens, and sensitive connection strings.
- Code Pattern Analysis: Looks for dangerous constructs such as injection-prone concatenation, unsafe deserialization, and disabled security controls.
- Configuration Review: Identifies weak security settings like debug mode, permissive CORS, and missing header hardening.
- Use Case: A developer can run this Skill on a game or app repository before release to prioritize the highest-risk findings and decide what to fix first.
Quick Start
Use the vulnerability-scanner skill to analyze this repository for dependency, secret, code-pattern, and configuration risks, then summarize the highest-priority findings with clear remediation guidance.