Security1 distinct publisher2 min readPublished
Max Brin's authorization layer runs alongside AI agents for several hundred personal users and at least four organizations. The pattern worth noting is enforcement at the outbound action rather than inside the model.
The Watch · Security desk

Compiled by The WatchSomething wrong?How this is made
The interception sits on the message, not on the model. When an agent forms an intent to call an endpoint or drop a table, OpenLeash reads that intent and picks one of three outcomes: block it outright, hold it while it asks the user, or pass it through [3][9][10]. Brin's worked example is the silent database deletion, the case where the agent is doing exactly what it was told and nothing in the chain was built to check first [9].
Two kinds of policy are running inside the same product, and they do not carry equal weight. The deterministic half is configuration: acceptable API endpoints, acceptable destinations, a payment ceiling above which a human has to authorize, all amendable at any time [8]. That half holds no matter how the agent phrased its request, because the check is on the destination and the amount. The other half is a risk judgement about a natural-language intention, and SecurityWeek's profile carries no false-positive rate, no latency figure, no numeric payment threshold, and no account of what happens when an injected instruction is written to look routine [12].
The escalation path is what I would test first. Brin's named audience is people who ship software without writing a line of it and with no security background, using Claude Code or Cursor to build agents [7]. That same user is the adjudicator whenever the classifier is unsure [13]. Effectiveness is therefore bounded by prompt volume: a control that queries a non-expert many times a day converges on approval [14].
Scope, stated plainly. One developer, a product described as still under development, several hundred personal users, at least four organizational deployments, and roughly two months of roadmap left by Brin's own estimate [5][6]. That is not a validated control and should not be priced as one. What it is is evidence about where the checkpoint is moving. Brin says coverage spans in-house, cloud, and third-party agents, intercepting the traffic between agent and network asset [4], which means the enforcement point does not need to know whose model is running or who wrote the prompt [11]. Agents inherit their user's permissions and none of the user's situational awareness [2], so the asset side of that conversation is the only place where the gap is measurable: the outbound call to an API, a database, or a payment rail is countable, loggable, and refusable, while the model behind it changes without notice.
Everything deterministic in that configuration is worth copying into whatever agent runtime you already operate. The intent classifier needs someone other than its author to try to break it.
Ranked by verification strength, evidence, and original report placement.
OpenLeash intercepts agent intentions; depending on the user's configuration it monitors the agent's actions and where necessary asks the user whether the action should be allowed. If no, the action is paused. If yes, it proceeds.
Brin's example is an agent that silently deletes a database after a misconstrued command or a coding error; OpenLeash evaluates the intent, blocks actions that are definitely risky immediately, and asks the user when it is not sure, citing database deletion or credential upload as the cases it would query.
Max Brin is developing OpenLeash, a product he describes as an 'AV for AI'; it runs alongside the agent and provides an authorization layer aimed at keeping autonomous AI agents accountable, secure and aligned with user intent when they perform real-world actions.
Agents tend to inherit the permissions of their user but do not inherit any human situational awareness, giving them wide access and generous permissions across the network, so a single bad prompt, malicious tool or compromised model can cause real damage.
Brin says the product intercepts the conversations between an agent and network assets, and does this on in-house agents, cloud agents and third-party agents.
Brin has a list of planned additions and improvements that he suspects will take a couple of months to complete.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · September 2, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
security
Uber ships ADR, and hands agent-security vendors a number to be measured against1 distinct publisher
build
AI-written code fails the same four ways, and every gate you own reports green1 distinct publisher
build
Superpowers makes spec-driven work a precondition, then ships it to twelve harnesses1 distinct publisher
build
NVIDIA put a number on agent skills: 300+ verified, two harnesses, baselines under 50/1001 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
One interview, founder's voice throughout
Strip out Brin's quotes and paraphrase and almost nothing remains: the mechanism, the user counts, the roadmap and the risk judgment all come from the person selling the tool, in a single SecurityWeek piece. The design is described clearly enough to reason about, which is worth something. But there is no code, no configuration sample, no third-party trial, no customer who agreed to be named, and no measurement of the one thing that matters — whether the interception catches what it claims to catch.
Real users, unverifiable count
Several hundred individuals and four-plus organizations is not vapor, and for a pre-1.0 security tool it is a plausible shape of early use. It is also the kind of number that cannot be checked: no organization is identified, no scale of agent traffic is given, and the same paragraph that reports production use also calls the product unfinished. Treat it as evidence that the thing runs, not that anyone depends on it.
Three metaphors, no measurements
"AV for AI", "guardian angel", "medication for AI anxiety" — the language promises a safety net while the reporting supplies no false-positive rate, no interruption frequency and no injection test. SecurityWeek does push back on the antivirus analogy, which keeps this from being pure amplification. The gap is not invention, it is proportion: a configurable approval prompt is being described in the vocabulary of protection, and the design has a soft spot the framing never touches — the uncertain calls land on a user the founder himself describes as security-illiterate.
Founder promoting an unfinished product
Every incentive in this story points one way. Brin is describing a product he is still building, to an audience of security buyers, and he supplies the only numbers that suggest anyone wants it. SecurityWeek's interest runs parallel: agentic AI security is a live beat for the outlet, as its own related-reading tail shows, and a founder profile fills it cheaply. Nothing here suggests bad faith — but nobody in the chain had a reason to ask for the false-positive rate.
Clear on the design, blank on the outcome
We can say with reasonable certainty what OpenLeash is meant to do and where it sits, because the interception path is described consistently and in the founder's own words. We can say almost nothing about whether it works, and the honest reading of the traction claim is that it is unchecked rather than doubtful. Middling confidence is the right resting place: the architectural pattern is solid ground, the product claims are not.