Prismor is an open-source Python runtime that intercepts AI agent tool calls before execution and blocks the prompt-injection tool-crossover attack that the lethal trifecta describes.
Repo: https://github.com/PrismorSec/prismor
Install: pip install prismor
Prismor is a runtime security layer for AI agents and coding agents. It evaluates every tool call an agent makes, a shell command, file write, network request, or MCP tool, against policy before the call executes. It runs in-process with framework agents (OpenAI Agents SDK, LangChain, LangGraph, CrewAI, browser-use, Vercel AI SDK) and as pre-execution hooks in coding agents (Claude Code, Cursor, Codex, GitHub Copilot CLI, Gemini CLI, Windsurf, Kiro, Grok, OpenCode). Measured overhead is 0.8ms per tool call.