artifact-sbom-publisher

Generate SBOMs and publish artifacts with provenance metadata in CI/CD pipelines.

5|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/patricio0312rev/skillset --skill artifact-sbom-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-sbom-publisher
Source: https://github.com/patricio0312rev/skillset/tree/main/templates/ci-cd/artifact-sbom-publisher
Command: npx skills add https://github.com/patricio0312rev/skillset --skill artifact-sbom-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation and publication of artifacts together with software bill of materials (SBOM) and supply-chain provenance data, helping teams demonstrate security and compliance.

Core Features & Use Cases

  • SBOM generation: Produce CycloneDX or SPDX SBOMs for artifacts and attach them to releases.
  • Provenance & metadata: Capture build metadata and provenance for audit trails and security reviews.
  • Artifact publishing: Integrates with CI/CD to publish build artifacts with associated metadata.

Quick Start

Run the SBOM publisher in your CI workflow to generate SBOMs and publish artifacts with provenance metadata.

Frequently Asked Questions about artifact-sbom-publisher

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

FAQPage Schema
How do I generate CycloneDX SBOMs and attach them to artifacts in CI/CD pipelines?

To generate CycloneDX SBOMs in CI/CD pipelines, run the SBOM publisher in your automated workflow to produce the bills of materials and attach them directly to your published build artifacts.

What's the best way to automate provenance attestation for artifact releases?

Automating provenance attestation requires capturing build metadata during the release process. This Skill records provenance data and attaches it to artifacts within CI/CD workflows to establish verifiable audit trails.

Does this SBOM publisher support SPDX formats alongside CycloneDX?

Yes, the SBOM publisher supports SPDX formats alongside CycloneDX. You can configure your CI/CD workflow to generate either standard for your artifacts to meet specific compliance requirements.

Can I use this to capture build metadata for security and compliance audits?

Yes, you can use this to capture build metadata for security reviews. It generates provenance attestation and artifact metadata within automated workflows, providing the necessary audit trails for compliance.

How do I publish artifacts with supply-chain provenance data?

You publish artifacts with supply-chain provenance by integrating the SBOM publisher into your CI/CD pipeline. It automatically generates the provenance metadata and publishes the artifacts across your releases.

Why do I need to attach an SBOM to my build artifacts?

Attaching an SBOM to build artifacts helps teams demonstrate security and compliance. It provides a software bill of materials that details components, enabling accurate tracking for security reviews and supply-chain audits.