security-review-owasp-software-supply-chain-security

Review software supply chain security weaknesses across source control, build pipelines, and artifacts.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-software-supply-chain-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-review-owasp-software-supply-chain-security
Source: https://github.com/sjinks/ai-owasp-skillset/tree/main/.github/skills/security-review-owasp-software-supply-chain-security
Command: npx skills add https://github.com/sjinks/ai-owasp-skillset --skill security-review-owasp-software-supply-chain-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you find supply chain weaknesses that let untrusted changes, dependencies, or build outputs reach release.

Core Features & Use Cases

  • Reviews source control, identity, and branch protection for bypass paths.
  • Checks build integrity, provenance, signing, SBOMs, and dependency trust.
  • Useful for reviewing repositories, CI pipelines, artifact promotion, and release monitoring against OWASP guidance.

Quick Start

Ask Copilot to review the specified repository, flow, or files for software supply chain security risks with this skill.

Frequently Asked Questions about security-review-owasp-software-supply-chain-security

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

FAQPage Schema
How do I review my CI/CD pipeline for software supply chain security risks?

Reviewing CI/CD pipeline supply chain security involves assessing build integrity, provenance, artifact signing, SBOM generation, and dependency trust to identify bypass paths and tamper detection weaknesses before release.

What is software supply chain security and how does provenance protect it?

Software supply chain security prevents untrusted changes or dependencies from reaching release. Provenance protects it by providing evidence-based attestation of build integrity, allowing verification of artifact origin and tamper detection across the release chain.

Can I use this to check branch protection and source control bypass paths?

Yes, you can check source control and branch protection for bypass paths by evaluating identity controls and promotion paths, ensuring untrusted changes cannot circumvent security gates before reaching the release pipeline.

Do I need an SBOM to review dependency governance in my repository?

An SBOM is required for dependency governance review because it provides the evidence-based inventory needed to assess dependency trust, verify artifact signing, and detect unauthorized components across the release chain.

What's the best way to verify artifact signing and build integrity in a release pipeline?

The best way to verify artifact signing and build integrity is through evidence-based assessment of provenance, signing practices, and tamper detection controls across the release chain, ensuring only trusted build outputs reach promotion.