Prismor is an open-source runtime control plane that intercepts AI agent tool calls before they execute and enforces policy against the OWASP Agentic AI threat model.
Source: https://github.com/PrismorSec/prismor
Prismor sits inside the agent's execution loop and checks every tool call against your policy before it runs. It covers 14 coding agents (Claude Code, Cursor, Windsurf, Codex, Copilot CLI, Gemini CLI, and more) and 14 framework adapters (LangChain, OpenAI Agents SDK, CrewAI, Pydantic AI, AutoGen, Google ADK, Vercel AI). Every call normalizes to one canonical event and runs through a single evaluator, prismor.runtime.evaluate_tool_call(), at about 0.8ms per call.