What problem does it solve? Solo founders and small teams rarely run real security reviews, leaving leaked secrets in git history, vulnerable dependencies, misconfigured CI/CD pipelines, and unverified webhooks undetected until a breach happens. ## Core Features & Use Cases - Infrastructure-first audit: Scans git history for leaked credentials, checks dependency supply chains, CI/CD pipeline security, Docker/IaC misconfigurations, and webhook signature verification. - LLM and skill supply chain security: Detects prompt injection vectors, unsanitized LLM output, unvalidated tool calls, and malicious patterns in installed Claude Code skills. - Two audit modes with confidence gating: Daily mode reports only 8/10-confidence findings for zero noise; comprehensive mode lowers the bar to 2/10 for monthly deep scans, with trend tracking across runs. - Use Case: Before shipping a new SaaS feature, run a scoped audit on the current branch diff to catch hardcoded API keys, unpinned GitHub Actions, and missing webhook signature checks, then receive a Security Posture Report with severity ratings and remediation plans. ## Quick Start Ask the AI to run a full security audit of this repository with /cso and produce a severity-rated Security Posture Report.