What is Omnodex?
Omnodex is a security and observability platform that makes every connection, tool call, credential use, and data flow in AI agent execution traceable and auditable.
The Problem
Section titled “The Problem”AI agents execute autonomously - calling tools, reading files, using credentials, reaching third-party APIs - with no persistent record of what happened or why. Security and compliance teams have no way to audit what an agent did, what data it touched, or whether it behaved within policy.
Omnodex solves this by intercepting agent activity at the execution layer, tracing every action, analyzing it for risk, and surfacing results for human review.
How It Works
Section titled “How It Works”The core pipeline is:
- Intercept - Hook into AI agent execution (Claude Code, OpenAI Codex, Google Antigravity) or route MCP traffic through the Omnodex proxy (Cowork and any MCP client), with zero token overhead to the agent
- Trace - Record tool calls, file access, and session activity as structured events
- Analyze - Run configurable risk detection rules against the event stream in real time
- Report - Surface findings in a dashboard with full event context for review
Key Properties
Section titled “Key Properties”- Zero token overhead - Hooks fire asynchronously outside the agent’s context window. The agent never sees Omnodex.
- Non-blocking - Interception never slows down or interrupts the agent’s execution.
- Append-only audit log - Events are written to an immutable log that cannot be retroactively altered.
- Local-first - The free tier runs entirely on your machine. No data leaves your environment unless you opt into cloud features.
What Gets Captured
Section titled “What Gets Captured”Omnodex traces a complete picture of agent activity:
- Tool calls (what was called, on which server, with what parameters, how long it took, and whether it succeeded)
- File reads and writes made through the agent’s file tools
- Session lifecycle (start, end, duration, working directory)
- Risk findings, such as credentials in tool parameters, sensitive file access, or unexpected network destinations in commands
Next Steps
Section titled “Next Steps”Ready to get started? Head to the Quick Start guide to have Omnodex running in under five minutes.