pipeline-integrity-review

Reviews CI/CD pipelines for supply-chain tampering risks and prioritizes fixes.

6|Updated May 30, 2026
One-click install
npx skills add https://github.com/jassics/awesome-claude-security --skill pipeline-integrity-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pipeline-integrity-review
Source: https://github.com/jassics/awesome-claude-security/tree/main/plugins/supply-chain-security/skills/pipeline-integrity-review
Command: npx skills add https://github.com/jassics/awesome-claude-security --skill pipeline-integrity-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify and mitigate supply-chain tampering risks in CI/CD pipelines, ensuring that attackers cannot subvert the pipeline to inject malicious code or steal secrets.

Core Features & Use Cases

  • CI/CD Pipeline Security: Reviews pipelines for risks such as build isolation, runner/agent trust, secret exposure, mutable dependencies, and poisoned-pipeline paths.
  • Risk Assessment: Maps pipeline components to recognized risks like OWASP Top 10 CI/CD Security Risks and SLSA build track.
  • Automated Review: Walks through each risk and flags untrusted input meeting privileged execution or secrets exposure.
  • Recommendation: Prioritizes fixes based on exploitability, such as privileged code-exec paths first.

Quick Start

Review the pipeline integrity by executing the skill 'pipeline-integrity-review'.

Frequently Asked Questions about pipeline-integrity-review

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

FAQPage Schema
How do I check my CI/CD pipeline for supply-chain security risks?▼

Assess CI/CD pipeline security risks by checking build isolation, runner trust, secret exposure, and mutable dependencies. The review identifies poisoned-pipeline paths and maps components to recognized standards like OWASP Top 10 CI/CD and SLSA build track.

What is a poisoned-pipeline execution vulnerability?▼

A poisoned-pipeline execution vulnerability occurs when untrusted input meets privileged execution or secret exposure in your CI/CD system. Automated reviews flag these paths to prevent attackers from subverting the pipeline to inject malicious code or steal secrets.

Does pipeline security review work with GitHub Actions and GitLab CI?▼

Pipeline security review works with GitHub Actions, GitLab CI, Jenkins, and similar CI/CD tools. It evaluates build integrity and supply-chain tampering risks across these platforms by assessing runner agent trust and dependency mutability.

How do I prioritize fixes for CI/CD security vulnerabilities?▼

Prioritize fixes for CI/CD security vulnerabilities based on exploitability, focusing on privileged code-execution paths first. The risk assessment maps pipeline components to specific threats and ranks remediation actions to prevent supply-chain tampering.

When do I need to assess CI/CD build integrity and runner trust?▼

Assess CI/CD build integrity and runner trust when you need to secure your pipelines against supply-chain tampering. This review is necessary to ensure attackers cannot exploit mutable dependencies or untrusted agents to inject malicious code.