stella analytics — Command Guide

Audience: Operators, security leads, and reporting engineers who query estate-wide SBOM analytics. Scope: Read-only SBOM-lake aggregates — suppliers, licenses, vulnerabilities, backlog, attestation coverage, and trends.

The stella analytics sbom-lake commands query precomputed estate-wide aggregates from the SBOM lake. They are read-only, support deterministic ordering, and render to table, json, or csv for piping into reports. All endpoints require the analytics.read scope.

Commands

Flags (common)

SBOM lake notes

Examples

# Top suppliers
stella analytics sbom-lake suppliers --limit 20

# License distribution as CSV (prod)
stella analytics sbom-lake licenses --environment prod --format csv --output licenses.csv

# Vulnerability exposure in prod (high+)
stella analytics sbom-lake vulnerabilities --environment prod --min-severity high

# Fixable backlog with table output
stella analytics sbom-lake backlog --environment prod --limit 50

# Attestation coverage in staging, JSON output
stella analytics sbom-lake attestation-coverage --environment stage --format json

# 30-day trend snapshot (both series)
stella analytics sbom-lake trends --days 30 --series all --format csv --output trends.csv

Offline/verification note