model-supply-chain

Review AI/ML model supply chains for provenance, lineage, and backdoor indicators.

44|128|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/UnitOneAI/SecuritySkills --skill model-supply-chain-unitoneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-supply-chain
Source: https://github.com/UnitOneAI/SecuritySkills/tree/main/skills/ai-security/model-supply-chain
Command: npx skills add https://github.com/UnitOneAI/SecuritySkills --skill model-supply-chain-unitoneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you identify security risks across the full lifecycle of AI/ML models—provenance, training data lineage, fine-tuning integrity, inference dependencies, documentation gaps, and backdoor signals—so you can produce verifiable, framework-mapped findings.

Core Features & Use Cases

  • Model provenance verification: Checks whether model artifacts are sourced, pinned, and integrity-verified (e.g., checksums/signatures/attestations) rather than implicitly trusted from third-party registries.
  • Training data lineage and governance review: Assesses poisoning exposure, data versioning, validation/deduplication, and access controls for datasets used in training/fine-tuning.
  • Fine-tuning pipeline integrity: Evaluates SLSA-aligned build/training practices like reproducibility, provenance, credential separation, and signing/attestation of produced weights.
  • Inference dependency and runtime risk review: Reviews serving-path dependencies and flags dangerous deserialization or insecure runtime patterns in the model deployment stack.
  • Model card evaluation and backdoor detection patterns: Verifies whether documentation supports risk decisions and checks whether behavioral testing/monitoring covers backdoor threats.

Quick Start

Provide the target codebase path or artifact directory by telling the AI to review the model supply chain in the folder you specify.

Frequently Asked Questions about model-supply-chain

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

FAQPage Schema
How do I audit an AI model supply chain for provenance and backdoor risks?

To audit an AI model supply chain, review model provenance, training data lineage, fine-tuning pipeline integrity, inference dependencies, and backdoor indicators using read-only static analysis to produce verifiable, framework-mapped security findings.

What is training data lineage and how does it affect model poisoning exposure?

Training data lineage tracks dataset versioning, validation, deduplication, and access controls throughout the AI model supply chain. Assessing this lineage identifies data poisoning exposure and ensures datasets used in training are governed safely.

How can I verify fine-tuning pipeline integrity for foundation models?

Verify fine-tuning pipeline integrity by evaluating SLSA-aligned build practices, checking for reproducibility, provenance attestation, credential separation, and cryptographic signing of produced model weights during foundation model training.

Does this supply chain review align with OWASP LLM03:2025 and MITRE ATLAS frameworks?

Yes, the supply chain review performs deterministic, documentation-safe analysis aligned to OWASP LLM03:2025, SLSA v1.0, and MITRE ATLAS frameworks. This ensures findings map directly to established security standards.

What are the limitations of static inference dependency analysis for runtime risks?

Static inference dependency analysis limits review to read, grep, and glob style tooling within the model serving stack. It flags dangerous deserialization or insecure runtime patterns but cannot execute or dynamically monitor the inference path.