reviews/current/objective-20260909T223027Z/inception__mercury-2.5.md

Independent Pi/OpenRouter review: inception/mercury-2.5

Source: a10323dede4413fbf295916b8ad12e3dbad7514e. Status: completed.

A. Can an in-scope adversary recover or infer request/response contents before the intended delay?

SUPPORT CONDITION CONDITIONALLY

Reasoning: The implementation enforces encryption before release to the untrusted host.

B. Can an adversary obtain epoch keys, private seeds/intermediates or equivalent decryption capability early, or make the service use an already substantially solved puzzle?

SUPPORT CONDITION CONDITIONALLY

Reasoning: The code enforces a strict serial dependency on solving, preventing parallel speedup of the key recovery path.

Potential Risks & Unresolved Questions

Recommendation

The code logic correctly implements the intended "serial work on top of parallel generation" requirement. Confidentiality of request/response content is maintained until the puzzle is solved. There are no identified code paths that allow the parent or host to bypass the sequential dependency or inject pre-solved puzzles without violating the attestation binding.