Schemas
case.schema.yaml — case descriptor (language, sinks, deterministic build/test, environment, optional inline ground truth summary).
entrypoints.schema.yaml — declared entrypoints grouped by type (http, cli, scheduled, etc.).
truth.schema.json — ground-truth labels + evidence per sink (reachable/unreachable/unknown).
coverage.schema.json — coverage artifact emitted by oracle tests (lines covered or function-level coverage).
trace.schema.json — dynamic trace artifact (structured path or event log) proving reachability/unreachability.
submission.schema.json — submission format (tool/run metadata, per-sink predictions, explanations).
examples/ — minimal valid examples for each schema.
benchmark/schemas/benchmark-manifest.schema.json — kit manifest with hashed artifacts, resource limits, and optional DSSE signatures.
Validate quickly