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.
SaaS and cloud
Ship AI agent features without failing tenant security reviews. Writes to tenant data get a per-tenant policy verdict and a receipt your customer can verify.
The problem
When your AI feature can write to tenant data, your customer’s security review becomes your sales blocker. They need to see the boundary and the evidence, per tenant.
Granting this agent access means it can change tenant data and act inside customer accounts. 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 b2b saas platforms with ai agents.
Agent proposes
Agent edits a record in the wrong tenant scope
HELM checks policy
Checks tenant scope and policy before the write
Verdict
DENY
Proof
Tenant-scoped denial receipt + 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.