Mutation checks for generated issue tests
Teams that use coding agents to write tests can add a small mutation gate before those tests affect patch approval, benchmark scores, or repair-agent training. A generated test suite should fail on the original bug, pass on the fix, and catch a few semantically plausible faulty variants derived from the fix.
SWE-Mutation shows why this gate is useful. DeepSeek-V3.1 with Mini-Swe-Agent reached 88.20% Pass@1 on Python test generation, yet only 10.20% verification and 36.15% mutant detection. The test files ran, but many did not prove the reported issue or catch nearby wrong repairs. A cheap pilot is to take recent fixed issues, generate 3 to 5 mutants per fix, and track VRR and RDR beside Pass@1 in CI or evaluation runs.