Skip to content

Reading a report

Serve a report locally:

Terminal window
uv run dialogassert view \
--report reports/latest.json \
--port 15560

The HTML report includes:

  • Run metadata
  • Journey group summaries
  • Attempt-level results
  • Aggregate journey scores
  • Pass threshold
  • Severity counts
  • Findings
  • Evidence
  • Acceptance criteria
  • Judge reasons and metadata when available
  • Reproduction commands

The sample reports on this site are rendered from a sanitised public schema rather than from the raw runner output. Local filesystem paths, raw model input history, encrypted reasoning payloads and internal run and event identifiers are removed at build time. If you publish reports outside your organisation, do the same — the internal engineering report is meant to stay rich, and the shareable one is meant to stay safe.