VISDOM CREATED WITH VISDOM
We don't demo on toy examples. VCR runs on its own codebase — metacircularly — on every pull request. The findings below are real.
MEASURED METRICS — REAL RUNS
Per scenario · real run output
L0+L1 free · L3 only runs for HIGH/CRITICAL
50 PRs · 5 repos · advisor judge · honest numbers
50-seat team · license is only 5% of real cost
PR TRIAGE PATH — L0 → L1 → L2 → L3
Click a scenario to trace its path. Each layer shows what was found and why the gate made its decision.
← Select a scenario to trace its path
WHEN DOES THE HUMAN ENTER?
Click any scenario to see the full timeline. Click any event for details.
← Select a scenario
DEMO SCENARIOS — REAL RUNS, REAL FINDINGS
Hardcoded API key, PII in logs, retry without backoff
PR: feat: add retry and caching to AI client
Weakened SQL check, timing-unsafe compare, SSRF rule disabled
PR: refactor: simplify deterministic gate pattern matching
15 tests mocking their own subjects — zero behavioral assertions
PR: test: add comprehensive pipeline layer tests
SQL injection via f-string, card data in logs, weak JWT secret
PR: feat: add payment processing endpoint