What problem does it solve? Security researchers and bug bounty hunters often waste effort on CI/CD findings that look exploitable but are not, such as Jenkins login pages mistaken for open script consoles or pull_request_target workflows with no injectable sink. This Skill provides a structured, validation-first methodology to find and prove real CI/CD vulnerabilities with concrete evidence. ## Core Features & Use Cases - Jenkins Exploitation & Validation: Fingerprint versions via X-Jenkins headers, test for unauthenticated script console RCE, and exploit CVE-2024-23897 CLI file read to recover credential stores. - GitHub Actions Attack Paths: Identify pull_request_target injection (Pwnrequest), ${{ }}-into-shell template injection, self-hosted runner poisoning, OIDC trust-policy abuse, and Actions cache poisoning, with correct exfiltration techniques (printenv, /proc/self/environ) and OOB confirmation via Collaborator/interactsh. - Secrets & State Leakage: Hunt secrets in pipeline logs, artifacts, container image layers (trufflehog --only-verified), GitLab runner registration tokens, and public Terraform state files, with jq-based extraction and false-positive filtering. - Use Case: Given a target organization with a public GitHub org and an exposed Jenkins dashboard, enumerate workflows for dangerous triggers, confirm a template-injection sink with a blind OOB callback, and produce a validated Critical-severity report instead of a retracted false positive. ## Quick Start Use the hunt-cicd skill to assess the target organization's public GitHub workflows and exposed Jenkins instance for exploitable CI/CD vulnerabilities, validating each finding before reporting.