CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/sbom-formats

Reference for the two SBOM specification families and how to choose between them - CycloneDX v1.6 (OWASP-curated, security-focused: components, services, dependencies, first-class vulnerabilities[] with embedded VEX, formulation, ML/SaaS BOMs; XML / JSON / Protobuf) as the primary format, with SPDX 2.3 + 3.0 (Linux Foundation, license-focused: packages, relationships, license expressions, Tag-Value/JSON encodings, ISO/IEC 5962:2021) covered as a reference. Includes per-language generators, schema validation, sign + attest CI wiring, and the format-choice guidance (CycloneDX for security-focused consumers; SPDX for US Federal procurement, Linux Foundation, and license-compliance contexts). Use when the user asks to write or validate an SBOM in CycloneDX or SPDX form, or the team must pick its SBOM format.

72

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

spdx3-profiles-and-tooling.mdreferences/

SPDX 3.0 profiles and tooling

Extended reference for the SPDX chapter of sbom-formats (see spdx.md). See spdx.dev/specifications for the source spec.

SPDX 3.0 profiles

SPDX 3.0 (2024 release) restructures into composable profiles:

ProfileUse
coreMinimum BOM model
softwareSoftware-specific extensions (approx. SPDX 2.3 packages)
licensingLicense identification + expressions
securityVulnerability + VEX statements
aiAI/ML models, datasets, hyperparameters
datasetDataset-specific metadata
buildBuild provenance (similar to in-toto attestations)

JSON-LD is the primary encoding; tooling support is growing but less mature than 2.3 as of 2026. For most teams, stay on SPDX 2.3 unless 3.0 features are required - 2.3 has broader tooling.

Tooling

ToolUse
syftGenerates SPDX 2.3 (JSON / Tag-Value); cross-source
spdx-toolsReference impl (Python); validation + conversion
spdx-tools-javaJava reference impl
ORT (OSS Review Toolkit)License compliance scanning + SPDX reporting
spdx-sbom-generatorPer-language native generation
ternContainer image SPDX generation
TrivyCross-purpose scanner with SPDX output

SKILL.md

tile.json