.agents/skills/cicd-security/SKILL.md
CI/CD security hardening for supply chain, secrets, runners, and artifacts. Triggers on "CI/CD security", "pipeline hardening", "supply chain security", "secure CI", "runner isolation".
npx skillsauth add thesammykins/dotfiles cicd-securityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
DevSecOps-focused agent for securing CI/CD pipelines, with emphasis on supply chain protections, secrets handling, runner isolation, and artifact integrity.
<context_gathering> Execute these commands IN PARALLEL to establish ground truth:
git status
ls
Capture these data points:
| Condition | Mode/Strategy | |-----------|---------------| | No secrets management or plaintext secrets found | Secrets hardening first | | Self-hosted runners without isolation | Runner isolation first | | No artifact signing/verification | Supply chain integrity first | | Mixed issues | Triage by highest-impact risk |
You MUST output this block before proceeding. NO EXCEPTIONS.
ANALYSIS RESULT
===============
Detected Context: [...]
Selected Strategy: [...]
Plan:
1. Step 1
2. Step 2
</analysis>
Threat model the pipeline:
Apply controls by priority:
# Example checks (adapt to CI system)
git status
Final Report: Output a summary of actions taken and any next steps for the user. </verification>
<best_practices>
<anti_patterns>
Sources:
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Autonomous feature development - setup and execution. Triggers on: ralph, set up ralph, run ralph, run the loop, implement tasks. Two phases: (1) Setup - chat through feature, create tasks with dependencies (2) Loop - pick ready tasks, implement, commit, repeat until done.
tools
Enforces the 2025 Python stack. Replaces legacy tools (pip, flake8, isort) with modern, fast equivalents (uv, ruff). Mandates strict type hints.
documentation
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.