What problem does it solve? Security reviews are often skipped or shallow because manual audits are slow and noisy. This Skill runs a structured, infrastructure-first security audit across your codebase, dependencies, CI/CD pipelines, LLM integrations, and installed agent skills, then filters findings through a confidence gate so you only see verified, actionable issues. ## Core Features & Use Cases - Phased audit coverage: 15 phases spanning secrets archaeology, dependency supply chain, CI/CD pipeline security, webhook validation, LLM/AI security, skill supply chain scanning, OWASP Top 10:2025, and STRIDE threat modeling. - Two noise-controlled modes: daily mode with an 8/10 confidence gate for zero-noise results, and comprehensive mode with a 2/10 bar for monthly deep scans, plus scoped flags like --diff, --infra, --code, and --supply-chain. - Verified findings with remediation: every finding includes severity, confidence score, exploit scenario, evidence, and a prioritized remediation roadmap saved to .superstack/security-reports/ for tracking over time. - Use Case: Before a production launch, run a full audit to catch a committed API key in git history, an unpinned GitHub Action, and a missing webhook signature check, then fix the P0 issues immediately. ## Quick Start Ask the assistant to run a security audit on this project and choose the full audit scope when prompted.