supply-chain-integrity

Audit software and AI supply chains against mid-2026 attack patterns.

Updated May 11, 2026
One-click install
npx skills add https://github.com/blamejs/exceptd-skills --skill supply-chain-integrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-integrity
Source: https://github.com/blamejs/exceptd-skills/tree/main/skills/supply-chain-integrity
Command: npx skills add https://github.com/blamejs/exceptd-skills --skill supply-chain-integrity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Legacy supply chain security frameworks and compliance controls are outdated for mid-2026 threat realities, failing to address risks from AI-generated code, unverified model weights, MCP server compromises, cache poisoning attacks, and opaque artifact provenance that leave modern software and AI pipelines vulnerable to undetected compromise.

Core Features & Use Cases

  • Comprehensive Risk Assessment: Evaluates supply chain artifacts including software dependencies, build pipeline inputs, AI-generated code snippets, and ML model weights against real-world attack patterns and capability surface anomalies.
  • Compliance Gap Analysis: Maps shortfalls in 35+ global regulatory frameworks (NIST, ISO, PCI DSS, EU CRA, etc.) against current threat vectors, highlighting where process-only controls fail to prevent supply chain compromise.
  • Defense-in-Depth Implementation Guidance: Provides step-by-step procedures for adopting SLSA L3+ build standards, Sigstore keyless signing, in-toto attestation chains, CycloneDX/SPDX SBOM generation, CSAF VEX consumption, and runtime admission control for artifacts.
  • Use Case: A DevOps team can use this skill to audit their CI/CD pipeline for cache poisoning vulnerabilities, implement SLSA L3 provenance attestations, and enforce Sigstore signature verification for all model weights before deployment to production.

Quick Start

Use the supply-chain-integrity skill to assess your organization's software and AI supply chain resilience against mid-2026 threats and receive a prioritized remediation plan aligned with your regulatory obligations.

Frequently Asked Questions about supply-chain-integrity

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

FAQPage Schema
How do I implement SLSA L3+ provenance verification in my CI/CD pipeline?

To implement SLSA L3+ provenance verification, you must adopt hardened build pipelines that generate in-toto attestation chains and enforce runtime admission control for all build artifacts. This ensures end-to-end supply chain integrity by cryptographically linking artifacts to their source.

What is the best way to secure AI model weights and MCP servers against supply chain attacks?

Securing AI model weights and MCP servers requires validating model weight signatures and verifying artifact provenance before deployment. You mitigate supply chain attacks by mapping capability surface anomalies and enforcing Sigstore keyless signing for all AI-generated code and dependencies.

How do I generate and consume CycloneDX or SPDX SBOMs for regulatory compliance?

Generating and consuming CycloneDX or SPDX SBOMs involves producing standardized dependency manifests and ingesting CSAF VEX documents to map known vulnerabilities. This satisfies requirements across 35 global regulatory frameworks like NIST, ISO, and EU CRA by highlighting process-only control gaps.

Does this approach detect cache poisoning vulnerabilities in software dependencies?

Yes, detecting cache poisoning vulnerabilities in software dependencies is achieved by evaluating build pipeline inputs against real-world mid-2026 attack patterns. This comprehensive risk assessment identifies opaque artifact provenance and prevents undetected compromise within your CI/CD cache.

Can I map my current security controls against NIST and EU CRA supply chain requirements?

You can map current security controls against NIST and EU CRA requirements through a compliance gap analysis. This evaluates your existing defenses across 35 global regulatory frameworks, specifically highlighting where process-only controls fail to prevent modern supply chain compromise.

When should I use Sigstore keyless signing instead of traditional artifact signing?

You should use Sigstore keyless signing when implementing defense-in-depth for modern software and AI supply chains to prevent opaque artifact provenance. It replaces traditional manual key management with automated, identity-based attestation chains suitable for SLSA L3+ build standards.