Thank you — this is exactly the kind of adversarial question I hoped the public release would invite.
I think there is an important prerequisite before testing the execution-governance layer itself.
- The organization must first define what is authorized.
EGA does not decide an organization’s business policy, permissions, or operational rules. The organization must define those boundaries explicitly and consistently: which agent may invoke which tool or API, under what conditions, with what parameters, limits, approvals, and authority.
If those rules are internally ambiguous or contradictory, no execution-governance layer can independently determine what the organization actually intended without becoming the policy maker itself.
- EGA V9 then verifies whether what actually executes remains within that authorization.
This is where your examples become directly relevant. Once the permitted execution boundary is defined, changing a tool, mutating parameters, invoking an unauthorized action, bypassing policy, or attempting to evade containment becomes an execution-governance problem.
EGA V9 evaluates the governed execution path using deterministic replay, provenance-aware verification, trust-state evaluation, and fail-closed containment. Within the evaluated active governed requests, unsafe workflows did not progress beyond the containment boundary, and no contained workflow resumed execution after containment activation.
So I agree with the principle behind your test: it is not enough for the system merely to report that an action was blocked. The relevant question is whether the governed execution actually stopped.
- But the V9 claim has an explicit capability boundary.
EGA V9 does not claim that every possible downstream or future side effect is already governed. The paper explicitly states that persistent containment across renewed attempts, exactly-once side-effect execution, complete evidence-contract integrity, compositional governance, and deeper interception of external side effects were not established in the current implementation.
The same precision applies to the reported 100% detection / 0% false-negative result. Those are observed results within the predefined attack scenarios and evaluated policy space — not a claim that EGA V9 covers every possible real-world autonomous-agent attack.
Put simply:
The organization defines what is authorized.
EGA verifies whether what actually executes remains within that authorization.
And V9 claims only what has been demonstrated within its evaluated boundary.
Your example of a reporting pipeline showing success while the underlying agent was not actually running is therefore a useful one. Evidence should not be trusted merely because it exists; it should be independently reproducible and open to falsification.
That is why the implementation, benchmark artifacts, attack-generation templates, and reproducibility procedures are public. If you find a reproducible case where EGA V9 behaves differently from what the paper claims within its stated boundary, I would consider that valuable evidence and something that should become part of the documented capability boundary.