Action class: Code merge / PR action
How this side effect is governed
Default policy. Allow for draft; escalate for merge or protected paths.
Required evidence. PR receipt, diff hash, reviewer disposition.
AI software
Give AI coding agents write access without surrendering control. Every PR, merge, and command gets a fail-closed verdict and a signed receipt you can verify offline.
The problem
A coding agent with repository and shell access can merge to protected paths or run a destructive command. Buyers want the boundary and the proof before they grant it write access.
Granting this agent access means it can open pull requests, run commands, and change code. Each of those is a side effect someone has to answer for.
What HELM does
HELM checks the proposed action against policy before any effect runs, then records a signed receipt. Here is one path for ai coding agents and autonomous dev platforms.
Agent proposes
Agent attempts to force-push to a protected branch
HELM checks policy
Checks branch protection, diff scope, and reviewer
Verdict
DENY
Proof
Denied-action receipt + diff hash
Proof you can hand to a reviewer
Each governed action leaves a record your security reviewer can verify offline.
Action class: Code merge / PR action
Default policy. Allow for draft; escalate for merge or protected paths.
Required evidence. PR receipt, diff hash, reviewer disposition.
Questions
Not for this action class. HELM checks the proposed action against policy before any side effect runs. For code merge / pr action the default is "Allow for draft; escalate for merge or protected paths", so anything unknown or unapproved stops by default.
Every decision records pr receipt, diff hash, reviewer disposition. You hand the reviewer the signed receipt and EvidencePack, which they verify offline without access to your dashboard.
The check sits in the action path, not the conversation. Low-risk actions that policy already permits proceed; only consequential side effects pause for a verdict or an approver.
Keep reading
Bring one code merge / pr action action to the boundary and see the verdict and the receipt.