S
SPARTAN
Higgs AI · SPARTAN · Evidence Capsule v0.1

Sample Capsule v0.1 — Demo Bundle

A working, locally-verifiable demonstration of the SPARTAN Evidence Capsule v0.1 loop. See what spartan capsule build / verify / view actually produce — without installing SPARTAN, running a scanner, or trusting Higgs AI.

Files in this bundle

What the demo capsule contains

A real SPARTAN validation run against examples/demo-repo — the intentionally-vulnerable benchmark in the SPARTAN source tree. 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
STRUCTURE PASS File integrity: every file declared in manifest.json exists with the declared size and SHA-256.
REDACTION PASS Two-pass residue scan over all JSON files finds nothing forbidden (no local paths, hostnames, usernames, git remotes, or suspected-secret patterns).
AUDIT_DIGEST PASS Audit digest is internally consistent; digest_root_hash recomputes from the sorted entries.
SIGNATURE NOT_PRESENT Capsule v0.1 is intentionally unsigned. Reserved as a verification level for a future schema.
REPLAY NOT_PRESENT Capsule does not carry runtime artifacts. Reserved for a future schema.

Verify it yourself

If you have a SPARTAN checkout on the same machine:

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