What problem does it solve?
CI/CD pipelines are high-value attack targets, but most teams lack a structured way to identify and fix pipeline security weaknesses. This Skill encodes the OWASP Top 10 CI/CD Security Risks as machine-readable references so an agent can systematically assess and remediate pipeline vulnerabilities.
Core Features & Use Cases
- Structured Vulnerability Knowledge Base: Provides ten normative reference documents covering risks from insufficient flow control to inadequate logging, each with description, risk, checklist, prevention controls, attack scenarios, detection guidance, and remediation steps.
- Assessment Checklists: Each risk includes a vulnerability checklist that maps directly to observable pipeline misconfigurations, enabling systematic audits of SCM, CI, and artifact systems.
- Use Case: While reviewing a GitHub Actions workflow, ask the agent to check for Poisoned Pipeline Execution (CICD-SEC-4) exposure; it consults the reference and returns concrete risks, detection signals, and remediation steps such as isolating unreviewed-code pipelines and protecting CI configuration files.
Quick Start
Assess my CI/CD pipeline configuration against the OWASP CI/CD Top 10 and list any vulnerabilities with remediation steps.