SPARTAN Sample Capsule v0.1 — Demo Bundle

The capsule proves. The view explains.

This bundle is a working, locally-verifiable demonstration of the SPARTAN Evidence Capsule v0.1 product loop. It exists so you can see, on your own machine, what spartan capsule build / verify / view actually produce — without installing SPARTAN, running a scanner, or trusting Higgs AI.

What you can do with this bundle

What the demo capsule contains

A real SPARTAN validation run against a small intentionally-vulnerable demo repository (examples/demo-repo in the SPARTAN source tree). The run produced 11 findings across multiple risk classes and evidence tiers:

RiskFinding typeCountEvidence tier
CRITICALhardcoded_secrets1EVIDENCE_BACKED
HIGHvulnerable_dependencies1EVIDENCE_BACKED
HIGHmissing_auth_on_declared_routes5ANALYST_HYPOTHESIS
HIGHpath_traversal_patterns2ANALYST_HYPOTHESIS
HIGHsql_string_interpolation1ANALYST_HYPOTHESIS
HIGHunsafe_deserialization_patterns1ANALYST_HYPOTHESIS

Verification summary

Running spartan capsule verify evidence.tar.gz against this capsule reports:

LevelOutcomeWhat it proves
STRUCTUREPASSFile integrity: every file declared in manifest.json exists with the declared size and SHA-256.
REDACTIONPASSTwo-pass residue scan over all five JSON files finds nothing forbidden (no local paths, hostnames, usernames, git remotes, or suspected-secret patterns).
AUDIT_DIGESTPASSAudit digest is internally consistent; digest_root_hash recomputes from the sorted entries.
SIGNATURENOT_PRESENTCapsule v0.1 is unsigned. Reserved as a verification level for a future schema.
REPLAYNOT_PRESENTCapsule does not carry runtime artifacts. Reserved for a future schema.

Verify it yourself

If you have a SPARTAN checkout on the same machine, the two commands are:

spartan capsule verify evidence.tar.gz
spartan capsule view evidence.tar.gz --format html --out my-report.html

Without a SPARTAN checkout, you can still:

What this demo is NOT