verify_snapshot
Validates a snapshot export's schema, redaction status, and SHA-256 checksum to confirm the file is intact and free of secrets.
Instructions
Verify the schema and checksum of a confined snapshot export.
Read-only operation. Reads the named snapshot from the export directory and validates its schema, redaction status, and content SHA-256. Returns validity plus schema version and checksum for integrity checks. Use after export_portable_snapshot to confirm the file is intact and secret-free.
Args: filename: Name of the snapshot file (within the confined export directory) to validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the snapshot file (within the confined export directory) to validate. |