cso

Audits infrastructure, dependencies, CI/CD pipelines, and code for security vulnerabilities.

Updated May 15, 2026
One-click install
npx skills add https://github.com/tgmarinho/canetaco --skill cso-tgmarinho
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cso
Source: https://github.com/tgmarinho/canetaco/tree/main/.claude/skills/cso
Command: npx skills add https://github.com/tgmarinho/canetaco --skill cso-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security reviews are easy to skip and hard to do consistently. This Skill runs a structured Chief Security Officer audit over your repository, covering secrets exposure, dependency supply chain risks, CI/CD pipeline weaknesses, LLM/AI attack surface, and the OWASP Top 10, so vulnerabilities surface before attackers find them. ## Core Features & Use Cases - Infrastructure-first audit: secrets archaeology, dependency supply chain scanning, CI/CD pipeline security, and skill supply chain scanning. - Threat modeling and verification: STRIDE threat modeling, OWASP Top 10 review, and active verification of findings rather than speculative reports. - Two audit modes: a daily zero-noise mode gated at 8/10 confidence, and a comprehensive monthly deep scan with a 2/10 reporting bar, plus trend tracking across audit runs. - Use Case: Before shipping a release, ask for a security audit of the current branch. The Skill scans for leaked secrets, vulnerable dependencies, and misconfigured pipelines, then reports only high-confidence findings with concrete fixes. ## Quick Start Ask the assistant to run a security audit of this repository and report high-confidence vulnerabilities with fixes.

Frequently Asked Questions about cso

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a security audit on my codebase?▼

Invoke the skill with a phrase like "security audit" or "check for vulnerabilities". It scans secrets, dependencies, CI/CD configuration, and code against OWASP Top 10, then reports verified findings with concrete fixes.

What is the difference between daily and comprehensive security scan modes?▼

Daily mode is zero-noise and only reports findings at 8/10 confidence or higher. Comprehensive mode is a monthly deep scan with a 2/10 reporting bar, surfacing lower-confidence issues for manual triage.

Does the audit cover CI/CD pipeline security?▼

Yes. The audit explicitly includes CI/CD pipeline security alongside secrets archaeology, dependency supply chain analysis, and LLM/AI attack surface review. Findings are actively verified rather than reported speculatively.

How does the skill reduce false positives in vulnerability reports?▼

Daily mode applies an 8/10 confidence gate so only high-certainty findings are reported. The skill also performs active verification of suspected issues before including them in the audit output.

Can the audit track security trends over time?▼

Yes. The skill supports trend tracking across audit runs, so you can see whether your security posture is improving or regressing between daily and monthly scans.