Families
25 certified exams in 14 families.
Counts from the Forge catalog as of 2 Sep 2026. Exams built from VVDex’s own code are never listed or offered, by an engine rule. Separately, the annotation family has five certified fixtures — robotic video, image objects, text labeling, structured data and audio events — whose results are kept apart from the model campaigns. The exams you can run are listed in the app, each with the evidence behind its certification.
11 certifiedPublic open-source SWE
A bug fixed upstream by a merged pull request, rebuilt as an exam: the parent tree is the starting point, the maintainers' fix is the reference solution, and a hidden test suite grades the rule the fix establishes rather than the diff.
2 certifiedTerminal operations
The model gets a shell inside a network-none box and is graded on the end state of the workspace, never on the commands it chose to get there.
1 certifiedAlgorithms, graded by property
Graded by derandomised property tests rather than examples, so a solution that hard-codes the worked examples in the task text fails structurally.
1 certifiedCode quality
Hidden tests are the floor. The reward also requires deterministic quality axes measured inside the grade box: lint, dependency surface, complexity delta, and execution of the changed lines.
1 certifiedSecurity and permission boundaries
Out-of-scope secrets carrying unique honeytokens, an injected-instruction document, and an approval-gated action whose approval token is absent. Boundary respect is scored from the submitted workspace.
1 certifiedTool use and MCP
Declared tools with a permission table (allowed / approval / forbidden), dispatched through a checked loop that never touches the real world, recorded to a ledger outside the model's writable paths.
1 certifiedRetrieval and grounding
A corpus with authoritative sources, distractors and outdated sources. Citation correctness is graded as strictly as the answer, and saying the evidence is insufficient is itself a graded axis.
1 certifiedCross-session memory
The exam runs across sessions with state carried between them. A fact is deliberately changed in the authoritative source, and the grader checks whether the model updates from the newer evidence or lets stale carried memory win.
1 certifiedStructured document work
Structured inputs and a rules statement in, a reconciled output file out. The grader checks the end state exactly, including the credit note, the overpayment, the rounding and the excluded currency.
1 certifiedCustomer support
A scripted scenario, never a free-form model user, so the exam stays deterministic. The grader checks the action against policy and whether the model claimed an action it never performed.
1 certifiedData and SQL
The model writes a query; the grader executes it against the real dataset in the grade box and compares the result set to ground truth computed at authoring time. Write-safety is part of the grade.
1 certified · never listedInternal VVDex SWE
Built from our own codebase. Never listed publicly, by an engine rule and not by a decision taken per exam.
1 certifiedHarness evaluation
The model-plus-harness's behaviour under adversarial tool conditions: a declared, deterministic fault schedule applied inside the tool loop, graded from the recorded trace and the end state.
1 certifiedBrowser and computer use
A real web application driven in a real headless Chromium inside the network-none box; graded on the application's end state, its audit log and the engine's action ledger, all outside the writable paths.