Manifest supply-chain scan
Screen MCP and tool manifests for tool poisoning, over-broad permissions, shadowed names, and unexpected changes between versions.
Agentic & MCP security
ZNYX governs agents and the tools they call: it evaluates plans, individual steps, retrieved context, and memory writes, and screens the MCP supply chain before a manifest is ever trusted.
search.queryretrieval evaluated · 12 docs · 0 poisonedALLOWdb.readscope within grant · read-onlyALLOWmail.sendmanifest requests scopes beyond policy grant · excessive agencyDENYmemory.writetool output sanitised before persistREDACTDefinition
Agentic AI security is the practice of securing autonomous AI agents across their entire action loop: the plans they generate, the tools they call, the context they retrieve, and the memory they write, not just a single prompt. ZNYX adds dedicated evaluation stages and hard budgets so agents cannot be hijacked, over-empowered, or driven into runaway, costly tool loops.
The attack surface
Autonomous agents expand the threat model far beyond input and output. Every place an agent reads, decides, or acts is a place an attacker can intervene.
A poisoned instruction or retrieved document can rewrite the agent plan, redirecting it toward exfiltration or destructive actions before any tool runs.
Agents invoke APIs, code, and MCP tools. Unchecked arguments and tool selection can trigger SSRF, data exfiltration, or actions far beyond the task scope.
RAG and tool responses pull in untrusted text. Hidden instructions in that content can hijack the model: indirect prompt injection through the retrieval path.
Long-lived agent memory persists across turns and sessions. A malicious write can plant standing instructions that compromise future runs.
Over-broad permissions and autonomy let a single misstep cascade. Capability beyond the task widens the blast radius of any compromise.
Loops and fan-out can run an agent until it burns excessive tokens and API cost: a reliability and financial failure mode unique to autonomous agents.
Evaluation stages
ZNYX exposes a dedicated endpoint for each point in the loop. Every stage runs the deterministic → ML → LLM-judge ladder behind a fail-closed scorecard gate, so policy is enforced where the risk actually lives.
Inspect retrieved documents and RAG context for indirect prompt injection and unsafe content before they enter the model.
Evaluate the proposed plan for hijack, excessive agency, and disallowed objectives before any tool is invoked.
Check each tool call and its output in the loop, applying the tool-output guard and remediation actions per step.
Screen what an agent persists to memory so injected or sensitive content is not stored for future turns.
MCP supply chain
MCP made tools composable and, in doing so, made them a supply chain. ZNYX screens manifests on registration and on change, and guards what comes back out of them.
Screen MCP and tool manifests for tool poisoning, over-broad permissions, shadowed names, and unexpected changes between versions.
Treat every tool response as untrusted input and scan it for indirect injection before it returns to the model loop.
Compare requested scopes against the policy grant and deny per-call rather than per-session.
Cap token, cost, and loop usage across a run so a compromised agent cannot spend without bound.
Escalation
For ambiguous, high-stakes decisions, ZNYX escalates to an LLM-judge layer with K-member consensus and audited verdicts. Judges run inside your boundary on the in-VPC inference sidecar, are bounded by denial-of-wallet budgets, and feed the same fail-closed gate as the deterministic and ML tiers.
Tool-use governance
The tools and MCP servers an agent connects to are a supply chain of their own. ZNYX scans MCP and tool manifests for supply-chain risk and validates trust before an agent is allowed to use them.
FAQ
What agentic AI security covers, where ZNYX evaluates an agent run, and how excessive agency and denial-of-wallet are bounded.
Pull the open-source runtime, drop it into your stack, and start enforcing policy in minutes, free, forever. Add the hosted control plane when you want centralized policies, evidence, traces, and team workflows.