verify_output
Verify a signature to confirm that an agent's output has not been tampered with after signing. Compares signed hash against expected output for integrity assurance.
Instructions
Verify a signature and confirm the signed payload's output_hash matches expected_output.
Use to detect post-sign tampering of an agent's reported result.
Args:
signature_id: The signature ID (from complete_action or sign_action)
expected_output: The output string to verify against the signed hashInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature_id | Yes | ||
| expected_output | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |