Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- I've been working on something similar , policy guardrails for coding agents, with OPA backed policies and os-native sandbox - https://github.com/LuD1161/agentjailby LuD1161
- I built this after getting paged one time too many for an agent that leaked a Slack token to Claude. It's an OpenAI-compatible proxy plus MCP-tool hooks that block credentials, prompt injection, and out-of-policy tool calls before they hit the provider. Every call is hash-chained so you can prove what the agent actually did. Curious what breaks first for people — happy to debug live.by sudhendra1
- Another example of why vibe coding is the worst advancement ever.by rob_b
- If you want something much lighter, and focused around harness tool calls, check this out: https://crates.io/crates/coding-toolsby sigy