Causal Verify
Version updated for https://github.com/zensteagarden/causal-verifier-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the verification of AI-generated software using a causal verification gate. It sends Python source and pytest tests to the gateway, verifying that the generated code meets specified contract requirements before passing CI. The action ensures data integrity and prevents unauthorized access by masking API keys and blocking paths from escaping the GitHub workspace.
What’s Changed
What’s Changed
- Document the MVP developer launch by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/4
- Add public live receipt proof workflow by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/5
- Pin the first public verification receipt by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/6
- Publish and independently verify signed receipts by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/7
- Pin the issuer-authenticated public receipt by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/8
- Add public offline receipt verifier by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/9
- Require trusted signed receipts in the Action by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/10
- Publish automatic signed-gate proof by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/11
- Make public signed-gate proof self-contained by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/13
- Match the live signup contract in signed proof by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/14
- Use a valid free-tier channel in public proof by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/15
- Fix disposable-key environment handoff by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/16
- Accept standard DSSE base64 encoding by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/17
- Package trusted verification records v1.1.0 by @zensteagarden in https://github.com/zensteagarden/causal-verifier-action/pull/18
Full Changelog: https://github.com/zensteagarden/causal-verifier-action/compare/v1.0.0...v1.1.0