MCPcopy Create free account
hub / github.com/anthropics/defending-code-reference-harness / build

Function build

tests/test_untrusted.py:195–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193
194def test_judge_prompt_nonce_differs_per_call():
195 def build():
196 return build_judge_prompt(
197 asan_excerpt=BREAKOUT, dup_check="novel",
198 grade_status="crash_found", grade_score=1.0, poc_size=47,
199 manifest_entries=[],
200 )
201
202 assert _nonces(build()) != _nonces(build())

Calls 1

build_judge_promptFunction · 0.90

Tested by

no test coverage detected