What problem does it solve? Manual security review of an entire codebase is slow and inconsistent, and ad-hoc scans often skip files or lose track of which candidates were validated. This Skill runs a standard single-pass security audit that reviews every in-scope file, tracks every candidate in one ledger, and emits a sealed, machine-readable scan contract. ## Core Features & Use Cases - Full-file coverage: Builds an in-scope file list, reviews every file, and records candidates in a single normalized JSONL ledger so nothing is silently skipped. - Two compact analysis passes: Runs validation and attack-path analysis over the ledger to confirm bugs, establish reachability, and assign severity using a threat model. - Sealed artifacts: Finalization generates scan-manifest.json, findings.json, coverage.json, a Markdown report, and SARIF output for tooling integration. - Use Case: Point it at a repository or a scoped package directory before a release to get a complete audit of that code with a SARIF file you can upload to your code scanning dashboard. ## Quick Start Run a standard security scan of this repository and generate the findings report and SARIF output.