Action class: Database / record write
How this side effect is governed
Default policy. Allow only with a connector contract and policy envelope.
Required evidence. Before/after state hash, receipt, rollback semantics.
AI software
Give your agent platform an execution boundary buyers trust. Unknown tools are quarantined by default; every invocation gets a verdict and a verifiable receipt.
The problem
A platform that lets agents call arbitrary tools inherits every tool’s blast radius. Enterprise buyers ask how unknown tools are contained and how each invocation is proven.
Granting this agent access means it can invoke tools and write across connected systems on behalf of users. 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 agent infrastructure and tool-use platforms.
Agent proposes
Agent invokes an unregistered MCP tool
HELM checks policy
Quarantines the unknown tool and checks the action
Verdict
DENY
Proof
Quarantine receipt + integration EvidencePack
Proof you can hand to a reviewer
Each governed action leaves a record your security reviewer can verify offline.
Action class: Database / record write
Default policy. Allow only with a connector contract and policy envelope.
Required evidence. Before/after state hash, receipt, rollback semantics.
Questions
Not for this action class. HELM checks the proposed action against policy before any side effect runs. For database / record write the default is "Allow only with a connector contract and policy envelope", so anything unknown or unapproved stops by default.
Every decision records before/after state hash, receipt, rollback semantics. 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 database / record write action to the boundary and see the verdict and the receipt.