competition-supply-chain

Trace artifact provenance from source checkout to runtime consumption.

4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/xjtu-wang/DigAgent --skill competition-supply-chain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: competition-supply-chain
Source: https://github.com/xjtu-wang/DigAgent/tree/main/.agents/skills/competition-supply-chain
Command: npx skills add https://github.com/xjtu-wang/DigAgent --skill competition-supply-chain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Traces artifact provenance across the software supply chain, helping security and engineering teams verify source-to-runtime lineage and detect gaps in the process.

Core Features & Use Cases

  • End-to-end provenance mapping from source checkout through build, packaging, publish, and runtime consumption.
  • Reconcile declared, resolved, and shipped artifacts to pinpoint the earliest divergence.
  • Produce a concise, auditable evidence chain for compliance and incident analysis.

Quick Start

Split the problem into source, dependency resolution, build, packaging, publish, and runtime steps to identify the first provenance divergence.

Frequently Asked Questions about competition-supply-chain

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

FAQPage Schema
How do I trace artifact provenance from source checkout to runtime consumption?

Trace artifact provenance by mapping the software supply chain from source checkout through build, packaging, publish, and runtime consumption. This end-to-end mapping generates a concise, auditable evidence chain for compliance.

What is the best way to find where declared and shipped artifacts diverge in a CI/CD pipeline?

Find artifact divergence by reconciling declared, resolved, and shipped artifacts across the CI/CD pipeline. This comparison pinpoints the earliest provenance gap, detecting supply chain inconsistencies.

How does provenance mapping work for CI/CD workflows and registry pulls?

Provenance mapping works by tracking artifact lineage across CI/CD workflows and registry pulls. It validates artifact signing and verifies runtime consumption against the originally resolved build outputs.

When do I need to generate an auditable evidence chain for software supply chain compliance?

Generate an auditable evidence chain when verifying source-to-runtime lineage for compliance or incident analysis. It is needed to validate artifact provenance and detect security gaps in the supply chain.

Can I use this approach to validate artifact signing across build and publish stages?

Yes, you can validate artifact signing by mapping provenance across build, packaging, and publish stages. This verifies that the runtime artifact matches the signed build output without divergence.