An Open Letter to the Cybersecurity Community

AI Reasoning Needs an Enforcement Boundary

As security becomes increasingly autonomous, zero-trust should not end where AI autonomy begins.

September 2026
Link copied.

The cybersecurity industry is racing toward the Agentic SOC, with AI systems increasingly able to analyze alerts, investigate incidents, correlate telemetry, reason across complex attacks, recommend remediation, and in some cases take autonomous action.

That progress is important, but the industry is focusing far more attention on how AI should reason than on a more fundamental question:

What should actually be allowed to execute?

A capable AI agent may correctly determine that a process is suspicious, a PowerShell command is malicious, or an attack is unfolding across multiple processes and systems. It may recommend that something be blocked, terminated, isolated, or remediated.

But reasoning is not enforcement. Somewhere between an AI system deciding what should happen and an endpoint actually allowing something to execute, there should be a reliable security boundary that does not simply assume the AI is always right.

That boundary becomes more important, not less, as AI becomes more autonomous.

We cannot automate the status quo and call it transformation

The cybersecurity community increasingly acknowledges that status quo security will not be enough for what is coming. We talk about upgrading or replacing existing systems, enforcing least privilege, strengthening access controls, and building genuine defense in depth.

I agree completely. But then we need to actually do it.

If our primary response to the AI security challenge is to place increasingly powerful autonomous reasoning on top of essentially the same detection-and-response architecture we already have, we have not replaced the status quo.

We have automated it.

AI can make detection dramatically better. It can investigate an alert in seconds instead of hours, correlate information across systems, reconstruct attacks, recommend remediation, and automate responses that previously required an analyst.

Those are enormous improvements, but they do not eliminate the underlying architectural question: why are we allowing so much potentially dangerous activity to execute first and asking increasingly sophisticated systems to determine what happened afterward?

Least privilege should not stop at identities, accounts, network access, agent permissions, or orchestration policies. It should extend all the way to execution itself.

If an unknown executable, suspicious script, malicious command line, abused LOLBin, or component of an attack does not need to execute, preventing that execution upstream is fundamentally different from detecting and responding to it downstream.

That difference matters.

Zero-trust should not end where AI autonomy begins

Zero-trust is built around a simple principle: trust should not be granted merely because something appears to come from a trusted place.

We apply that principle to users, identities, devices, networks, applications, and access requests. As autonomous AI systems gain increasingly consequential authority, the same principle should apply to them.

An authenticated agent is not necessarily a correct agent. An authorized agent is not necessarily an uncompromised agent. A highly capable model is not an infallible model, and an instruction arriving through a trusted orchestration platform does not automatically make the resulting executable action safe.

Zero-trust should not end where AI autonomy begins.

This is where Zero-Trust Execution differs from the broader way the term “zero-trust” is commonly used.

Zero-Trust Execution means that software, scripts, command lines, and other executable actions are not trusted merely because they originate from an authenticated user, an approved network, a signed publisher, a trusted application, an AI agent, or an authorized orchestration platform.

Execution itself remains a separately governed decision.

That distinction creates another independent security boundary between reasoning and action.

Autonomous security needs independent enforcement

Agentic SOC platforms are becoming increasingly sophisticated at understanding what is happening and deciding what to do about it. That is a major advancement, but autonomous response can also create real consequences when a decision is wrong.

The wrong account can be disabled, the wrong endpoint can be isolated, the wrong production process can be terminated, and a mistaken or manipulated agent with broad authority can potentially create substantial operational disruption.

The answer is not to slow AI down or require humans to approve every decision. The answer is to design architectures where AI can move quickly while consequential actions remain governed by strong, independent controls.

In fact, an independent enforcement boundary can make greater AI autonomy safer. By preventing a model or orchestration layer from automatically becoming the final authority over execution, additional policy, context, and human judgment can remain available when uncertainty or consequence warrants it.

The goal is not to constrain AI unnecessarily. It is to give AI greater freedom to reason and operate without giving any single reasoning system unrestricted authority over what ultimately occurs on the endpoint.

The endpoint needs a Zero-Trust Execution Layer

For approximately fifteen years, I have been developing a Windows endpoint security platform called CyberLock.

CyberLock was not designed for Agentic SOC. Agentic SOC did not exist when the work began.

Instead, CyberLock gradually evolved around a deceptively simple question:

Should this action be allowed to execute right now?

Answering that question well required solving many of the same problems the industry is now confronting with autonomous AI.

Traditional allowlisting was too rigid. Static policies created too much administrative friction. Digital signatures provided valuable identity information but could not be treated as proof of innocence. Scripts, command lines, LOLBins, fileless attacks, and multi-stage attacks required contextual understanding rather than simple file reputation.

As machine learning and later large language models became useful, they added powerful analytical capabilities, but they still could not simply be handed unrestricted authority.

Over time, the architecture evolved into what I now believe is a natural fit for the Agentic SOC:

a Zero-Trust Execution Layer that governs what actually gets to run on the endpoint.

CyberLock can automate high-confidence decisions, apply contextual analysis, use AI as another source of reasoning, and involve a human when uncertainty or consequence warrants it.

Because execution remains independently governed at the endpoint, a mistaken, manipulated, or compromised AI agent does not automatically become an unrestricted execution authority.

Human-in-the-loop should not mean human-in-every-loop. High-confidence decisions can be automated while meaningful human authority is preserved when uncertainty, consequence, or business context warrants it.

The Agentic SOC is missing a fourth question

Most Agentic SOC architectures revolve around three fundamental questions:

  1. What is happening?
  2. What does it mean?
  3. What should we do about it?

There is a fourth question we should be asking:

04 What is actually permitted to execute?

That question should not belong exclusively to the AI agent.

A model can reason, an orchestration platform can coordinate, and an agent can recommend or initiate action, but the endpoint should still have its own enforcement boundary governing what actually executes.

This creates defense in depth for autonomous systems. The AI reasons and investigates, the orchestration layer coordinates action, the endpoint enforcement layer controls execution, and human judgment remains available when confidence, business context, or consequence makes it appropriate.

That architecture allows AI to become more autonomous without requiring us to blindly trust every autonomous decision.

Prevention should happen before investigation whenever possible

Modern cybersecurity necessarily spends enormous resources detecting, investigating, and responding to activity after it has begun. Those capabilities are essential, but there is another question worth asking:

How much downstream work could be avoided if unwanted execution were prevented upstream?

If an unknown executable, malicious script, suspicious command line, LOLBin abuse, or component of an attack can be stopped before it executes, the SOC may never need to investigate the incident that would otherwise follow.

That becomes even more important in an Agentic SOC because every unnecessary alert consumes reasoning, compute, orchestration, and ultimately human attention. Better execution control can improve the signal reaching everything downstream.

CyberLock is therefore not intended to replace EDR, NDR, SIEM, MDR, or Agentic SOC platforms. Its role is narrower and complementary:

govern execution before unwanted activity becomes another incident those systems must detect, investigate, and remediate.

The industry should define this boundary now

As AI systems gain the ability to take increasingly consequential security actions, the cybersecurity community should be asking difficult questions before these architectures become deeply entrenched.

How much authority should an AI agent have over an endpoint? Which actions should be fully autonomous? Which decisions should require independent verification? When should human approval remain necessary? How should an endpoint distinguish between legitimate autonomous action and a compromised, mistaken, or manipulated agent?

And perhaps most importantly:

Should the same AI system that decides an action is safe also be the final authority that permits it to execute?

The answer should not automatically be yes.

CyberLock represents one practical implementation of an independent Zero-Trust Execution boundary, developed long before Agentic SOC became an industry category. I have an obvious interest in this discussion because I spent approximately fifteen years building it, but the architectural question is much bigger than CyberLock, and the argument does not depend on any one product being the answer.

There will be other approaches, and there should be. What matters is that we recognize the requirement.

If we truly believe status quo security will not be enough, then we should not merely attach increasingly capable AI to the status quo and declare the problem solved. We should use this moment to strengthen the underlying security architecture itself through least privilege, defense in depth, strong independent enforcement boundaries, and prevention wherever prevention is possible.

As AI becomes increasingly capable of deciding what should happen inside our environments, we need equally strong controls governing what those systems — and everything else — are actually allowed to make happen.

The future SOC will require extraordinary intelligence, but intelligence without boundaries is not zero-trust.

AI can reason, investigate, recommend, and increasingly act. Consequential endpoint execution should still be governed by a security boundary designed specifically for that purpose.

A concrete challenge

Test the architecture instead of simply debating it.

If you are building an Agentic SOC, an EDR or MDR platform, an AI security system, or a cyber defense research program and want to test this rather than simply debate it, I have a concrete offer: send me a reproducible real-world attack chain or execution scenario that your current stack struggles to prevent upstream. In a controlled environment, I will test it against CyberLock's execution layer and share the methodology and results transparently, subject to any necessary confidentiality requirements.

If you want to challenge the architecture, pressure-test CyberLock, or explore how independent execution enforcement could integrate with an autonomous security platform, I would genuinely like to hear from you. You can reach me through cyberlock.global.

Whether CyberLock ultimately represents one implementation of this architecture or inspires better ones is less important than addressing the underlying question. As we build increasingly intelligent autonomous defenders, we should make sure we are also building the boundaries that make their autonomy safe.

Alongside What is happening? What does it mean? What should we do about it?, the Agentic SOC should always ask one more question:

What is actually permitted to execute?

Dan Butler

VoodooSoft / CyberLock

cyberlock.global

Open letter drafted collaboratively with ChatGPT, with additional review from Claude and Gemini.

Support for the principle

Signatories

Individuals and organizations listed here endorse the central architectural principle of the letter: increasingly autonomous cyber defense should include an independent, zero-trust execution boundary.

  • ErzCrz (MalwareTips)
  • VoodooSoft / CyberLock

Signatories may be listed by individual name, username, or organization name. Inclusion indicates support for the open letter's central architectural principle and does not imply a commercial partnership or product endorsement.

Join the conversation

Add your name or organization as a signatory

If you support the central principle that autonomous cyber defense should include an independent execution boundary, contact CyberLock and request to be added to the signatory list. Individuals may be listed by name or username, and organizations by organization name.

View signatories
CyberLock Icon

CyberLock

Download

The most effective, advanced and only user-friendly Zero-Trust Endpoint Protection on the market.

DefenderUI Icon

DefenderUI

Download

Unlocks the full power of Microsoft Defender with an intuitive, streamlined interface.

WDAC Lockdown Icon

WDAC Lockdown

Download

Automates Microsoft App Control with one click for powerful lockdown protection.

SecureHelper Icon

SecureHelper

Download

AI screen help for Windows apps. Choose a window, ask a question, and send it to your AI.

TaskbarPlus Icon

TaskbarPlus

Download

Customizable taskbar overlay giving quick access to apps, folders, favorites, notes and more.

BottleNeck Icon

BottleNeck

Download

Diagnoses and displays performance bottlenecks in real-time with system metrics.

CyberLock Web Management Console

Cross