sbom

Enumerate AWS software dependencies, generate an SBOM, and scan for vulnerabilities.

7|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kkmookhey/shasta --skill sbom-kkmookhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sbom
Source: https://github.com/kkmookhey/shasta/tree/main/.claude/skills/sbom
Command: npx skills add https://github.com/kkmookhey/shasta --skill sbom-kkmookhey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This SBOM skill automates the discovery of software dependencies in AWS, builds a Software Bill of Materials, and checks for known vulnerabilities and supply chain risks to streamline governance.

Core Features & Use Cases

  • SBOM generation from your AWS environment to inventory open-source and third-party components.
  • Vulnerability scanning and risk reporting to identify critical threats and remediation needs.
  • Audit-ready artifacts for compliance, governance, and supply-chain risk management.

Quick Start

Run the SBOM discovery and vulnerability scan using the configured Python command from shasta.config.json to generate an SBOM and vulnerability report.

Frequently Asked Questions about sbom

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

FAQPage Schema
How do I generate an SBOM for my AWS environment?

An SBOM scan discovers open-source and third-party components in your AWS environment to identify known vulnerabilities and supply chain risks. It produces a comprehensive Software Bill of Materials along with a vulnerability summary report for governance.

How do I automate vulnerability scanning for AWS software dependencies?

This skill automates vulnerability scanning by building a Software Bill of Materials from your AWS software dependencies and checking it for known vulnerabilities. It then produces an audit-ready vulnerability summary report highlighting critical threats and remediation needs.

Can I produce audit-ready artifacts for supply-chain compliance in AWS?

Yes, this skill generates audit-ready artifacts for supply-chain compliance by inventorying your AWS software dependencies into a comprehensive SBOM. It outputs a vulnerability summary report designed to streamline governance and supply-chain risk management audits.

What do I need to run an SBOM discovery scan in AWS?

You need a configured Python command specified in your shasta.config.json file to run an SBOM discovery scan in AWS. This setup allows the skill to enumerate dependencies, build the SBOM, and execute the vulnerability scan.

Does this vulnerability scan cover supply chain risks or just known CVEs?

This vulnerability scan covers both known vulnerabilities and supply chain risks. After building the SBOM from your AWS dependencies, it checks for known CVEs and broader supply chain threats to produce a comprehensive vulnerability summary report.