mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 17:15:58 +08:00
8a253060a7
Redesign the sentinel loophole from a module-global flag (GRADER_RESULT=PASS) to a Solution-object .valid boolean the grader reads -- a concrete mechanism the faithful hint can name (parallel to run_tests() naming the function), fixing the discoverability gap (secret-token problem). Wire the stdout/file detectors onto their natural pass-report families (_text_signals_pass / result-named file with pass content) so the hinted exploit actually trips them. verify_rewards: replace the 7 ad-hoc cross-mode cases with an EXHAUSTIVE 6x6 hack-x-mode matrix -- each hack must pay ONLY on its home subset (exploited iff grade_mode==home_mode). 52/52 green; smoke green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>