Context
The Kessel Run DevSecOps CSO is an active umbrella vehicle for Software and DevSecOps offerings, with focused Areas of Interest and submission instructions released as specific requirements arise:
This issue is a research/roadmap item inspired by an internal Kessel Run DevSecOps AoI hypothesis review. It is not a claim of Kessel Run endorsement or a replacement for existing scanners.
Gap
Perseus has code/context and provenance-oriented surfaces, and the repositories publish their own software SBOM/security documentation. That is different from consuming SBOMs produced by an existing customer pipeline.
The product-facing gap is a normalized, queryable lineage model that can answer a question such as:
Which deployed artifacts contain this vulnerable component, through which dependency/build path, and what evidence supports that answer?
A parser alone is insufficient. The system must preserve source metadata and digests, handle identifier/version variance, represent incomplete lineage, and connect component data to builds, artifacts, deployments, vulnerability/VEX records, and optional signing/attestation references.
CISA identifies SBOMs as a key software-supply-chain risk-management building block and emphasizes machine-processable formats that support scalable integration with broader cybersecurity practices.
Proposed scope
Add an explicit ingestion and lineage contract for SPDX and CycloneDX, initially with representative JSON/XML fixtures and a bounded local query surface. The implementation may use Vault for durable graph storage and Ledger for hash-only evidence receipts, but the user-facing contract should remain clear in Perseus.
Acceptance criteria
Non-goals
- Replacing SBOM generators, vulnerability scanners, CI/CD systems, or deployment platforms.
- Claiming SLSA/in-toto signing or attestation parity before it is implemented and verified.
- Treating an incomplete SBOM or missing relationship as proof that an artifact is unaffected.
Related implementation surfaces
docs/SBOM.md
docs/federal-buyers.md
docs/SECURITY-MILESTONES.md
- Code-map/context and Vault provenance integration surfaces
Context
The Kessel Run DevSecOps CSO is an active umbrella vehicle for Software and DevSecOps offerings, with focused Areas of Interest and submission instructions released as specific requirements arise:
This issue is a research/roadmap item inspired by an internal Kessel Run DevSecOps AoI hypothesis review. It is not a claim of Kessel Run endorsement or a replacement for existing scanners.
Gap
Perseus has code/context and provenance-oriented surfaces, and the repositories publish their own software SBOM/security documentation. That is different from consuming SBOMs produced by an existing customer pipeline.
The product-facing gap is a normalized, queryable lineage model that can answer a question such as:
A parser alone is insufficient. The system must preserve source metadata and digests, handle identifier/version variance, represent incomplete lineage, and connect component data to builds, artifacts, deployments, vulnerability/VEX records, and optional signing/attestation references.
CISA identifies SBOMs as a key software-supply-chain risk-management building block and emphasizes machine-processable formats that support scalable integration with broader cybersecurity practices.
Proposed scope
Add an explicit ingestion and lineage contract for SPDX and CycloneDX, initially with representative JSON/XML fixtures and a bounded local query surface. The implementation may use Vault for durable graph storage and Ledger for hash-only evidence receipts, but the user-facing contract should remain clear in Perseus.
Acceptance criteria
source -> dependency -> build -> artifact -> deploymentwith explicit confidence/coverage and unknown states.Non-goals
Related implementation surfaces
docs/SBOM.mddocs/federal-buyers.mddocs/SECURITY-MILESTONES.md