BOM Workbench Logo
BOM Workbench
CycloneDX • SPDX 2.3 • SPDX 3.0 ← Workbench
BOM Workbench Help & Documentation

Create. Inspect. Compare. Edit. Validate. Sign.

BOM Workbench is a universal, browser-based engineering workbench for Software Bill of Materials (SBOMs). It seamlessly unifies CycloneDX 1.7, SPDX 2.3 JSON, and SPDX 3.0.1 JSON-LD into a single normalized analysis and visualization engine without fragmenting user experience.

● 100% Local Browser Engine CycloneDX 1.7 SPDX 2.3 JSON SPDX 3.0 JSON-LD 3-Way Cross-Format Compare Post-Quantum ML-DSA-65 NIST OSCAL Assessment Evidence

Getting Started

Choose the workflow that matches what you want to achieve.

📂 Inspect Any BOM

Click Open BOM to auto-detect and load any CycloneDX 1.x, SPDX 2.3, or SPDX 3.0 document. Or select ⚡ Samples to immediately explore reference BOMs.

🛠 Create BOM from Source

Click Create BOM to scan a local repository once and generate CycloneDX 1.7, SPDX 2.3, or SPDX 3.0 JSON-LD.

⚖ 3-Way Cross-Format Compare

Click Compare BOMs to compute deep structural and metadata deltas between releases or across differing standards (e.g. CycloneDX ↔ SPDX 2.3 ↔ SPDX 3.0).

🔏 Axiom Quantum-Safe Signing

Click Axiom Sign to sign the active BOM with Post-Quantum ML-DSA-65 (FIPS 204) and generate coordinated NIST OSCAL assessment evidence.

Universal Architecture: BOM Workbench automatically ingests diverse SBOM schemas and projects them into a canonical, normalized model. All exploration, graph layout algorithms, inspector edits, cross-format comparisons, and cryptographic operations work uniformly across all supported specifications.

BOM Formats & Standards Support

BOM Workbench provides comprehensive, native support for modern SBOM standards, treating each specification as a first-class citizen:

CycloneDX (1.4 – 1.7)

Ecosystem: OWASP / ECMA-424 standard.
Structure: Hierarchical component tree, metadata, purls, hashes, licenses, evidence, dependencies, external references.
Export: Native CycloneDX 1.7 JSON.

SPDX 2.3 JSON

Ecosystem: Linux Foundation / ISO/IEC 5962:2021.
Structure: Flat package elements, document describes, purl externalRefs, checksums, extracted/declared licenses, spdxElementId relationship graph.
Export: Native SPDX 2.3 JSON.

SPDX 3.0.1 (Core + Software)

Ecosystem: SPDX 3.x modular semantic graph.
Structure: JSON-LD @graph structure, SpdxDocument, Element, SoftwareArtifact, Package, externalIdentifier (PURL/CPE), relationship objects.
Export: Native SPDX 3.0.1 JSON-LD.

Universal Normalization Architecture

CycloneDX 1.7 ──────┐
                    │
SPDX 2.3 JSON ──────┼──► [ Format Adapters ] ──► [ Normalized BOM Model ] ──► [ BOM Workbench ]
                    │                                    │                      ├─ Overview & Metrics
SPDX 3.0 JSON-LD ───┘                                    │                      ├─ Component Inventory
                                                         │                      ├─ 4 Graph Visualizations
Project Folder ──► [ Multi-Lang Analyzer ] ──────────────┘                      ├─ 3-Way Cross-Format Compare
                         │                                                      ├─ Inspector & Live Edits
                         └──► [ Multi-Format Generators ]                       └─ Axiom ML-DSA-65 Signing
                                    ├─ CycloneDX 1.7
                                    ├─ SPDX 2.3
                                    └─ SPDX 3.0 JSON-LD
      

Format Auto-Detection

When you open a file using Open BOM or drag-and-drop, the Workbench automatically determines the exact document type without requiring manual format selection:

  • SPDX 3.0 JSON-LD: Detects JSON documents containing @graph with @context referencing SPDX 3.0 namespaces or typed SPDX 3.0 elements (e.g. SpdxDocument, software_Package).
  • SPDX 2.3 JSON: Detects top-level spdxVersion starting with "SPDX-2." and SPDXID identifiers.
  • CycloneDX 1.x: Detects top-level "bomFormat": "CycloneDX" or specVersion (1.4, 1.5, 1.6, 1.7).
Source Preservation: While normalized internally for high-performance interactive querying and graph layouts, the original format and raw document structure are faithfully preserved for Raw JSON inspection, Save As exports, and byte-exact Axiom cryptographic signing.

Interface Map

The application uses an ergonomic 3-pane engineering layout optimized for high-density dependency analysis.

GLOBAL HEADER (Brand • Theme • Open • Samples Dropdown • Create • Axiom Sign • Save As • Validate)
   ↓
NAVIGATOR (Left)  |  MAIN WORKSPACE (Center)  |  INSPECTOR (Right)
   ↓
STATUS BAR (Active Spec • Component Counts • Working State • Integrity Indicator)

Global Header Controls

ControlPurpose & Behavior
Brand & Format BadgeDisplays BOM Workbench identity and the actively loaded format (e.g. CycloneDX 1.7, SPDX 2.3, or SPDX 3.0).
Active Document IndicatorShows the loaded file name, icon, and an amber Modified pill when in-memory edits exist.
☀️ Light / 🌙 DarkSwitches the application theme with instant CSS token updates across all panes and graphs.
📂 Open BOMPrompts file picker and auto-detects CycloneDX 1.x, SPDX 2.3 JSON, or SPDX 3.0 JSON-LD.
⚡ Samples DropdownConsolidated menu offering instant loading of reference BOMs:
  • CycloneDX 1.7 — full-featured OWASP sample.
  • 📄 SPDX 2.3 — Linux Foundation SPDX 2.3 JSON sample.
  • 📄 SPDX 3.0 — SPDX 3.0.1 JSON-LD Core + Software Profile sample.
🛠️ Create BOMOpens the source repository analysis engine for multi-language detection and tri-format generation.
🔏 Axiom SignOpens the post-quantum signing workflow to cryptographically sign the active BOM and produce OSCAL assessment evidence.
💾 Save AsDownloads the current in-memory BOM in its active format (CycloneDX, SPDX 2.3, or SPDX 3.0).
✓ ValidateRuns structural schema, taxonomy, and graph resolution diagnostics.

Navigator Views

  • Overview — high-level health metrics, license distribution, hash coverage, and document metadata.
  • Components — searchable, filterable table of all discovered software components and packages.
  • Relationships — 4-mode visual dependency graph and sortable tabular relationship matrix.
  • Raw JSON — syntax-highlighted editor displaying the exact source representation of the active BOM.
  • Create BOM — multi-language source scanning and multi-format BOM generation.
  • Compare BOMs — 3-way cross-format and release-to-release delta comparison workspace.

Opening and Exploring a BOM

Empty State

When no BOM is currently loaded, the workbench presents immediate action cards (Open BOM, Samples, Create BOM, Compare BOMs) and an interactive drop zone supporting file drag-and-drop.

Overview Tab

Multi-Spec
Format & Spec Version
100%
PURL / Hash Coverage
DAG
Resolved Graph Topology

The Overview tab delivers an instant quality audit: specification version, component counts, dependency counts, root application package, licensing coverage, cryptographic hash completeness, supplier information, and authoring tools.

Components Tab

Search and filter packages by name, ecosystem, group, or Package URL (PURL). Selecting any component opens it in the right-side Inspector.

Relationships Tab

Displays resolved dependencies via 4 specialized graph layout algorithms or a detailed tabular matrix. Direct and transitive links are resolved uniformly whether parsed from CycloneDX dependencies, SPDX 2.3 relationships, or SPDX 3.0 Relationship objects.

Dependency Visualizations (4 Modes)

BOM Workbench provides four purpose-built visualization modes that project the canonical dependency graph into different analytical perspectives:

Mode Core Analytical Purpose Interactive Controls
1. Dependency Layers Topological hierarchy and dependency depth using smooth cubic Bézier DAG splines. Orientation toggle (↔ L-to-R / ↕ T-to-B), Zoom, Pan, Fit, Upstream (amber) and Downstream (cyan) path highlighting.
2. Focus / Neighborhood Targeted subgraph isolation around a specific component without canvas clutter. Hop depth (1, 2, 3, All), Direction (Both, Dependencies ↓, Dependents ↑), ← Back navigation, 🎯 Focus Root.
3. Grouped Dependencies Architectural clustering for large BOMs by branch, scope, or namespace. Group by Dependency Branch, Direct / Transitive Scope, or Namespace / Scope; Expand/Collapse cards; drill-down.
4. Physics / Force-Directed Exploratory network clustering driven by real-time force simulation. Presets (Balanced, Compact, Spread, Clusters), Scope (Full Graph / Neighborhood), ❄ Freeze, ♨ Reheat, Node Pinning (📌).

Component Inspector & Live Editing

The right-side Inspector dynamically binds to the selected component across all BOM formats.

Editable Fields

Name, Version, Group, and Description can be edited inline, immediately updating in-memory models and graph nodes.

Standard Identifiers

Inspect Package URLs (PURL), Common Platform Enumeration (CPE), and internal format IDs (bom-ref, SPDXID, @id).

Cryptographic Checksums

Algorithm and hex digest values (SHA-256, SHA-512, SHA-1, MD5) rendered in monospace.

Licenses & Properties

Declared and concluded licenses, SPDX expressions, external references, and custom properties.

Live Modification State: Making edits activates the application-wide amber Modified state. You can export updated documents at any time via Save As.

Create BOM from Project Folder (Tri-Format)

The Create BOM engine analyzes local source repositories, identifies language manifests and source references, builds an evidence-backed dependency model, and generates valid SBOMs in your format of choice.

HTML / CSS JavaScript / TypeScript npm / Yarn / pnpm Dart / Flutter (pubspec) Go (go.mod) Vendored Assets

Single-Pass Discovery Architecture

The repository is analyzed exactly once. The normalized discovery model can then be exported into any supported standard without rescanning:

CycloneDX 1.7

Generates an OWASP CycloneDX 1.7 JSON document with complete metadata.component, components list, hashes, and resolved dependencies graph.

SPDX 2.3

Generates a Linux Foundation SPDX 2.3 JSON document with DESCRIBES and DEPENDS_ON relationship declarations.

SPDX 3.0.1 JSON-LD

Generates an SPDX 3.0.1 JSON-LD semantic graph containing SpdxDocument, software_Package elements, and explicit Relationship objects.

Workflow Steps

  • 📁 Select Project Folder: Choose any local source repository directory.
  • ⚡ Load Sample Mixed Project: Instant multi-language demonstration project.
  • Choose Output Format: Select CycloneDX 1.7, SPDX 2.3, or SPDX 3.0 via the Output Format radio control.
  • 🛡️ Generate BOM: Compiles the discovery model into the chosen specification.
  • 🚀 Open in Workbench: Loads the generated BOM directly into the inspector and visualizer for instant analysis.
  • 💾 Save JSON: Downloads the generated BOM file directly to disk.

Compare BOMs — 3-Way Cross-Format Deltas

Compare BOMs enables deep structural diffing between two documents. It supports both release-to-release version comparison and cross-format migration auditing (e.g. CycloneDX ↔ SPDX 2.3 ↔ SPDX 3.0).

Supported Comparison Matrix

Baseline (A)Target (B)Primary Use Case
CycloneDX 1.xCycloneDX 1.7Release version diffing and dependency upgrade verification.
CycloneDX 1.7SPDX 2.3Cross-standard fidelity check and translation auditing.
CycloneDX 1.7SPDX 3.0Next-gen format transition and software profile evaluation.
SPDX 2.3SPDX 3.0SPDX 2.x to 3.x migration verification with 100% component equivalence.

Comparison Deltas & Visual Indicators

Delta StatusMeaningVisual Theme
ADDEDPackage or relationship present in Target (B), absent in Baseline (A).Emerald Green
REMOVEDPackage or relationship present in Baseline (A), absent in Target (B).Crimson Red
CHANGEDMatched component with modified version, hash, license, or dependencies.Amber / Gold
UNCHANGEDIdentical component identity and properties across both documents.Neutral Gray

Comparison Views

  • Components Diff: Field-level differences for versions, licenses, PURLs, and checksums.
  • Relationships Diff: Visual delta graph showing green added edges, red removed edges, and modified dependency sub-trees.
  • Metadata Diff: Document-level comparisons including timestamps, toolchains, suppliers, and format specifications.
  • Raw Diff: Side-by-side formatted JSON comparison.
  • Export Comparison Report: Downloads a comprehensive Markdown or JSON change audit report.

Axiom Sign & Post-Quantum Assessment Evidence

The Axiom Sign capability equips BOM Workbench with quantum-safe cryptographic signing and compliance evidence generation directly in the browser.

FIPS 204 ML-DSA-65 NIST SP 800-53 (CA-2, CA-3, SA-11, SI-7) FedRAMP Ready Tri-Format Compatible

Coordinated Evidence Bundle

When you sign a BOM (CycloneDX, SPDX 2.3, or SPDX 3.0), Axiom performs SHA-256 canonical hashing, generates an ML-DSA-65 keypair, executes digital signing, verifies the signature, and exports three coordinated compliance artifacts:

1. Active BOM Document

The exact source BOM file in its native format (.cyclonedx.json, .spdx.json, or .spdx3.json) representing the canonical subject of assessment.

2. Axiom Signature Envelope

signature.json containing the ML-DSA-65 public key, SHA-256 document digest, cryptographic signature, and verification parameters.

3. NIST OSCAL Assessment Results

oscal.assessment-results.json formatted according to NIST OSCAL 1.1.0 standards, linking the signature to security controls and compliance findings.

Bundle Download: Click 📦 Download Complete Assessment Bundle (.zip) to package all three evidence files into a single verifiable compliance archive.

Validation & Structural Integrity

Clicking ✓ Validate executes thorough structural, syntactic, and semantic diagnostics on the active BOM:

VALID VALID WITH WARNINGS INVALID
  • Specification Compliance: Schema integrity check for CycloneDX 1.x, SPDX 2.3, or SPDX 3.0.
  • Identifier Uniqueness: Verifies unique bom-ref, SPDXID, and @id definitions across all nodes.
  • Graph Resolution: Detects dangling dependency references and unresolved package links.
  • Cryptographic & License Hygiene: Checks hash algorithm validity, checksum formats, and valid SPDX license identifiers.

Progress, Status & Feedback

The workbench provides comprehensive visual indicators during all asynchronous operations:

Top Progress Bar

Determinate and indeterminate progress bar directly below the global header.

Floating Progress Toast

Detailed step-by-step modal showing active phase, scanned file count, and completion percentage.

Status Bar Activity

Persistent bottom bar showing active format, component counts, working spinner, and validation status.

Modified Pill

Amber indicator indicating unsaved in-memory edits awaiting export or signing.

Visual Language & Design Tokens

BOM Workbench is styled with a refined, token-based design system supporting automatic dark/light theme switching with zero external CSS dependencies.

Design TokenPrimary Semantic Meaning
Primary BlueNavigation, active selections, brand accents, primary buttons.
Emerald GreenValid status, added components/links, high confidence, verified signatures.
Amber / GoldModified state, changed components, warnings, upstream dependents.
Crimson RedRemoved elements, validation errors, invalid signatures, failing checks.
PurpleCross-format comparison, delta analysis, format transition workflows.
CyanDownstream dependencies, post-quantum ML-DSA-65 cryptography, quantum evidence.

Suggested Engineering Workflow

StepPhaseRecommended Actions
1Ingest / CreateOpen an existing BOM (CycloneDX / SPDX), load a sample, or run Create BOM on a project folder.
2Explore & InspectCheck high-level metrics in Overview, query components, and explore dependency hierarchy in Visual Graphs.
3Refine & EditSelect components in the Inspector to update versions, descriptions, metadata, or dependency links.
4ValidateRun structural validation to ensure schema integrity and complete dependency resolution.
5CompareOpen Compare BOMs to audit changes against earlier releases or verify cross-format conversions.
6Sign & ExportSign with Axiom Sign (ML-DSA-65) to produce verifiable OSCAL evidence, then save the BOM and evidence bundle.

About This Help System

This documentation is fully self-contained within BOM Workbench. It operates completely offline with zero external network requests, CDNs, or servers, ensuring strict privacy and compliance for isolated enterprise environments.