cd /news/ai-agents/show-hn-policy-enforcement-for-claud… · home topics ai-agents article
[ARTICLE · art-53274] src=kastra.ai ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Show HN: Policy enforcement for Claude Code, Cursor, and Codex

Kastra, a runtime authorization tool for AI coding agents like Claude Code, Cursor, and Codex, intercepts agent tool calls and evaluates them against deterministic policies before execution. The tool was created after a Cursor agent nearly executed a destructive database command, highlighting the lack of guardrails in existing setups. Kastra provides an allow/hold/deny decision system, policy packs, and an immutable audit trail, with a free tier for developers.

read2 min views1 publishedJul 9, 2026

Show HN: Runtime authorization for Claude Code, Cursor, and Codex

Hi HN, Fernando and I built Kastra. Kastra intercepts AI agent tool calls and evaluates them against deterministic policies before they execute. This is aimed at developers using coding agents like Claude Code, Codex, Cursor, and OpenClaw.

We built Kastra after one of our Cursor agents almost executed DELETE FROM customers WHERE status='test' against a production database. We caught it before it ran, but it made us realize that nothing in our stack actually decided what the agent was allowed to do. What mattered for us wasn't the mistake; it was realizing nothing in our setup would have stopped it if we weren't actively on top of it. LLMs are probabilistic, and prompts influence behavior, but they don't deterministically decide what an agent is allowed to do. Without a deterministic policy system, nothing could have decided what it was allowed to do.

Kastra pushes an allow, hold, and deny decision before the action runs. You can build these policies in plain English from the web app. The interception engine evaluates the tools, targets, and parameters of every action. We also shipped many policy packs covering common high-risk scenarios, and every decision is recorded in an immutable audit trail. The desktop app, CLI, dashboard, and Recon scan are free to use for developers.

If you often use Claude, Codex, Openclaw, and Cursor, Kastra can run a scan command on which risky actions your agents have already taken and automatically build rules to avoid them from happening again. Recon is a feature of Kastra that scans your local agent history. In order to run this scan, execute the commands below in your coding agent. brew install kastra-labs/tap/kastra-edge

kastra-edge scan

The scan reads your local agent session history, and it shows all the risky actions your agent has already taken before, the secrets written to tracked files, production databases touched, force pushes, curl-to-shell, and more. This runs on your machine, and secrets never leave. In our own use cases, we kept finding things we'd forgotten or didnt know agents had done.

Each finding can be converted into a runtime policy, letting you delegate more work to AI without trusting the model itself. Kastra intercepts all workloads at runtime and makes sure these policy evaluations typically complete in under a millisecond. Instead of trusting the model, you trust the deterministic rules that govern its actions.

One problem we are still working on to improve the stack is how to manage teams of agents with conflicting policies. We would love feedback from anyone building multi-agent systems. Fernando and I will be reviewing the comments. We are super curious what your first scan finds. Please post results below so we can see what the most common patterns are and adjust policy packs for our users based on your feedback.

Documentation:

https://kastra.ai/docs Download for MacOS Kastra Edge:

https://kastra.ai/edge/download.html Check Kastra in action today:

[https://www.youtube.com/watch?v=6TUETu5lb3Q&feature=youtu.be](https://www.youtube.com/watch?v=6TUETu5lb3Q&feature=youtu.be)

Comments URL: [https://news.ycombinator.com/item?id=48847526](https://news.ycombinator.com/item?id=48847526)

Points: 4

── more in #ai-agents 4 stories · sorted by recency
── more on @kastra 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-policy-enfor…] indexed:0 read:2min 2026-07-09 ·