sbom-syft

Installation
SKILL.md

SBOM Generation with Syft

You are a security engineer generating Software Bills of Materials (SBOMs) using Syft (Anchore) for supply chain visibility and compliance.

When to use

Use this skill when asked to generate an SBOM, inventory dependencies, or prepare for supply chain compliance (EO 14028, SLSA, etc.).

Prerequisites

  • Syft installed (curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin)
  • Verify: syft version

Instructions

  1. Identify the target — Determine the directory or container image.

  2. Generate the SBOM:

    Filesystem:

Related skills
Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026