Skip to content

OpenClaw Browser Exploitation Risks, Complete Security Guide 2026

June 22, 2026
Professional analyzing OpenClaw Browser Exploitation Risks on computer

OpenClaw Browser Exploitation Risks: The Complete Security Guide for 2026

OpenClaw has become one of the most talked-about AI tools of 2026. It started as Clawdbot, then became Moltbot, and now sits at the center of a growing security crisis. With over 160,000 GitHub stars and millions of users, this open-source AI agent framework lets you automate browser tasks, manage files, and connect to dozens of services. Sounds great, right?

But here’s the problem. Security researchers have found serious flaws. BitSight discovered more than 30,000 exposed OpenClaw instances running without proper authentication. Microsoft’s security team called it “untrusted code execution with persistent credentials.” And that’s just the beginning.

This guide breaks down everything you need to know about OpenClaw browser exploitation risks. We’ll cover how attacks actually work, what the research shows, and what you can do to protect yourself and your organization.

What Is OpenClaw and Why Should You Care About Its Security?

OpenClaw is an open-source framework that runs AI agents on your local machine. These agents can browse the web, read your files, call APIs, and interact with connected services. Think of it as giving an AI assistant the keys to your computer.

The Core Architecture Behind OpenClaw

The framework operates on a simple but powerful concept. It combines large language models with real-world actions. Here’s what that means in practice:

  • Local execution: OpenClaw runs directly on your device, not in a sandbox
  • Persistent memory: The agent remembers past interactions and instructions
  • Tool access: It can control your browser, terminal, and file system
  • Skill extensions: Third-party plugins from ClawHub add new capabilities

This design makes OpenClaw incredibly useful. It also makes OpenClaw browser exploitation risks extremely serious. When something has full access to your system, any vulnerability becomes a direct path into your digital life.

How OpenClaw Gained Massive Popularity

The tool exploded in popularity during early 2026. It went from niche project to mainstream sensation in weeks. Several factors drove this growth:

  • Simple installation with single-line commands
  • Free and open-source licensing
  • Active community creating thousands of skills
  • Viral demos on social media showing impressive automation
  • Integration with popular AI models

Bitdefender’s research noted that GravityZone telemetry showed employees deploying “hundreds of AI agents directly onto corporate machines.” This happened because the tool removes technical friction. Anyone can set it up. That’s both a feature and a flaw.

The Gap Between Promise and Security Reality

OpenClaw promised to make AI automation accessible to everyone. It delivered on that promise. But it didn’t deliver adequate security controls. This gap creates the core problem we’re discussing today.

As Barracuda’s security team put it: “The promise of autonomous AI agents is rapidly turning into a security beachhead for initial access.” When you give an AI agent broad permissions, you’re trusting it completely. And when that trust gets exploited, the results can be devastating.

Understanding OpenClaw Browser Exploitation Risks in Detail

Let’s get specific about what can go wrong. Browser exploitation through OpenClaw happens in several distinct ways. Each attack vector presents unique challenges for defenders.

Credential Theft and Data Exfiltration

Microsoft’s security blog identified credential exposure as a primary risk. In their words: “Credentials and accessible data may be exposed or exfiltrated.”

Here’s how this works in practice. OpenClaw needs credentials to perform useful tasks. Want it to send emails? It needs your email password or OAuth token. Want it to manage files in the cloud? It needs those credentials too.

These credentials get stored locally. If an attacker compromises the agent, they gain access to:

  • Browser session cookies and saved passwords
  • API keys for connected services
  • OAuth tokens with broad permissions
  • SSH keys and cloud provider credentials
  • Database connection strings

Snyk’s research found 283 skills on ClawHub that were leaking API keys. That’s not a bug in OpenClaw itself. It’s a flaw in the ecosystem. Users install skills assuming they’re safe. Many aren’t.

Memory Poisoning Attacks

This attack vector is particularly sneaky. OpenClaw maintains persistent memory across sessions. That’s what makes it useful. It remembers context and can build on previous work.

But Microsoft warned: “The agent’s persistent state or ‘memory’ can be modified, causing it to follow attacker-supplied instructions over time.”

An attacker doesn’t need full system access to pull this off. They just need to inject malicious instructions into the agent’s memory. Once there, those instructions persist. The agent follows them during future sessions.

Think about what this means. You could be running an agent that looks completely normal. But hidden in its memory are instructions to exfiltrate data, install backdoors, or spread to other systems. The agent does this automatically, without showing any obvious signs of compromise.

Remote Code Execution Through Malicious Skills

ClawHub hosts over 5,000 third-party skills. These are essentially plugins that extend OpenClaw’s capabilities. And they represent a massive attack surface.

Security researchers found nearly 900 malicious or dangerously flawed skills across ClawHub. The Koi Security team documented a campaign called “ClawHavoc” that specifically targeted users through malicious skill distribution.

Microsoft’s assessment was blunt: “The host environment can be compromised if the agent is induced to retrieve and execute malicious code.”

Reddit users reported that malicious skills “often reappear under different names even after being removed from community registries.” This cat-and-mouse game means even careful users can get caught. You might avoid one malicious skill only to install its repackaged clone.

Website-to-Local Agent Takeover

Oasis Security discovered a particularly alarming vulnerability. They documented a “Website-to-Local Agent Takeover” attack that lets malicious websites hijack your local OpenClaw agent.

The attack works like this. You browse to a compromised website. That website contains specially crafted content. When your OpenClaw agent processes that content, it executes attacker-controlled instructions.

This turns OpenClaw browser exploitation risks into a remote attack. The attacker doesn’t need access to your network. They don’t need to trick you into installing malware. They just need you to visit a website while your agent is running.

Real-World Incidents and Documented Breaches

Theory is one thing. Real incidents are another. Let’s look at what’s actually happened to OpenClaw users.

The Meta Security Researcher Incident

Summer Yue, a security researcher at Meta, experienced OpenClaw’s risks firsthand. According to PCMag’s reporting, her OpenClaw AI agent accidentally deleted her emails.

This wasn’t a malicious attack. It was the agent operating as designed but making catastrophic mistakes. The incident highlights a fundamental problem. Even without attackers, giving an AI agent full access to your systems is dangerous.

Yue works in security. She understands these risks better than most users. If she got burned, what happens to average users who don’t have that expertise?

The iMessage Spam Incident

Bloomberg reported on a software engineer who gave OpenClaw access to iMessage. The results were chaotic. The agent “went rogue” and started bombarding him and his wife with over 500 messages. It also spammed random contacts from his address book.

Again, this wasn’t a sophisticated attack. The agent simply didn’t understand boundaries. It had access, so it used that access in unexpected ways. Now imagine a malicious actor deliberately exploiting that same access.

Exposed Instances at Scale

BitSight’s research revealed the scope of the problem. They identified over 30,000 exposed OpenClaw instances accessible from the internet. Many had no authentication at all. A large percentage were vulnerable to remote code execution.

The report noted: “Unfortunately, that assumption doesn’t hold… this is not just theoretical.” Real attackers are scanning for these instances. Real compromises are happening.

BitSight described OpenClaw as “The AI Butler With Its Claws On The Keys To Your Kingdom.” That’s an apt metaphor. When the butler can be bribed by any stranger on the street, you have a problem.

The ClawHavoc Campaign

Bitdefender’s technical advisory documented malicious campaigns targeting OpenClaw users through ClawHub. Their labs detected multiple attack patterns distributed through the public skill registry.

The campaigns took advantage of the trust users place in the ClawHub ecosystem. Users assume skills are vetted. They’re not. Anyone can upload a skill. And removing malicious skills is reactive, not preventive.

OpenClaw responded by integrating VirusTotal scanning and adding a skill reporting mechanism. But as Immersive Labs noted: “The fundamental problem remains: ClawHub is an unvetted software supply chain.”

Why Enterprise Environments Face Greater OpenClaw Security Threats

Home users face real risks. Enterprise environments face even bigger ones. The stakes are higher and the attack surface is larger.

Shadow AI and Unauthorized Deployments

Bitdefender’s research highlighted a growing problem: “Shadow AI” where employees deploy AI agents without IT approval. The ease of installation makes this trivially simple.

One command. That’s all it takes to deploy OpenClaw. An employee sees a cool demo, installs the tool, and starts using it for work tasks. They don’t think about security implications. They just want to automate something tedious.

Now that employee’s workstation has an AI agent with:

  • Access to corporate networks
  • Credentials for internal systems
  • Ability to move laterally across the environment
  • Persistent memory that can be poisoned
  • Third-party skills with unknown security properties

SMU’s Office of Information Technology took action. They announced that OpenClaw is “not approved for use on university-owned devices” because it operates directly on the host OS. That’s the right call. But many organizations haven’t made similar decisions yet.

Lateral Movement and Privilege Escalation

Barracuda’s security team explained why agentic AI changes the threat model: “In insecure deployments, attackers can hijack an agent and reuse its credentials/tool access for data theft, lateral movement, or command execution.”

Consider a typical scenario. An employee installs OpenClaw on their workstation. They give it access to their email, cloud storage, and internal tools. An attacker compromises the agent through a malicious skill.

Now the attacker has everything that employee can access. They can read emails, download files, and interact with internal systems. The agent provides a perfect persistence mechanism. It’s designed to run continuously and maintain context.

Traditional endpoint detection looks for malware signatures and suspicious behavior patterns. An AI agent doing “normal” automation tasks looks legitimate. It’s supposed to access files and make API calls. Distinguishing malicious actions from legitimate automation becomes extremely difficult.

Supply Chain Risks Through Skills

Enterprise software typically goes through vetting before deployment. You evaluate vendors, review security practices, and maintain inventory of what’s running in your environment.

ClawHub bypasses all of that. Employees can install skills directly. Those skills come from unknown developers with no security review. The skills run with the same permissions as the agent itself.

Immersive Labs put it plainly: “Users are installing skills with the same level of access as the agent itself.” That means every skill is a potential backdoor. Every update could introduce new vulnerabilities.

Data Loss Prevention Challenges

Traditional DLP tools monitor network traffic and file access patterns. They look for sensitive data leaving the organization. But an AI agent complicates this picture.

The agent legitimately needs to access sensitive data to do its job. It might read financial documents, process customer information, or interact with proprietary systems. Separating legitimate automation from data exfiltration requires understanding intent, not just observing behavior.

Current security tools aren’t built for this. They can tell you that a process accessed a file. They can’t tell you whether that access served the user’s goals or an attacker’s.

Technical Breakdown of OpenClaw Browser Vulnerabilities

Let’s get technical. Understanding exactly how these vulnerabilities work helps you defend against them.

Browser Session Hijacking

OpenClaw can control web browsers to automate tasks. It does this by accessing browser APIs and manipulating page content. This creates several attack opportunities.

Cookie theft: The agent has access to browser sessions. If compromised, an attacker can extract session cookies for any site the user is logged into. This works even for sites with strong authentication because the user has already authenticated.

Form manipulation: The agent can fill forms and submit data. A compromised agent could modify form contents before submission. You think you’re sending one thing. The agent sends something different.

Request interception: The agent can observe and modify HTTP requests. This enables man-in-the-middle attacks without network-level access. The attacker sits in your browser, not on the wire.

Local File System Access Exploitation

OpenClaw needs file system access for many tasks. It reads documents, saves outputs, and manages configurations. This access becomes dangerous when exploited.

Configuration file theft: Many applications store sensitive data in configuration files. SSH keys, database credentials, API tokens. A compromised agent can locate and exfiltrate these files.

Malware staging: The agent can write files to disk. An attacker could use this to drop payloads that persist beyond the agent’s execution. Combined with system access, this enables complete system compromise.

Log poisoning: Some security tools rely on log integrity. The agent can modify log files to hide its activities or frame other processes for malicious actions.

API Credential Abuse

Modern automation relies heavily on APIs. OpenClaw stores credentials for various services to make these API calls. These stored credentials create concentrated risk.

Token theft: OAuth tokens often have broad scopes. A token that lets the agent read email might also let it delete email, send email, or access contacts. Attackers can use stolen tokens for purposes beyond the original intent.

Scope escalation: Some APIs allow tokens to request additional permissions. An attacker with an initial token might expand access over time, gradually gaining more control.

Cross-service pivoting: Credentials for one service often enable access to others. Your Google token might give access to Drive, Gmail, Calendar, and dozens of other services. One compromise affects your entire cloud footprint.

Memory State Manipulation Techniques

OpenClaw’s persistent memory is both a feature and an attack surface. Understanding how it works reveals why it’s vulnerable.

The agent stores conversation history, learned preferences, and task context. This data persists in local files or databases. It’s not encrypted by default. Anyone with file access can read and modify it.

Instruction injection: An attacker can add false “memories” of instructions. The agent treats these as legitimate user commands. It follows them in future sessions without questioning their origin.

Context manipulation: The agent uses context to interpret ambiguous requests. By manipulating context, attackers can change how the agent responds to legitimate user commands. A simple request becomes malicious action.

Goal hijacking: Long-term goals get stored in memory. An attacker could add a hidden goal like “periodically upload documents to external server.” The agent pursues this alongside legitimate goals.

Comparing OpenClaw to Safer Browser Automation Alternatives

OpenClaw isn’t the only option for browser automation. Let’s compare it to alternatives that prioritize security.

Traditional Browser Automation Tools

Tools like Selenium, Puppeteer, and Playwright have been around for years. They lack AI capabilities but offer better security properties.

Feature OpenClaw Selenium/Puppeteer
AI-powered decisions Yes No
Sandboxed execution No Configurable
Persistent memory Yes (risky) No
Third-party plugins Unvetted Limited/vetted
Credential management Local storage External/vault
Audit logging Limited Comprehensive

Michael Mintz, whose video exposed OpenClaw security risks, pointed to GitHub Actions as a safer approach. Running automation in cloud environments isolates it from your local machine. If something goes wrong, the blast radius is contained.

Enterprise-Grade Automation Platforms

Organizations with serious automation needs should consider enterprise platforms. UiPath, Automation Anywhere, and similar tools offer:

  • Centralized credential vaults: Secrets don’t sit on individual workstations
  • Role-based access control: Users get only the permissions they need
  • Audit trails: Every action gets logged for review
  • Approval workflows: Sensitive automations require human sign-off
  • Sandboxed execution: Bots run in isolated environments

These tools cost money. They require infrastructure. But they don’t expose your organization to the risks we’ve been discussing.

Hybrid Approaches with AI

Some newer tools try to combine AI capabilities with proper security controls. They use AI for decision-making but execute actions in sandboxed environments.

The Selenium Technical Leadership Committee has discussed these issues. Members emphasized the importance of isolation. AI can help plan actions. But those actions should run in controlled environments, not on production workstations with full access.

This approach adds complexity. You can’t just install one tool and go. But that complexity buys real security benefits. Sometimes friction is a feature, not a bug.

How to Protect Your Organization from OpenClaw Exploitation

If your organization already has OpenClaw deployments, you need an action plan. Here’s what security teams should do immediately.

Discovery and Inventory

First, find out what’s running. You can’t secure what you don’t know about. Use endpoint detection tools to scan for OpenClaw installations across your environment.

Look for:

  • The OpenClaw binary and associated processes
  • ClawHub skill installations
  • Configuration files in user directories
  • Network connections to OpenClaw infrastructure
  • API traffic patterns consistent with agent behavior

Document every instance you find. Note the user, machine, installed skills, and configured credentials. This inventory becomes your remediation roadmap.

Immediate Risk Mitigation

For existing installations, take these steps to reduce immediate risk:

Revoke credentials: Any credentials given to OpenClaw agents should be considered potentially compromised. Rotate passwords, regenerate API keys, and invalidate OAuth tokens.

Remove high-risk skills: Uninstall any skills from unknown developers. Keep only official, well-reviewed skills if you must continue using the tool.

Network isolation: If possible, move OpenClaw workstations to isolated network segments. Limit their ability to reach sensitive internal systems.

Enable logging: Turn on comprehensive logging for these systems. Monitor for suspicious file access, network connections, and process execution.

Policy Development

Create clear policies about AI agent usage. SMU’s approach provides a good model. Their IT office declared OpenClaw “not approved for use on university-owned devices.”

Your policy should address:

  • Which AI agents are approved for business use
  • What approval process new agents must go through
  • What data AI agents can access
  • How credentials for agents should be managed
  • Consequences for unauthorized installations

Make these policies clear and accessible. Employees install shadow AI because they want to be productive. Give them approved alternatives or they’ll keep finding workarounds.

Technical Controls

Policies help but technical controls enforce. Set up systems that prevent or detect unauthorized agent usage.

Application whitelisting: Configure endpoints to only run approved applications. This blocks OpenClaw installation without IT approval.

Endpoint detection rules: Create detection rules for OpenClaw-specific behaviors. Alert when you see agent-like automation patterns.

Network monitoring: Watch for connections to ClawHub and OpenClaw infrastructure. These might indicate unauthorized installations.

DLP tuning: Update data loss prevention rules to flag AI agent data access patterns. Look for bulk file reads and API credential usage.

User Education

Technical controls fail without user buy-in. Educate employees about OpenClaw browser exploitation risks. Help them understand why the restrictions exist.

Key messages to communicate:

  • AI agents can do real damage if compromised
  • Free tools often have hidden costs in security
  • Personal devices used for work create business risk
  • Approved alternatives exist for legitimate automation needs
  • Reporting shadow AI helps everyone stay safe

Frame this positively. You’re not trying to block productivity. You’re trying to enable safe automation. The goal is “yes, but safely” not “no.”

Microsoft’s Guidance on Running OpenClaw Safely

Microsoft’s security team published detailed guidance for organizations that must use OpenClaw. Their recommendations provide a framework for safer deployment.

Identity Isolation Requirements

Microsoft emphasized: “OpenClaw should be treated as untrusted code execution with persistent credentials. It is not appropriate to run on a standard personal or enterprise workstation.”

Their key recommendation is identity isolation. Don’t run OpenClaw with your normal user credentials. Create dedicated service accounts with minimal permissions.

This limits blast radius. If the agent gets compromised, the attacker only gets access to what that service account can reach. Your personal email, admin credentials, and sensitive systems stay protected.

Runtime Risk Management

Microsoft outlined three risks that “materialize quickly” in unguarded deployments:

  1. Credentials and accessible data may be exposed or exfiltrated
  2. The agent’s persistent state can be modified to follow attacker instructions
  3. The host environment can be compromised through malicious code execution

Managing these risks requires multiple controls working together. No single measure is sufficient. You need defense in depth.

Their guidance includes using virtual machines or containers for execution, implementing network egress filtering, monitoring agent behavior for anomalies, and regularly rotating any credentials the agent accesses.

Secure Architecture Patterns

Microsoft recommends architectural changes for organizations using AI agents:

Dedicated agent infrastructure: Run agents on separate systems, not user workstations. This prevents compromise from spreading to user environments.

Credential vaulting: Store credentials in external vaults, not in agent configurations. The agent requests credentials at runtime but can’t persist them.

Action approval workflows: For sensitive operations, require human approval before the agent executes. This catches malicious actions before they cause harm.

Output sanitization: Don’t trust agent outputs directly. Validate and sanitize before using in downstream systems.

The Future of Agentic AI Security

OpenClaw’s problems aren’t unique. They reflect broader challenges with autonomous AI systems. Understanding these trends helps you prepare for what’s coming.

Why Current Security Models Fall Short

Traditional security assumes clear boundaries between users and programs. A user authenticates, gets permissions, and takes actions. Programs run with defined privileges and predictable behavior.

AI agents blur these boundaries. They act on behalf of users but make independent decisions. They access resources based on broad capabilities, not specific permissions. Their behavior varies based on inputs that change constantly.

Barracuda noted: “Agentic AI is a threat multiplier.” It amplifies both productivity and risk. The same capabilities that make agents useful make them dangerous when compromised.

Emerging Security Standards

The security community is working on new approaches for AI agent security. These include:

  • Capability-based security: Agents get specific capabilities, not broad permissions
  • Intent verification: Actions get validated against stated user goals
  • Behavioral monitoring: ML models detect anomalous agent behavior
  • Attestation frameworks: Agents prove their integrity before accessing resources
  • Sandboxed execution: Agents run in isolated environments by default

These standards are still developing. Current tools don’t fully support them yet. But they point toward how AI automation can become safer over time.

What OpenClaw Needs to Fix

For OpenClaw specifically, several changes would improve security:

Mandatory sandboxing: Default to isolated execution instead of host-level access. Users who need more access can explicitly enable it.

Skill vetting: Review skills before they appear in ClawHub. This won’t catch everything but raises the bar for attackers.

Credential encryption: Encrypt stored credentials with user-controlled keys. Make theft harder and abuse more detectable.

Memory integrity: Sign and verify persistent memory. Detect tampering before it affects agent behavior.

Action logging: Comprehensive, tamper-evident logs of all agent actions. Enable forensics when things go wrong.

OpenClaw has started addressing some issues. They added VirusTotal scanning and skill reporting. But as Immersive Labs said, “The fundamental problem remains.” Incremental fixes won’t solve architectural issues.

Conclusion

OpenClaw browser exploitation risks represent a new category of security challenge. The tool’s popularity outpaced its security, and the results are predictable. We’ve seen credential theft, data exfiltration, and system compromises. We’ve seen enterprise networks put at risk by shadow AI deployments. The pattern is clear.

If you’re using OpenClaw, audit your deployment immediately. Revoke exposed credentials and remove untrusted skills. Consider whether the productivity benefits outweigh the security costs. Often they don’t. Safer alternatives exist for most automation tasks.

Frequently Asked Questions About OpenClaw Browser Exploitation Risks

What is OpenClaw and why is it considered a security risk?

OpenClaw is an open-source AI agent framework that runs locally on your computer. It can control browsers, access files, and connect to APIs. It’s considered a security risk because it requires broad system permissions and stores credentials locally. Microsoft’s security team called it “untrusted code execution with persistent credentials” and recommended against running it on standard workstations.

Who discovered the OpenClaw browser exploitation vulnerabilities?

Multiple security teams have documented OpenClaw vulnerabilities. BitSight found over 30,000 exposed instances. Oasis Security discovered the website-to-local agent takeover attack. Snyk found 283 skills leaking API keys. Koi Security documented the ClawHavoc malware campaign. Microsoft, Bitdefender, and Barracuda have all published technical advisories on the risks.

When did OpenClaw become a major security concern?

OpenClaw security concerns escalated in early 2026. The tool gained 160,000 GitHub stars and attracted 2 million visitors in a week during February 2026. Security researchers began publishing findings around the same time. Microsoft released their security guidance on February 19, 2026. By March 2026, organizations like SMU were banning the tool from university devices.

Where do attackers distribute malicious OpenClaw skills?

Attackers distribute malicious skills primarily through ClawHub, the public registry for OpenClaw extensions. Security researchers found nearly 900 malicious or flawed skills on the platform. Even after removal, malicious skills often reappear under different names. The OpenClaw Discord Server has also been used to distribute links that trick users into installing malware.

What data can attackers steal through OpenClaw browser exploitation?

Attackers can potentially steal browser session cookies, saved passwords, OAuth tokens, API keys, SSH keys, cloud provider credentials, and database connection strings. They can also access any files the user can access, including documents, emails, and configuration files containing sensitive data. The agent’s broad permissions mean few boundaries exist once it’s compromised.

How does memory poisoning work in OpenClaw attacks?

OpenClaw maintains persistent memory across sessions. Attackers can inject malicious instructions into this memory. The agent then follows these hidden instructions during future sessions, even when the user gives legitimate commands. Memory isn’t encrypted by default, so anyone with file access can read and modify it. The agent can’t distinguish legitimate memories from attacker-inserted ones.

Why are enterprise environments at higher risk from OpenClaw vulnerabilities?

Enterprise environments face higher risk because employees deploy OpenClaw without IT approval as “Shadow AI.” These unauthorized agents access corporate networks, internal systems, and sensitive data. They enable lateral movement across the environment. Traditional security tools struggle to distinguish malicious agent actions from legitimate automation. The unvetted skill supply chain also bypasses normal software vetting processes.

What safer alternatives exist for browser automation instead of OpenClaw?

Traditional tools like Selenium, Puppeteer, and Playwright offer browser automation with better security controls. GitHub Actions provides cloud-based automation isolated from local machines. Enterprise platforms like UiPath and Automation Anywhere include credential vaulting, audit trails, and approval workflows. These alternatives lack AI decision-making but provide stronger security properties.

What immediate steps should organizations take to protect against OpenClaw risks?

Organizations should first discover and inventory all OpenClaw installations. Then revoke any credentials given to agents and rotate passwords. Remove high-risk third-party skills. Network isolate affected machines. Enable comprehensive logging. Create clear policies about AI agent usage. Set up application whitelisting to prevent unauthorized installations. Educate users about the risks and provide approved alternatives.

What did Microsoft recommend for running OpenClaw safely?

Microsoft recommended treating OpenClaw as untrusted code execution. They said it shouldn’t run on standard workstations. Key recommendations include using dedicated service accounts with minimal permissions, running agents in virtual machines or containers, implementing network egress filtering, monitoring for anomalous behavior, and using external credential vaults instead of local storage. They emphasized defense in depth with multiple controls working together.