Show HN: Runtime Defense Against Prompt Injection in Supabase MCP
3 anand-tan 3 7/22/2025, 4:14:53 PM docs.tansive.io ↗
I wrote this after studying the Supabase MCP prompt injection issue. The blog shows how I built a working defense using an open-source AI agent runtime I’ve been building called Tansive ( https://github.com/tansive/tansive )
Instead of just filtering malicious prompts, I implemented role-based policies with runtime input validation that can scale across combinations of different AI tools (GitHub, Stripe, Linear, etc.).
All the code referenced in the blog is in the examples/supabase_demo folder.
I welcome your feedback — especially from folks working with AI toolchains or security.
https://news.ycombinator.com/item?id=44502318