CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/syft-generation

Generates Software Bill of Materials (SBOMs) using Anchore Syft - supports container images / directories / archives across OCI / Docker / Singularity formats; output formats CycloneDX-JSON / SPDX-JSON / Syft-JSON / table / GitHub-JSON; pairs with `grype-scanning` for SBOM-driven vuln scanning. Use when the team needs SBOM artifacts for compliance (US EO 14028, EU CRA, FDA medical-device guidance) or as input to vuln scanners.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

formats.mdreferences/

Syft output formats and source types

Full catalogs extracted from syft-generation. Per github.com/anchore/syft, Syft supports multiple SBOM output formats and scan-source types; the SKILL.md spine keeps the common ones inline and links here for the complete tables.

Output format catalog

FormatUse
cyclonedx-jsonCycloneDX 1.5+ JSON; broad ecosystem support
cyclonedx-xmlCycloneDX XML (older toolchains)
spdx-jsonSPDX 2.3 JSON; preferred by US Federal procurement
spdx-tag-valueSPDX tag-value format (legacy)
syft-jsonSyft-native JSON; richest metadata
tableHuman-readable terminal table (default)
github-jsonGitHub dependency-graph submission format

For grype-scanning input, use syft-json (richest metadata) or cyclonedx-json (broader compat). For compliance delivery, the consumer's requirement dictates: SPDX-JSON for US federal, CycloneDX-JSON for most EU contexts.

Source types

SourceSyntax
Local Docker daemonsyft alpine:latest
OCI / remote registrysyft registry:docker.io/alpine:latest
OCI archive (tar)syft oci-archive:./image.tar
Docker archive (tar)syft docker-archive:./image.tar
Local directorysyft dir:./my-project (or syft ./my-project)
Filesyft file:./pom.xml
Singularity imagesyft singularity:./image.sif

references

SKILL.md

tile.json