Why it matters in practice
Pipeline and Runner Compromise matters because it shapes how an operator scopes the work, chooses validation steps, prioritizes evidence and explains risk. The point is not to accumulate trivia; it is to understand which control boundary is in play and how that boundary can fail under realistic pressure.
Primary coverage
- Map which jobs can access which secrets, environments and artifact stores.
- Check token permissions, pull-request trust, reusable workflows and third-party action imports.
- Identify whether runners are shared, ephemeral or long-lived and what residue they keep.
- Follow the runner outward: what can it sign, publish, deploy or reconfigure?
Selected public references
Write findings in terms of trust crossed, scope enlarged and business or operational effect reached. That keeps the note useful whether you are validating a lab, an internal research target or a live customer environment.
Selected public references
- GitHub Actions HardeningWorkflow permissions and runner trust.
- GitLab Pipeline SecurityCommon pipeline-risk areas.
- Azure DevOps SecurityProject and pipeline security model context.
