verify_output
Verify a signed agent result by checking the signature against the expected output to detect tampering.
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 hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signature_id | Yes | ||
| expected_output | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |