What problem does it solve? Modern builds pull in hundreds of third-party dependencies, MCP servers, and AI-generated code, making it hard to know what is inside a release artifact or whether it was tampered with. This Skill operationalizes supply chain security so every production artifact ships with an inventory, provenance, and a signature. ## Core Features & Use Cases - SBOM Generation: Produce CycloneDX or SPDX bills of materials at build time and store them alongside artifacts, including MCP server dependencies with publisher provenance. - SLSA Provenance & Signing: Generate SLSA Level 2/3 provenance via slsa-github-generator and sign artifacts and SBOMs with Sigstore/cosign before release. - VEX & Continuous Monitoring: Publish VEX documents declaring non-exploitable CVEs and feed SBOMs into Dependency-Track or SCA tooling for ongoing alerts. - Use Case: A platform team hardening a GitHub Actions pipeline uses this Skill to add per-build CycloneDX SBOMs, cosign-signed container images, and a release gate that rejects unsigned artifacts. ## Quick Start Use the supply-chain-security skill to add SBOM generation, SLSA provenance, and cosign signing to my CI pipeline.