top of page

Outerlimit AI Agent Security Launches With $16 Million, but Execution Control Is the Real Bet

1 day ago
13 min read

Outerlimit has launched with $16 million in pre-seed funding and a specific promise: stop unsafe AI agent actions before connected tools execute them. The Outerlimit AI agent security platform applies zero-trust authorization when an agent requests access to software, data, or infrastructure.

That approach moves the security decision closer to the action itself. It also challenges a common enterprise strategy built around monitoring agents, filtering prompts, and investigating suspicious behavior after execution.

The company is entering a crowded market, including Noma Security, Zenity, Cymphony, and established identity vendors. Its real opponent, however, is not one competitor. It is the assumption that visibility and model-level guardrails provide enough control once agents receive meaningful permissions.

Outerlimit AI Agent Security Arrives With a Large Pre-Seed Round

The funding matters because Outerlimit is trying to establish runtime authorization as a distinct layer of enterprise AI infrastructure.

Outerlimit emerged from stealth on September 22, 2026. Its $16 million launch was backed by AlbionVC, Evolution Equity Partners, and Crane Venture Partners.

The company described the financing as one of cybersecurity’s largest pre-seed rounds. That comparison comes from Outerlimit and has not been independently established across every private cybersecurity financing.

Several strategic angel investors also participated. They include Charles Gorintin, Brian Murphy, Scott Price, Sam Morgan, Kyle Griswold, Nicola Sinclair, David Garfield, and Manish Madhvani.

Outerlimit operates from London and New York. Its founders are Tony Pepper, Neil Larkins, and Peter Vincent.

Pepper and Larkins previously helped build email security company Egress. KnowBe4 acquired Egress in 2024, giving the pair experience developing and selling security software to large organizations.

Vincent brings a different background. He is a theoretical neuroscientist who studied at University College London’s Sainsbury Wellcome Centre and Gatsby Computational Neuroscience Unit.

That mixture of security operations and computational research supports Outerlimit’s chosen problem. AI agents combine probabilistic decision-making with direct access to deterministic enterprise systems.

An agent might read customer records, query a database, update source code, or initiate a financial workflow. A mistaken instruction therefore creates consequences beyond an inaccurate answer.

Outerlimit says its platform connects identity, authorization, and action at the moment a tool executes. In this context, a tool is an external function that lets an agent affect another system.

The company calls this point the “agent action layer.” It wants security teams to define which agent can perform a particular action, under whose authority, and within which context.

According to the company, the platform covers three stages. It discovers agents and connected tools, observes their behavior, and then enforces policies during execution.

Discovery addresses an immediate operational problem. Large organizations can accumulate internal agents, third-party assistants, Model Context Protocol servers, and unsanctioned automation without maintaining one reliable inventory.

Observation maps what those systems attempt to do. Enforcement then determines whether a requested action should proceed, face additional approval, or be blocked.

That sequence lets Outerlimit meet customers before they are ready for strict enforcement. A company can first identify its agent footprint and study behavior before activating restrictive policies.

Outerlimit says it is working with Fortune 500 and FTSE 100 organizations. It has not publicly identified those customers or released deployment results that outside researchers can evaluate.

The distinction matters. Early enterprise participation supports the existence of market interest, but it does not yet establish performance, coverage, or operational maturity.

Outerlimit is not launching a conventional chatbot filter. Its pitch concerns the authority surrounding an action, regardless of whether the underlying model appears aligned or trustworthy.

That makes the financing more than another AI security funding announcement. Investors are backing the idea that agents need an authorization layer designed around their changing behavior.

Why Enterprise Agents Put Existing Controls Under Pressure

AI agents turn model mistakes into operational events because they can act through trusted enterprise connections.

A chatbot produces text for a person to review. An agent can select tools, assemble arguments, and execute a chain of actions with limited human involvement.

That difference expands the attack surface. The agent can process hostile content from emails, webpages, documents, support tickets, or connected applications.

An indirect prompt injection hides malicious instructions inside that external content. The agent interprets those instructions during an otherwise legitimate task and changes its behavior.

The problem is not merely theoretical. NIST has warned that many agents remain vulnerable to agent hijacking, where manipulated data causes unintended and harmful actions.

Consider an agent assigned to summarize incoming customer requests. A hostile ticket could instruct it to retrieve private information and transmit that data through another connected tool.

The agent may hold valid credentials for both operations. Traditional authentication would confirm that the credentials work, even though the combined action violates the user’s intent.

This creates a confused-deputy problem. A trusted system uses legitimate authority on behalf of an attacker or an unintended instruction.

Permissions also become harder to reason about when workflows span several tools. An agent might read a document, call an internal service, update a record, and send a message.

Each isolated action can look acceptable. The harmful outcome appears only when security teams examine the entire sequence, its purpose, and the identity behind it.

OWASP categorizes part of this problem as excessive agency. The risk combines excessive functionality, excessive permissions, or excessive autonomy.

Existing identity systems remain important, but many were designed around people, services, and comparatively stable application roles. Agents introduce more fluid execution patterns.

An employee usually has a recognizable job function and established access profile. A software service typically performs a narrow set of predictable operations.

An agent can construct a new plan for every task. Its requested tool, parameters, destination, and sequence can change according to model output and external context.

That variability pressures identity providers, application gateways, data security platforms, and security operations teams. Each controls part of the workflow, but no single product automatically understands its complete intent.

Monitoring alone cannot reverse every harmful action. A detailed alert still arrives too late if an agent already transferred data, deleted records, or changed production infrastructure.

Prompt filtering has another limitation. It attempts to determine whether language is malicious, ambiguous, or benign before the agent acts.

Attackers can vary wording, split instructions across sources, or exploit interactions between tools. Benign model errors can also produce unsafe actions without any malicious prompt.

Outerlimit’s thesis is that enterprises need a final deterministic checkpoint. The model can remain probabilistic, but the authorization decision must follow an enforceable policy.

This pressure will increase as companies connect agents to more valuable systems. Read-only experiments create limited consequences, while production agents require write permissions and external communication.

Developers face the same issue at a smaller scale. An agent that can modify a repository, run shell commands, and access deployment credentials represents a concentrated operational identity.

Enterprise buyers therefore need more than a dashboard listing available agents. They need evidence that policies remain effective across changing models, tools, and orchestration frameworks.

Knowledge workers also have a stake in this shift. Their documents, messages, and recorded decisions increasingly supply context for automated workflows.

A well-managed AI knowledge base can improve context organization. It does not replace permissions, approval boundaries, or runtime enforcement around agent actions.

The core problem is authority. Once an agent can change the world outside its conversation window, every tool call becomes a security decision.

The Real Bet Is Authorization at the Moment of Action

Outerlimit is betting that security controls must sit between an agent’s decision and the tool that carries it out.

Zero trust means no actor receives permanent confidence merely because it is already inside a network. Each access request must be evaluated against identity, context, and policy.

Outerlimit wants to extend that principle from network access to agent execution. The requested action becomes the unit that security infrastructure evaluates.

The company says its decentralized architecture uses cryptographic enforcement. It binds the agent’s identity, its authorization, and its requested action when a tool executes.

That design aims to reduce reliance on long-lived credentials stored in a central location. It also seeks to produce an auditable relationship between an actor and each permitted operation.

The word “decentralized” requires care here. Outerlimit is describing a distributed security architecture, not a public blockchain or permissionless network.

Its public materials do not yet provide enough technical detail for an independent architectural assessment. Buyers will need documentation covering key management, policy distribution, failure modes, and enforcement placement.

The conceptual model is still clear. A policy engine should not simply decide whether an agent can access a customer relationship management platform.

It should decide whether that agent can read a specified record, update a permitted field, or send data to an approved destination.

Context can further narrow the decision. Relevant attributes might include the human user, the active task, the data classification, and earlier steps in the workflow.

For example, a support agent may need to read a customer profile and draft a response. It does not automatically need permission to export the entire customer database.

Another agent may prepare a software patch. It can receive repository access without gaining unrestricted authority to deploy code into production.

This resembles least-privilege security, where every actor receives only the access needed for its task. Agents complicate implementation because their plans are dynamic.

Outerlimit’s proposed answer is deterministic enforcement around that dynamic behavior. The system can deny an action even when the model confidently requests it.

That distinction separates runtime authorization from model alignment. Alignment tries to influence what an agent chooses, while authorization limits what the surrounding systems allow.

Both remain necessary. A well-behaved model reduces harmful requests, but external enforcement assumes that model behavior can fail.

The approach also differs from post-execution detection. Detection identifies suspicious patterns, while enforcement attempts to prevent an unauthorized state change.

The agent security guidance published by OWASP recommends minimum tool access, per-tool permission scopes, and explicit authorization for sensitive operations.

Outerlimit’s pitch follows that direction. The unanswered question is whether its implementation can preserve useful autonomy without creating constant approval delays.

Overly broad policy lets dangerous requests pass. Overly narrow policy interrupts legitimate work and encourages teams to bypass the control.

Semantic ambiguity presents another challenge. A policy engine can easily block a forbidden API endpoint, but business intent is harder to encode.

An approved refund and a fraudulent refund can use the same application function. The difference may depend on customer history, amount, evidence, and organizational rules.

Outerlimit must therefore combine deterministic controls with sufficient workflow context. Otherwise, it risks enforcing technical permissions without recognizing harmful but formally valid actions.

Cryptographic binding can establish which identity requested an operation. It cannot independently determine whether the broader business decision was wise.

Human approval will remain necessary for selected high-impact actions. Good runtime security should identify those actions without making people review every routine tool call.

This balance defines the product’s real technical test. It must constrain agent authority while preserving the speed and flexibility that motivated agent adoption.

A Crowded AI Security Market Is Converging on Runtime Control

Outerlimit has identified a real security gap, but established startups and large vendors are already moving toward the same control point.

Noma Security offers discovery, posture management, red teaming, and runtime protection for AI applications and agents. It announced a $100 million Series B in July 2025.

Zenity focuses on securing enterprise agents and low-code automation across their lifecycle. The company announced a $125 million Series C in August 2026.

Cymphony emerged in September 2026 with $30 million in disclosed funding. Its platform focuses on discovering and governing agents that access corporate systems.

A recent market report also identified Microsoft, Okta, CyberArk, Wiz, and Varonis as companies extending identity or data controls toward agents.

Other specialists approach the problem from different positions. Some inspect prompts, models, data flows, or agent skills before deployment.

Others provide gateways that monitor model traffic. Identity vendors concentrate on non-human identities, credential use, and privileged access.

Application security companies scan agent code and integrations. Cloud security platforms can observe infrastructure behavior and sensitive data movement.

These categories increasingly overlap. A customer may encounter similar promises under agent security, AI security posture management, runtime protection, or identity governance.

Outerlimit must show why a separate action-layer product delivers better control than adding agent features to an existing security platform.

Its focus may create an advantage. A purpose-built authorization layer can remain independent from the model, orchestration framework, and connected application.

That independence would help enterprises using several agent platforms. Security teams generally prefer one policy surface over separate controls for every model provider.

However, independence also creates integration work. A runtime product needs reliable visibility into tool calls and a dependable position where it can allow or deny them.

Agents do not follow one universal architecture. Some use direct API calls, while others rely on browser automation, local software, code execution, or proprietary connectors.

Model Context Protocol is improving standardization for tool connections. It also creates another supply chain that security teams must inventory and govern.

A malicious or compromised MCP server can expose dangerous tools or deceptive descriptions. An agent can then select a tool under false assumptions.

OWASP’s MCP risk framework highlights excessive capabilities, context manipulation, insecure references, and covert communication channels.

Outerlimit says it can discover MCP servers alongside agents and tools. Buyers should test whether that discovery works across managed, local, and unofficial deployments.

The competitive contest is therefore broader than feature lists. Vendors must secure heterogeneous agent environments without demanding complete application redesign.

Large security companies have distribution, existing customer relationships, and access to identity or network telemetry. Startups can move faster around new agent architectures.

Outerlimit’s founders understand enterprise security sales, which should help. Their previous success does not guarantee that this particular architecture will become a standard.

The investors also overlap with the wider category. Evolution Equity Partners led Noma Security’s Series B before backing Outerlimit’s pre-seed round.

That does not make the products identical. It does show that specialist investors expect multiple security layers and vendors to emerge around enterprise agents.

Consolidation is another likely outcome. Established platforms have already used acquisitions to add AI security capabilities.

A startup can therefore succeed without becoming the sole authorization standard. It can develop technology or customer traction valuable to a larger identity, cloud, or security provider.

For buyers, the crowded market creates leverage and confusion. Similar language can conceal material differences in enforcement, deployment, coverage, and policy granularity.

A useful evaluation should begin with concrete actions. Teams should ask which tool calls the product observes, which it can block, and where enforcement occurs.

They should also test what happens when connectivity fails. A runtime security layer must define whether protected actions fail open, fail closed, or enter a limited operating mode.

Evidence will matter more than category claims. Reference deployments, attack simulations, latency measurements, and independent technical testing will separate credible controls from polished dashboards.

The Zero-Trust Claim Still Needs Independent Proof

Outerlimit has described a plausible architecture, but its public launch leaves key questions about deployment, effectiveness, and operational cost unanswered.

The company has not published third-party benchmarks showing how often its controls stop harmful actions. It has also not disclosed false-positive rates for legitimate workflows.

Those measurements are difficult but essential. Blocking every uncertain operation would create excellent prevention statistics and an unusable agent system.

Allowing ambiguous requests would preserve productivity while weakening the security promise. Customers need results across both dimensions.

Coverage is equally important. Outerlimit must operate across agents, tools, models, clouds, and internal applications that were not designed for its platform.

A demonstration using one orchestrator cannot establish broad enterprise compatibility. Production systems contain legacy APIs, custom automation, and credentials shared through imperfect processes.

The decentralized architecture also needs scrutiny. Security teams should understand which components run locally, which depend on Outerlimit, and where policy decisions are recorded.

Cryptographic enforcement does not remove key-management risk. It shifts attention toward key issuance, rotation, revocation, storage, and recovery.

Administrators themselves remain a target. An attacker who can change authorization policy may create a formally valid route for harmful actions.

Policy provenance therefore matters. Enterprises need evidence showing who changed a rule, which version was active, and how that decision affected later execution.

Performance is another potential constraint. An authorization check inserted into every tool action can add latency, especially during long multi-step workflows.

Small delays can accumulate when an agent makes dozens of calls. Outerlimit will need to show that enforcement remains practical without weakening inspection.

The platform must also distinguish agents from ordinary services. Enterprises already use service accounts, robotic process automation, scripts, and integration platforms.

Security teams will resist a separate control plane if existing identity infrastructure can express the same policies. Outerlimit must demonstrate agent-specific value beyond updated terminology.

Intent remains the hardest boundary. Runtime authorization can confirm that an agent has permission, yet permission does not prove that an action serves the user’s goal.

An agent may select an approved tool, use permitted data, and still reach a harmful conclusion. Deterministic policy cannot eliminate every failure produced by uncertain reasoning.

This means Outerlimit should be treated as one control layer. It does not replace secure agent design, model evaluation, data governance, monitoring, or incident response.

It also cannot eliminate prompt injection by itself. It can limit what a successfully manipulated agent is allowed to do.

That containment function is valuable. It is narrower than guaranteeing that agents will behave safely under every condition.

The distinction should guide enterprise pilots. Buyers should construct adversarial workflows where malicious content attempts data access, privilege escalation, deletion, or external communication.

They should verify whether Outerlimit blocks the final operation, preserves enough evidence for investigation, and prevents alternate execution paths.

Teams should also test benign complexity. Legitimate workflows can resemble attacks when they combine unusual tools or cross established data boundaries.

Outerlimit’s reported work with major enterprises provides an opportunity to develop such evidence. Public case studies would make its claims easier to assess.

Until then, the platform remains a well-funded proposal with an understandable mechanism. Its security value has not yet been independently demonstrated at scale.

Three Signals Will Show Whether Outerlimit’s Bet Works

Outerlimit’s next milestone is not another funding comparison; it is verifiable evidence that action-level authorization works in diverse production environments.

The first signal is detailed technical documentation. Buyers need a precise account of deployment topology, supported integrations, policy evaluation, and failure behavior.

Documentation should explain how identity follows an agent across multiple tools. It should also describe how the platform handles delegated authority and human approvals.

If Outerlimit publishes this material, its architecture becomes easier to compare with identity gateways and competing runtime platforms. Continued abstraction would weaken its differentiation.

The second signal is an independently described enterprise deployment. Named customers are not essential, but the evidence must include meaningful implementation details.

Useful details would include the types of agents, connected systems, enforcement points, and classes of blocked actions. Buyers also need information about latency and false positives.

A production case study would strengthen the claim that action-level controls can scale. A collection of unnamed design partners would offer less validation.

The third signal is competitive response. Identity vendors and AI security companies are already expanding around agent discovery, permissions, and runtime protection.

If established platforms introduce comparable per-action authorization, Outerlimit will face distribution pressure. It will need deeper enforcement or easier deployment to remain distinct.

If those vendors instead integrate with Outerlimit, that would support its claim that the agent action layer deserves independent infrastructure.

The market should also watch standards work. Shared definitions for tool identity, delegated authority, and action context would reduce integration friction.

Standards can help Outerlimit by creating common enforcement points. They can also make its features easier for larger vendors to reproduce.

For developers, the immediate lesson is straightforward. Every agent tool should have a narrow scope, an attributable identity, and a policy outside the model’s own reasoning.

Enterprise buyers should demand demonstrations using their workflows, not generic prompt attacks. The decisive test is whether controls stop harmful actions without disabling useful automation.

Knowledge workers should ask what an agent can do with their information, not merely what information it can read. The risk changes when software gains permission to alter records or communicate externally.

Outerlimit AI agent security has arrived with unusually substantial early funding and a focused architectural claim. Now the company must prove that deterministic authorization can survive messy enterprise reality.

The next few months should reveal whether customers treat that layer as essential infrastructure or another feature inside broader security platforms. Watch for technical disclosures, production evidence, and integration decisions before accepting either conclusion.

Give every agent the context to do better work

Connect your agents to the knowledge, decisions, and history already organized in remio.

remio currently supports Windows 10+ (x64) and Macs with Apple silicon.

Your AI Partner at Work
Get more done with remio

Plan. Create. Deliver.
All in one place.

bottom of page