What problem does it solve? Security issues like leaked secrets in git history, vulnerable dependencies, and injection-prone code often go unnoticed until exploited. This Skill runs a structured, read-only security sweep across an entire repository and turns every finding into a tagged, actionable TODO item instead of silent fixes. ## Core Features & Use Cases - Secret & Dependency Scanning: Runs gitleaks over full git history and the working tree, plus auto-detected dependency audits for npm, pip, cargo, and go stacks. - Injection & App-Layer Analysis: Uses a tiered ast-grep rule pack (precise/normal/noisy) and ripgrep patterns to detect SQLi, command injection, SSRF, path traversal, deserialization, IDOR, and auth-bypass patterns, with taint-tracing from entry point to sink. - Encryption Coverage Check: Verifies git-crypt coverage of sensitive taxonomy files (KNOWLEDGE.md, TODOS.md, .work/ plans) against .gitattributes rules. - Use Case: Before pushing a repo public, run the sweep to catch a secret committed three months ago, an outdated npm package with a known CVE, and an unparameterized SQL query — each filed as a severity-tagged [SECURITY] TODO with a mini threat model. ## Quick Start Ask the AI to run a security sweep on this project and file the findings as tagged TODOs.