Diagrid
Back to Verifiable Execution
Verifiable Execution

Does a verifiable execution record capture every file written or network call made by the agent?

No, it only captures actions that pass through the Dapr sidecar, such as service invocations, state operations, and pub/sub messages. Direct file I/O, raw network calls, or system commands are not automatically included. To achieve full verifiability, you must design the agent to route every side effect through Dapr, making the record’s scope a conscious architectural choice. The verifiable record is a complete ledger only for Dapr-mediated interactions; any bypassing code leaves blind spots.

Was this article helpful?

Your feedback helps improve Diagrid's FAQ experience.

Keep reading

More Diagrid FAQ articles

View all