feat(plugins): add GateProve safety boundary & hash-chained action ledger plugin - #3410
Open
AAH20 wants to merge 1 commit into
Open
feat(plugins): add GateProve safety boundary & hash-chained action ledger plugin#3410AAH20 wants to merge 1 commit into
AAH20 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
gate_prove, a native safety boundary and hash-chained Action Ledger plugin for MITRE Caldera operations.Problem Solved
When running automated adversary emulation against enterprise or staging infrastructure, executing high-blast abilities (such as
T1562Impair Defenses,T1070Indicator Removal, orT1485Data Destruction) without strict safety controls creates acute operational risk and potential production downtime.This plugin introduces a zero-trust safety boundary:
never_equate_intent_to_approval: true: High planner confidence or automated execution does not authorize destructive techniques.CALDERA_PROVE_TOKEN).CALDERA_KILL_SWITCH=1) or file sentinel (artifacts/KILL).Testing & Validation
plugins/gate_prove/tests/test_gate_prove.pyverifying safe ability allowance, destructive technique simulation, HITL prove token validation, and SHA-256 ledger hash-chain integrity (all unit tests passing).Upstream & Production Context
Maintained by A2Z SOC for safe purple-team adversary emulation, Cyber Risk Quantification (CRQ), and SOC 2 Type II audit readiness.
For teams deploying adversary emulation requiring safety audits or purple team sprints: