Built a tool that stops AI agents from being hijacked by malicious content in webpages and emails

Reddit r/artificial Tools

Summary

Arc Gate is a proxy that protects AI agents from prompt injection attacks by treating web and email content as untrusted, requiring no code changes from developers.

If you’ve heard of prompt injection — where hidden instructions in a webpage can take over an AI agent — this is a practical solution for developers deploying agents in production. Arc Gate is a proxy that sits in front of any OpenAI-compatible API. It tracks who is allowed to give instructions to the agent. When a webpage or email tries to issue instructions, it gets treated as untrusted content with zero instruction authority. The agent is protected without the developer having to change anything except the API URL. Demo here showing exactly what happens with and without it: https://web-production-6e47f.up.railway.app/arc-gate-demo
Original Article

Similar Articles