vulns.co
/
GKData.io MCP

Back to Library

syft

Builds a software bill of materials from a local directory, archive, or container image. Hunters use that SBOM to see which packages an artifact ships and to feed a local vulnerability matcher.

Tags: sbom, inventory, anchore

Category
utils
Maintenance signal
active

Project repository

Use this when: Intake. These tools shape lists you already collected. They do not decide a finding.

Install

script

curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin

brew

brew install syft

winget

winget install Anchore.Syft

Command templates

SBOM from a local path

syft {file} -o json

Related tools