Verify an evidence-pack seal
verify_sealVerify the integrity of an evidence pack by recomputing its seal and comparing it to an expected digest.
Instructions
Recompute a pack's seal and compare it to an expected digest.
Args:
pack_content: The evidence pack to check, as JSON text.
expected_digest: The seal the pack is expected to carry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_content | Yes | An evidence pack as raw JSON text. | |
| expected_digest | Yes | The seal to check the pack against. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||