Back to skills

cso

security

Runs a multi-phase security audit across a codebase. Covers secrets in git history, dependency supply chains, CI/CD pipeline risks, LLM-specific vulnerabilities, OWASP Top 10, and STRIDE threat modeli

Setup & Installation

npx skills add https://github.com/garrytan/cso --skill cso
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/cso
View on GitHub

What This Skill Does

Runs a multi-phase security audit across a codebase. Covers secrets in git history, dependency supply chains, CI/CD pipeline risks, LLM-specific vulnerabilities, OWASP Top 10, and STRIDE threat modeling. Produces a findings report with exploit scenarios, severity ratings, and remediation guidance. Two modes: daily (8/10 confidence gate, zero noise) and comprehensive (2/10 bar, surfaces more candidates). Manually checking 14 attack surface categories across git history, CI configs, dependencies, and application code takes hours and most teams skip the archaeology entirely — this covers all of it in one pass with confidence-gated filtering that cuts noise before it reaches your report.

When to use it

  • Working with cso functionality
  • Implementing cso features
  • Debugging cso related issues