rust-supply-chain-attestation

Guide Rust supply chain attestation with SBOM, SLSA, and OpenSSF tools.

8|1|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/sparq-org/sparq --skill rust-supply-chain-attestation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rust-supply-chain-attestation
Source: https://github.com/sparq-org/sparq/tree/main/.claude/skills/rust-supply-chain-attestation
Command: npx skills add https://github.com/sparq-org/sparq --skill rust-supply-chain-attestation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cargo-deny, cargo-cyclonedx, cargo-auditable, cargo-vet, attest-build-provenance, OpenSSF Scorecard, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring the integrity and compliance of Rust supply chains with various security and compliance frameworks like SBOM, SLSA, and OpenSSF.

Core Features & Use Cases

  • Supply Chain Attestation: Provides a comprehensive guide on how sparq attests its Rust supply chain, including cargo-deny, CycloneDX SBOM, SLSA build provenance, and OpenSSF Scorecard.
  • Framework Compliance: Offers detailed information on which tools are used to assert specific claims for SBOM, SLSA, NIST SSDF, EU CRA, and OpenSSF certification frameworks.
  • Use Case: When working on a certification framework, this Skill helps identify the necessary evidence and tools to meet the requirements for SBOM, SLSA, and other frameworks.

Quick Start

Use the rust-supply-chain-attestation skill to understand the tools and evidence required for SBOM, SLSA, and OpenSSF certification frameworks.

Frequently Asked Questions about rust-supply-chain-attestation

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

FAQPage Schema
How do I generate SBOM and SLSA build provenance for a Rust project?

To generate SBOM and SLSA build provenance for a Rust project, you use tools like cargo-cyclonedx for SBOM generation and attest-build-provenance for SLSA evidence. This Skill guides you through configuring these tools to produce the required compliance artifacts.

What tools are required for Rust supply chain compliance with OpenSSF frameworks?

Required tools for Rust supply chain compliance with OpenSSF frameworks include cargo-deny, cargo-cyclonedx, cargo-auditable, cargo-vet, and OpenSSF Scorecard. This Skill details how to use these dependencies to gather necessary compliance evidence.

When do I need cargo-deny and cargo-vet for Rust supply chain attestation?

You need cargo-deny and cargo-vet for Rust supply chain attestation when asserting dependency integrity and framework compliance. This Skill outlines the specific certification scenarios where these tools provide necessary evidence.

Does this guide support compliance with both NIST SSDF and EU CRA requirements?

Yes, this guide supports compliance with both NIST SSDF and EU CRA requirements. It maps specific Rust supply chain tools to the evidence needed to satisfy these certification frameworks.

What is the best way to integrate CycloneDX SBOM generation into a Rust build process?

The best way to integrate CycloneDX SBOM generation into a Rust build process is by using cargo-cyclonedx alongside other attestation tools. This Skill provides procedural guidance on combining these tools for comprehensive supply chain integrity.