87 caught. 176 missed.
The final answer exposed some failures, but 162 critical tool-behavior faults still passed.
Open source / PyPI 0.4.2 / 2026
Mendmark plants controlled faults in passing agent traces, then runs the same evals again. A missed tool call, wrong argument, repeated side effect, or hidden error becomes a concrete test gap instead of a surprise in production.
01 / THE TEST OF THE TEST
A passing case is the starting point. Mendmark changes one part of its output or tool trace, then reruns the team’s existing evaluators. The mutation is killed when an eval changes from pass to fail. If every eval still passes, Mendmark names the blind spot.
The resulting kill rate measures the eval suite, not the agent. A surviving critical fault is a specific evaluator problem the team can reproduce and fix.
02 / PUBLIC GOLDEN SET
The versioned golden set contains 24 passing cases, 13 tool contracts, and 39 tool calls across search, commerce, payments, CRM, communications, databases, scheduling, weather, support, and multi-step workflows. Every case and expected trace is public.
The final answer exposed some failures, but 162 critical tool-behavior faults still passed.
The ordered calls were correct, but removed or replaced final responses escaped.
Exact checks of the ordered tool trace and final outcome detected every planted fault in the set.
This result measures evaluator sensitivity to these controlled faults. It does not establish overall agent accuracy or safety. The benchmark is deterministic, runs offline without model calls, and is pinned so an unreviewed change to its cases, mutations, or expected results fails CI.
03 / CONTROLLED FAILURES
Mendmark removes each tool call and adds an undeclared tool to see whether the trace still passes.
One argument changes at a time, exposing evals that check the tool name but ignore its payload.
Calls marked as side effecting are duplicated to test whether the suite notices unsafe retries.
A successful result becomes an error while the final response still claims completion.
The response is removed or replaced to confirm that outcome checks are doing real work.
04 / TOOL ROLLOUTS
Mendmark hashes every declared tool contract. When a tool appears or its schema changes, the report shows whether any case exercises it and whether those evals catch faults in its calls. Basic schema checks also find missing required arguments and wrong value types without recording the values themselves.
A pull request adds a refund tool. The aggregate agent score stays green.
The report marks the new side effect, shows its mutation coverage, and blocks any critical survivor.
A committed baseline remembers which faults the suite caught before. If a changed metric lets one of those faults pass, CI reports the exact regression.
05 / WHAT SHIPS TODAY
A passing mutation audit does not prove an agent is safe. It shows that the configured eval suite caught the faults Mendmark tested. Teams still need product-specific cases and mutations for their highest-risk behavior.
06 / TRY IT
The repository includes both a small refund-agent demonstration and the public golden set with 263 pinned mutations. Clone the project and reproduce the results without an API key. Teams with an existing suite can use the DeepEval adapter or connect any local evaluator through the versioned JSON protocol.