model-supply-chain-security

Sign AI model artifacts and attest provenance for supply chain security.

46|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill model-supply-chain-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-supply-chain-security
Source: https://github.com/BagelHole/DevOps-Security-Agent-Skills/tree/main/security/ai/model-supply-chain-security
Command: npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill model-supply-chain-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need to protect AI models and their associated components from tampering, supply chain attacks, and the deployment of untrusted artifacts.

Core Features & Use Cases

  • Artifact Integrity: Ensures that model weights, containers, and dependencies are not maliciously altered.
  • Provenance Tracking: Verifies the origin and build process of every model artifact.
  • Vulnerability Management: Detects and mitigates risks from compromised dependencies and vulnerable runtime environments.
  • Use Case: Implement a secure CI/CD pipeline that automatically signs model artifacts, attests to their provenance, and scans for vulnerabilities before promoting them to production.

Quick Start

Secure the AI model supply chain by implementing artifact signing and provenance attestation.

Frequently Asked Questions about model-supply-chain-security

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

FAQPage Schema
How do I secure AI model artifacts against supply chain attacks?

To secure AI model artifacts against supply chain attacks, implement artifact signing, provenance attestation, and vulnerability scanning. This ensures model weights and dependencies are not maliciously altered before deployment.

What is provenance attestation for AI model weights?

Provenance attestation for AI model weights verifies the origin and build process of every model artifact. It provides proof that the build pipeline was not compromised and validates artifact integrity.

How do I detect poisoned pretrained weights in my build pipeline?

Detect poisoned pretrained weights in your build pipeline by enforcing dependency controls and vulnerability management workflows. Scanning runtime images and attesting to artifact provenance mitigates the risk of compromised tools.

Does this approach generate an SBOM for AI model dependencies?

Yes, this approach generates an SBOM for AI model dependencies. SBOM workflows are implemented alongside artifact signing to detect and mitigate risks from compromised dependencies and vulnerable runtime environments.

Can I use these controls to implement trusted model promotion in CI/CD?

Yes, you can use these controls to implement trusted model promotion in CI/CD. The pipeline automatically signs model artifacts, attests to their provenance, and scans for vulnerabilities before promoting them to production.

What are the limitations of artifact signing for runtime image security?

Artifact signing for runtime image security verifies integrity but does not automatically patch vulnerable dependencies. It must be combined with continuous vulnerability management and dependency controls to address insecure runtime images.