xlsx_stamp
Sign a local .xlsx file with cryptographic attestation of check results and tool provenance, embedding named test outcomes in custom.xml for verification.
Instructions
Sign a LOCAL .xlsx file with a "workbook integrity verification" stamp — a cryptographic attestation embedded in docProps/custom.xml that says "this file was generated by these tools, passed these N specific checks, signed at this time, and hasn't been tampered with since." Factual claims only (never an opinion-shaped seal of approval). Returns the stamped workbook as base64 in _meta.file_b64; pass out_path to write to disk.
The caller supplies the checks array (e.g., from a supervisor review): list of named tests, each with passed/failed/skipped status. Verifiers see the individual check results, not a single good/bad opinion.
USE WHEN: an agent has just produced or reviewed a workbook and wants to attach provable provenance + check results that travel with the file. Recipients verify via xlsx_verify_stamp.
DO NOT USE WHEN: the user just wants to share a file (use xlsx_post_slack / xlsx_post_teams).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | Yes | ||
| exclude_sheets | No | ||
| file_b64 | No | ||
| generated_by | No | ||
| workbook_handle | No |