AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Helm Ai Kernel

mcp-mindburn-labs-helm-ai-kernel · by Mindburn-Labs

Fail-closed execution firewall for AI agents: quarantine MCP tools, proxy OpenAI-compatible requests, emit signed receipts, and verify EvidencePacks offline.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add mcp-mindburn-labs-helm-ai-kernel

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-mindburn-labs-helm-ai-kernel)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Helm Ai Kernel? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

HELM AI Kernel

A local firewall for AI-agent actions.

HELM sits between Claude Code, Codex, MCP tools, shell commands, and other agent actions. It decides ALLOW, DENY, or ESCALATE, then writes a signed receipt you can verify later.

Try It

brew tap mindburn-labs/tap
brew trust mindburn-labs/tap   # recent Homebrew requires trusting third-party taps
brew install helm-ai-kernel
helm-ai-kernel setup claude-code --yes
# Codex: helm-ai-kernel setup codex --yes

Ask your agent to do something risky. HELM blocks or escalates the action before it runs, then records the decision.

helm-ai-kernel workstation verify-decision \
  --receipt ~/.helm-ai-kernel/receipts/hooks/.json

No cloud account. No model key. No Docker. No production credentials.

What It Does

| Agent tries to... | HELM does this | Proof | | --- | --- | --- | | Run a destructive shell command | DENY | signed receipt | | Use an unknown MCP tool | ESCALATE | quarantine record | | Read protected secrets | DENY | fail-closed receipt | | Run approved work | ALLOW | receipt + evidence | | Export a review bundle | verify offline | EvidencePack |

HELM only governs effects that reach its boundary. For example, evals showed network egress blocks firing when an agent actually dispatched a LAN or non-allowlisted HTTPS request. Prompt-only manipulation, model refusal, or an agent that never attempts the tool call needs model, app, and sandbox controls alongside HELM.

One Example

Agent asks: delete the production database
HELM sees: protected data + irreversible action
HELM says: DENY
You get:  a signed receipt you can verify offline

Where To Go Next

| Need | Link | | --- | --- | | 5-minute local proof | [Quickstart](docs/QUICKSTART.md) | | CLI commands | [CLI reference](docs/reference/cli.md) | | Security model | [Execution security model](docs/EXECUTIONSECURITYMODEL.md) | | MCP tool quarantine | [MCP integration](docs/INTEGRATIONS/mcp.md) | | Evidence verification | [Verification](docs/VERIFICATION.md) |

What It Is Not

  • Not Kubernetes Helm.
  • Not the hosted HELM Enterprise product.
  • Not a vague AI-safety claim.

It is the open-source execution boundary: policy in, action checked, receipt out.

Source Build

git clone https://github.com/Mindburn-Labs/helm-ai-kernel.git
cd helm-ai-kernel
make build
bin/helm-ai-kernel setup claude-code --yes

Project

| Current release | SDK pointers | | --- | --- | | v0.5.18 | github.com/Mindburn-Labs/helm-ai-kernel/sdk/go@v0.5.18 | | v0.5.18 | io.github.mindburnlabs:helm-sdk:0.5.18 |

Apache-2.0. See [LICENSE](LICENSE), [SECURITY.md](SECURITY.md), and [CONTRIBUTING.md](CONTRIBUTING.md).

Where HELM Fits

Examples are illustrative. HELM is the execution boundary, not the agent, orchestrator, cloud control plane, or observability tool.

| Category | Examples | What They Do | Where They Stop | HELM AI Kernel | | --- | --- | --- | --- | --- | | Agent permission modes | Claude Code Auto Mode | Let agents work faster with fewer prompts. | Permission automation is not execution governance. | HELM makes every governed action produce a verdict and proof. | | Model-vendor agents | OpenAI Agents, ChatGPT Agent, Claude agents | Provide agent runtimes, tools, guardrails, and HITL flows. | They are tied to their own agent stack and do not create neutral execution evidence. | HELM is model-neutral: any agent can route actions through the same boundary. | | Coding agents | GitHub Copilot, Devin, Cursor, Replit Agent | Write, edit, test, and ship code faster. | They optimize developer productivity, not cross-runtime authority. | HELM governs what the agent is allowed to execute. | | Agent orchestration | LangGraph, CrewAI, AutoGen, n8n | Decide what agents should do next. | Orchestration chooses attempts; it does not prove authorization. | HELM decides whether the attempted action may happen. | | MCP gateways and security | Runlayer, Lasso, Obot, MintMCP, Operant | Route, scan, filter, and secure MCP/tool traffic. | Gateways protect traffic; they do not define the final authority record. | HELM quarantines tools, issues verdicts, and records signed receipts. | | Enterprise agent control planes | Microsoft Agent 365, Entra Agent ID, ServiceNow AI Control Tower | Register, manage, and monitor agents inside enterprise platforms. | Identity and control-plane visibility are not portable execution proof. | HELM proves whether a side effect was authorized under policy. | | Cloud-native agent governance | AWS Bedrock AgentCore, Google Agent Gateway / Model Armor | Govern agents inside cloud-provider ecosystems. | Strong inside one cloud estate; weaker as neutral cross-platform evidence. | HELM provides a portable boundary and verifier. | | Observability and evals | LangSmith, Braintrust, Arize, Helicone, Weave | Show traces, metrics, evals, and debugging timelines. | Logs explain what happened after the fact. | HELM decides before execution and leaves verifiable proof after. | | AI security platforms | Zenity, Noma, WitnessAI, HiddenLayer, Lakera | Detect, scan, monitor, and protect AI systems broadly. | Broad security coverage can blur runtime authority. | HELM is narrow by design: fail-closed execution control. | | Receipt and proof projects | PipeLab / AAR, ACTA, Signet, ZeroClaw | Create receipts, signed records, or action proof. | Receipts alone do not equal governed execution. | HELM binds receipt to policy verdict, effect, reason code, and EvidencePack. |

Bottom line: most tools help agents act. HELM decides whether the action is allowed, blocks it when it is not, and leaves proof an outside reviewer can verify.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.