supply-chain-security

Automate SBOM generation, SLSA provenance verification, and vulnerability prioritization with EPSS and CISA KEV data.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill supply-chain-security-alex-voloshin-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-security
Source: https://github.com/alex-voloshin-dev/ai-skills/tree/main/plugin/skills/supply-chain-security
Command: npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill supply-chain-security-alex-voloshin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of securing the software development lifecycle by automating the generation of SBOMs, verifying artifact integrity, and prioritizing vulnerabilities based on real-world exploit data.

Core Features & Use Cases

  • Vulnerability Prioritization: Uses EPSS and CISA KEV data to filter noise and focus on high-risk vulnerabilities that are actively exploited.
  • Artifact Integrity: Implements SLSA provenance and Sigstore signing to ensure build artifacts are genuine and tamper-proof.
  • Compliance & Auditing: Automates the generation of SBOMs (CycloneDX, SPDX) to meet regulatory requirements like EO 14028 and the EU Cyber Resilience Act.

Quick Start

Run the supply-chain-security skill to perform a full security audit on the current repository including SBOM generation and vulnerability prioritization.

Frequently Asked Questions about supply-chain-security

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

FAQPage Schema
How do I generate an SBOM and check vulnerabilities in my CI/CD pipeline?

To generate an SBOM and check vulnerabilities in a CI/CD pipeline, you need automated tooling that produces CycloneDX or SPDX documents and cross-references them with real-world exploit data to prioritize fixes.

What is SLSA provenance verification for software artifacts?

SLSA provenance verification for software artifacts is the process of validating cryptographic signing metadata to ensure build outputs are genuine, tamper-proof, and traceable back to their source build systems.

How does EPSS and CISA KEV data help prioritize vulnerabilities?

EPSS and CISA KEV data help prioritize vulnerabilities by filtering out low-risk noise and highlighting only the security flaws that have a high probability of being actively exploited in the wild.

Can I automate SBOM generation for EO 14028 and EU Cyber Resilience Act compliance?

Yes, you can automate SBOM generation for EO 14028 and EU Cyber Resilience Act compliance by integrating security auditing tools into your release management workflows to continuously produce required software dependency reports.

Does software supply chain security require Sigstore signing?

Software supply chain security often requires Sigstore signing to guarantee artifact integrity, ensuring that released binaries and containers are cryptographically verified and protected against tampering.

What is the best way to perform a DevSecOps dependency risk assessment?

The best way to perform a DevSecOps dependency risk assessment is to automate end-to-end software supply chain audits that combine SBOM generation, artifact provenance verification, and exploit-driven vulnerability prioritization.