Artifact Sbom Publisher
Generates SBOMs from artifact data, streamlining supply chain security and compliance reporting for software projects.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add artifact-sbom-publisher npx -- -y @trustedskills/artifact-sbom-publisher
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"artifact-sbom-publisher": {
"command": "npx",
"args": [
"-y",
"@trustedskills/artifact-sbom-publisher"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The artifact-sbom-publisher skill automates the publishing of Software Bill of Materials (SBOMs) for software artifacts. It generates SBOM documents, typically in formats like SPDX or CycloneDX, and publishes them to a designated repository or endpoint. This facilitates improved supply chain security and vulnerability management by providing detailed component information about deployed software.
When to use it
- Automated Release Pipelines: Integrate into CI/CD pipelines to automatically generate and publish SBOMs with each new artifact release.
- Software Supply Chain Compliance: Meet regulatory requirements or internal policies that mandate SBOM generation and distribution.
- Vulnerability Management: Enable proactive identification and remediation of vulnerabilities by providing a comprehensive list of software components.
- Internal Audits: Simplify the process of demonstrating software composition for security audits.
Key capabilities
- SBOM Generation (SPDX, CycloneDX)
- Automated Publishing to Repositories/Endpoints
- Integration with CI/CD pipelines
Example prompts
- "Publish an SBOM for artifact
my-app-1.2.3in SPDX format." - "Generate a CycloneDX SBOM and publish it to the internal artifact repository."
- “Create an SBOM for this Docker image, including all dependencies.”
Tips & gotchas
The skill requires appropriate credentials or access permissions to publish to the target repository or endpoint. Ensure these are configured correctly before execution.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.