Now in early access, book a 30-minute demo →
Agentic Endpoint Security

Shadow AI is everywhere.
Now you can govern it.

Anomity discovers every AI agent and MCP across your fleet,
then enforces policy on every tool call -
blocking violations before they run.

88%Security leaders use shadow AI
82%Enterprises now run AI agents
53%MCP servers hold static secrets
21%Can actually see their agents
69%Suspect banned GenAI use
12%Call AI governance mature
8.5%MCP servers use OAuth

Industry research, 2025. Sources: UpGuard, Akto, Astrix, Gartner.

47
Agents
124
MCPs
318
Extensions
146
Skills
29
Secrets
11
Findings
!dev-macbook-14 plaintext secret in settings.json2m
ops-laptop-22 denied Bash(rm -rf) at the hook5m
data-mac-03 hook PreToolUse matches policy12m
Coverage

Every AI tool your team already runs.

Anomity discovers and classifies the agents, MCP servers, and AI extensions across your fleet, including the ones nobody told you about.

§ 01 / The blind spot

Shadow AI is already on every managed endpoint.

AI tools arrived faster than the security program was designed to cope with. Most teams cannot answer the simplest question about any of it.

Ungoverned AI agents

Claude, ChatGPT, Cursor, Copilot, Cline, Windsurf, and peers. Each has its own permission model. None report to you.

The surface on every agent

Plugins, skills, hooks, CLIs, IDE extensions. Each loads into an agent and carries its own permissions. Nothing is inventoried.

Unknown MCP servers

Wired in from public registries. They run with filesystem, shell, and network access, and are never reviewed.

Secrets in plaintext

API keys, database URLs, JWTs, private keys. Sitting in config files any loaded agent or plugin can read.

Blanket permission grants

Rules like Bash(*) or Write(*) hand the machine over to whatever prompt is running.

No change history

"What was installed or modified last Thursday?" is a forensics engagement, not a query.

§ 02 / What Anomity surfaces

One live governance layer for AI on your fleet.

Every AI tool, extension, skill, plugin, MCP, and secret on every managed endpoint, plus the runtime controls to govern what they're allowed to do.

AI Agents

Claude, ChatGPT, Cursor, Copilot, Gemini, Cline, and peers, grouped by device and vendor.

MCP Servers

Classified as official, community, or unknown, with the capabilities each one grants.

Extensions

Every AI-related extension across VS Code, Cursor, JetBrains, and peers.

Skills

Custom skill packs loaded into agents, with the instructions they carry into every session.

Plugins

Third-party plugins extending agent behavior, including the ones nobody told you about.

Secrets

API keys, database URLs, JWTs, private keys, redacted on the endpoint before they leave the machine.

Hooks

Pre-prompt, post-tool, and event hooks, the point where Anomity enforces policy on tool calls in real time.

CLIs

AI-enabled command-line tools, wrappers, and shims that invoke agents outside the IDE.

Coverage expands as the ecosystem does. New AI artifact types are added as they emerge, the product grows with the threat surface.
§ 03 / What it does for you

Visibility, enforcement, and proof.
In that order.

You don't need another dashboard. You need three specific outcomes.

01

A live inventory of every AI artifact on your fleet.

One screen, updated in real time as employees install, configure, and change things. The spreadsheet nobody can keep current becomes obsolete.

02

Active enforcement, not just visibility.

Define rules (no blanket Bash(*), only approved MCPs, no plaintext secrets) and Anomity enforces them at the agent hook: each tool call gets an allow or deny decision before it executes, and violations are blocked on the spot. Works on every agent that exposes a hook. Denies route to SIEM, Slack, email, and Jira.

03

An answer when something goes wrong.

A 90-day audit trail of every added, removed, or modified MCP, permission, extension, plugin, skill, and hook. "What changed last Thursday?" becomes a single query, not a forensics engagement.

§ 04 / Runtime agent governance

Allow the safe. Deny the dangerous. Log it all.

Anomity runs as a hook handler on the agent: on every tool call, MCP tools, shell, files, and network alike, it inspects the invocation, evaluates it against your policy, and returns allow or deny before the tool runs.

Allow

Compliant calls run untouched

Safe, in-policy tool calls are approved at the hook and run without interrupting the developer, no prompts, no blocks, no sandboxes.

Deny

Violations stopped before they execute

When a call violates policy (an MCP tool from an unapproved server, a write to a protected path), Anomity returns a deny at the hook, before it runs. Only the violating call is stopped.

Log

Every decision on the record

Each tool call that reaches the policy engine is logged with its allow/deny decision, building a queryable 90-day audit trail.

Anomity runs wherever an agent exposes a hook interface. On Claude Code, for example, it handles the PreToolUse event, which fires on every tool call in the agentic loop, and returns an allow or deny decision. The same per-tool-call governance extends across the agents your fleet runs: not a network proxy, not a sandbox, never a blocked workflow.

§ 05 / Discovery & enforcement engine

Lightweight Sensor. Deep discovery.
Real-time enforcement.

Discover & enforce

  • One-pass inventory of all eight AI artifact types: agents, MCPs, extensions, plugins, skills, secrets, hooks, CLIs.
  • Trust classification of every artifact as official, community, or unknown, from vendor, command, and fingerprint signals.
  • Capability mapping per artifact: what can reach the filesystem, shell, network, or credentials.
  • Blocking at the agent hook: every tool call gets an allow or deny decision before it runs.
  • Real-time change detection: every install, config edit, and permission grant, on every endpoint.
  • Decision routing to SIEM, Slack, email, and Jira as it happens.

Trust by design

  • SOC 2 Type II attested.
  • Secrets stay on the endpoint.
  • Strict tenant isolation at the query layer.
  • Per-device credentials, bcrypt at rest.
  • Metadata only. Not source, not prompts.
  • 90-day audit retention, longer on request.
How Anomity is deployed An endpoint running the lightweight Anomity Endpoint Sensor discovers every AI artifact and sends metadata over HTTPS to Anomity Cloud, which classifies, evaluates, and stores it, then surfaces it to the security team. DISCOVERY · EVERY ENDPOINT Endpoint Windows · macOS · Linux Endpoint Sensor discovers every AI artifact HTTPS Anomity Cloud classify · evaluate · store Security Team
EndpointWindows · macOS · Linux
Endpoint Sensordiscovers every AI artifact
↓ HTTPS
Anomity Cloudclassify · evaluate · store
Security Teamfull visibility & control
How Anomity enforces policy on every tool call An AI agent issues a tool call. The Anomity hook evaluates it against policy before it runs: compliant calls are allowed and run untouched, violations are denied and blocked. Every decision lands in the audit trail. ENFORCEMENT · EVERY TOOL CALL AI Agent Claude Code · Cursor · peers TOOL CALL Anomity Hook policy evaluated · PreToolUse BEFORE IT RUNS ALLOW DENY Runs untouched compliant call · no prompts Blocked violation stopped pre-execution Audit Trail every decision · 90 days
AI Agentissues a tool call
Anomity Hookpolicy evaluated · PreToolUse · before it runs
Allow or Denycompliant calls run · violations blocked
Audit Trailevery decision · 90 days
§ 06 / Why now

Where Anomity fits alongside what you already run.

Anomity covers a category your existing stack was not designed for. It complements what you have, it does not replace it.

Tool classWhat it seesWhat Anomity covers that it misses
AI runtimeAgent ↔ tool callsNothing. No existing control sits where an AI agent invokes a tool.A policy control point at the agent hook. On agents that expose a hook, Anomity allows, denies, or logs each tool call before it runs.
Network layerGateway / Firewall / ProxyTraffic between agents and LLM providers on the wire.The local side: MCPs, permissions, extensions, plugins, skills, hooks, and secrets on the machine. Anomity covers the endpoint.
EDR / XDRProcesses, binaries, and syscalls on the endpoint.MCP server configuration, agent permission grants, plugin and extension inventory. An MCP server is a legitimate process doing exactly what its config allows.
DLPFile transfers and content leaving the endpoint.The permission grants and MCP wiring that enable the transfer in the first place.
GRC / manual auditPoint-in-time snapshots captured by hand, quarterly at best.Live fleet state, continuous enforcement, real-time change detection, a queryable audit trail.
Voices from security teams

Built with the people who own the blind spot.

What early design partners say once they can finally see the AI layer.

The first scan surfaced three MCP servers wired to production data that nobody had approved. We had been flying blind and did not know it.
VSVP SecuritySeries B fintech
Our spreadsheet of AI tools was out of date the day we made it. Anomity turned it into one live screen the whole team actually trusts.
SESecurity EngineerHealthcare SaaS
Denying a dangerous tool call at the hook, without sandboxing the developer, is the thing every other control promised and never delivered.
CICISOEnterprise platform

Design-partner feedback, anonymized during early access.

§ 07 / Next step

Govern your AI posture in minutes.

Book a 30-minute demo.

Ask AI about Anomity
ChatGPT Claude Perplexity Google Grok