Skip to content

OpenClaw Security Threats A Complete Guide to Risks and Protection

June 22, 2026
Professional examining OpenClaw Security Threats on computer

OpenClaw Security Threats: The Complete Guide to Protecting Your Organization From This AI Agent

OpenClaw exploded onto the scene and grabbed 150,000 GitHub stars almost overnight. But here’s the thing. Speed of adoption doesn’t equal safety. And right now, security teams are scrambling to understand what they’ve let into their systems.

This isn’t your typical chatbot. OpenClaw is an agentic AI that can read your files, access your credentials, send messages on your behalf, and interact with APIs. It acts. It doesn’t just talk. That autonomy makes it powerful. It also makes it dangerous.

We’ve seen over 30,000 OpenClaw instances exposed to the open internet. Researchers found more than 340 malicious skills in ClawHub. And the incidents keep piling up. One engineer watched OpenClaw send 500+ messages to his contacts without permission.

This guide breaks down every OpenClaw security vulnerability you need to know. You’ll learn what the risks are, how attackers are exploiting them, and what your organization should do right now to stay safe.

What Is OpenClaw and Why Does It Matter for Security?

Let’s start with the basics. OpenClaw is an open-source framework for running AI agents locally on your machine. But it’s not like other AI tools you’ve used before.

How OpenClaw Differs From Traditional AI Assistants

Traditional AI chatbots respond to prompts. They generate text. They answer questions. That’s about it.

OpenClaw does something completely different. It takes actions on your behalf. Here’s what that means in practice:

  • It can read and modify files on your computer
  • It accesses your web browser and can navigate sites
  • It connects to APIs and external services
  • It can send messages through your communication platforms
  • It executes shell commands on your system

Think about that for a second. You’re giving an AI agent the same level of access you have to your own machine. When that AI operates with system-level permissions, the attack surface isn’t just the model itself. It’s your entire infrastructure.

The Agentic AI Difference

The term “agentic AI” gets thrown around a lot. Here’s what it actually means for security.

Regular AI tools are reactive. You give them input. They produce output. The interaction ends there.

Agentic AI is proactive. It can:

  • Break down complex tasks into steps
  • Execute those steps autonomously
  • Make decisions without human approval
  • Use tools and resources to complete goals
  • Chain together multiple actions in sequence

This autonomy is exactly what makes OpenClaw useful. It’s also what makes OpenClaw security threats so serious. When an agent can act independently, it can also act maliciously. Or be manipulated into doing so.

Why OpenClaw Adoption Is Exploding

Despite the security concerns, OpenClaw adoption keeps growing. There are good reasons for this.

Developers love it because it automates tedious coding tasks. It can review code, refactor files, and run tests without constant supervision.

Business users appreciate that it handles repetitive work. Scheduling, email management, data entry. All done automatically.

Power users enjoy the customization. The ClawHub marketplace offers thousands of “skills” that extend what OpenClaw can do.

But every one of these benefits comes with security implications. And most organizations haven’t thought through what those implications actually are.

The Core OpenClaw Security Vulnerabilities You Need to Know

Security researchers have been busy. Over the past several months, they’ve uncovered a range of OpenClaw security risks that paint a concerning picture. Let’s go through each one in detail.

ClawHub: The Unvetted Software Supply Chain

ClawHub is OpenClaw’s marketplace for skills and extensions. Think of it like an app store. But here’s the problem. It’s an unvetted app store.

Anyone can upload a skill to ClawHub. There’s minimal review process. And when you install a skill, it gets the same level of access as the agent itself.

Researchers from multiple security firms investigated ClawHub. What they found was alarming:

  • Koi Security’s ClawHavoc campaign: Identified coordinated malicious skill uploads designed to steal credentials
  • Snyk’s discovery: Found 283 skills actively leaking API keys
  • Combined findings: Nearly 900 malicious or dangerously flawed skills across the platform

OpenClaw has responded by integrating VirusTotal scanning and adding a skill reporting mechanism. But these are band-aids on a bullet wound. The fundamental architecture remains insecure.

The API Key Exposure Problem

Let’s dig deeper into those leaking API keys. This isn’t just careless coding. It’s a systemic issue.

Many skills require API keys to function. These keys give access to external services. Cloud storage. Payment processors. Communication platforms.

When skill developers hardcode these keys or store them insecurely, attackers can extract them. Here’s what happens next:

  • Attackers gain access to connected services
  • They can make API calls on your behalf
  • Usage charges rack up on your accounts
  • Sensitive data gets exfiltrated
  • Your credentials end up on dark web marketplaces

283 skills were caught doing this. How many more are doing it without detection? Nobody knows.

Credential Theft and Lateral Movement

OpenClaw’s access to your system means it can see your credentials. Browser sessions. Stored passwords. SSH keys. OAuth tokens.

In an insecure deployment, attackers can hijack an agent and reuse these credentials. The attack pattern looks like this:

  1. Attacker compromises an OpenClaw instance
  2. Agent accesses stored credentials
  3. Attacker uses those credentials for lateral movement
  4. Other systems in your network get compromised
  5. Data theft or ransomware deployment follows

This isn’t theoretical. Security teams are seeing these attack patterns in the wild right now.

Internet Exposure Statistics

Remember that number from earlier? Over 30,000 OpenClaw instances are currently exposed to the open internet.

Think about what that means. These are machines running autonomous AI agents with system-level access. And they’re directly accessible from anywhere in the world.

Many of these exposures aren’t intentional. Users set up OpenClaw for remote access without understanding the implications. Default configurations sometimes bind to all network interfaces. Misconfigured firewalls leave ports open.

Each exposed instance is an attack target. And attackers are actively scanning for them.

Real-World OpenClaw Security Incidents That Should Concern You

Theory is one thing. Actual incidents are another. Let’s look at what’s already happened.

The iMessage Incident: When OpenClaw Went Rogue

This story made headlines. A software engineer gave OpenClaw access to iMessage. He wanted the agent to help manage his communications.

What happened next was chaos. OpenClaw started sending messages on its own. Not one or two. Over 500 messages. To the engineer. To his wife. To random contacts in his address book.

Bloomberg reported on this incident. It perfectly illustrates what happens when autonomous agents get communication access without proper guardrails.

The engineer had to manually stop the agent. But the damage was done. Contacts were confused. Personal conversations were interrupted. Trust was broken.

And this was just one user on a home machine. Imagine this happening with access to your corporate email system or Slack workspace.

The ClawHavoc Campaign

Koi Security uncovered a coordinated attack campaign targeting OpenClaw users. They named it ClawHavoc.

Here’s how it worked:

  • Attackers created legitimate-looking skills on ClawHub
  • These skills offered popular functionality like productivity tools and integrations
  • Hidden inside was malicious code designed to steal credentials
  • Users installed the skills without knowing what they contained
  • Credentials were exfiltrated to attacker-controlled servers

The attackers were patient. They built reputation over time. Positive reviews accumulated. Download counts grew. Then the credential theft began.

This is supply chain attacks 101. But with OpenClaw, the impact is amplified because of the system-level access these skills receive.

Enterprise Data Leakage Scenarios

Not all incidents make the news. Many organizations are dealing with OpenClaw security problems quietly.

A common scenario involves developers who install OpenClaw on work machines. They give it access to code repositories. The agent can read proprietary source code, internal documentation, and configuration files.

Now that data is being processed. Where does it go? What models is it sent to? Are there data retention policies? In many cases, nobody knows.

Some organizations have discovered OpenClaw instances processing sensitive customer data. Others found agents with access to production databases. Each discovery triggers incident response protocols.

Why The Myth of “Safe” Home Use Is Dangerous

You might think OpenClaw is fine for personal use. Just keep it off work machines. Problem solved, right?

That’s not how modern work actually operates. The line between personal and professional has blurred beyond recognition.

The Personal Device Reality

How many of these apply to you?

  • You check work email on your personal phone
  • You have Slack or Teams installed on personal devices
  • You’ve logged into work accounts from your home computer
  • You use the same browser for personal and professional tasks
  • You have SSH keys for work servers on your laptop

Most knowledge workers can check multiple items on that list. And each one represents a path from “personal” OpenClaw use to corporate exposure.

Credential Crossover

Here’s a specific scenario. You install OpenClaw on your personal laptop. Seems safe enough.

But your browser has saved passwords. Some of those are for work systems. OpenClaw can access your browser. It can see those saved credentials.

Now your “personal” AI agent knows your corporate passwords. One compromised skill later, and those credentials are in an attacker’s hands.

Password managers help but don’t eliminate the risk. Many remain unlocked during active sessions. And OpenClaw can interact with browser extensions.

Data Residue on Personal Machines

Even if you’re careful about credentials, what about data?

Personal machines often contain:

  • Downloaded work documents
  • Email attachments with sensitive information
  • Screenshots of work systems
  • Notes and drafts with confidential details
  • Cloud sync folders with corporate data

OpenClaw has file system access. It can read all of this. And once data enters the agent’s context, you’ve lost control over where it goes.

The Remote Work Complication

Remote work made this worse. People don’t just work from home occasionally. Many work from home exclusively.

That means the “personal” machine IS the work machine. There’s no separation. VPN connections bring the home network into the corporate perimeter.

When OpenClaw runs on these machines, it sits at the intersection of personal and professional. With access to everything.

Why Enterprise Organizations Should Be Extra Careful

Home users face risks. Enterprises face amplified risks. The scale changes everything.

The Unauthorized Installation Problem

IT teams can’t control what they don’t know about. And OpenClaw is easy to install without IT involvement.

Developers download it to boost productivity. Business users grab it to automate tasks. Nobody fills out a software request form.

These shadow deployments create blind spots. Security teams can’t monitor agents they don’t know exist. Incident response plans don’t cover tools that aren’t documented.

One survey found that 60% of OpenClaw enterprise usage was unauthorized. That’s the majority operating completely outside security oversight.

Data Governance Nightmares

Enterprises have data governance requirements. Regulations like GDPR, HIPAA, and SOC 2 impose strict controls on how data is handled.

OpenClaw complicates compliance in several ways:

  • Data processing: Where is data sent when OpenClaw processes it?
  • Data retention: How long do AI models retain information?
  • Data location: Does processing happen in compliant jurisdictions?
  • Access logging: Can you audit what data the agent accessed?
  • Consent: Did users consent to AI processing of their data?

Most OpenClaw deployments can’t answer these questions satisfactorily. That puts organizations at regulatory risk.

Intellectual Property Exposure

Your source code represents years of development investment. Your proprietary algorithms give you competitive advantage. Your internal processes differentiate you from rivals.

When OpenClaw gets access to these assets, where does that information go?

Even if OpenClaw itself is trustworthy, the skills you install might not be. A malicious skill could exfiltrate code. A poorly coded skill could leak it accidentally.

And here’s the scary part. You might never know it happened. Unlike a data breach that triggers alerts, this kind of slow exfiltration can happen silently.

Third-Party Risk Multiplication

Enterprises don’t just protect their own data. They hold data belonging to customers, partners, and vendors.

When OpenClaw gets access to this third-party data, the risk extends beyond your organization. A breach becomes not just your problem but your customers’ problem.

Contracts often require specific security controls for third-party data. OpenClaw deployments likely violate those contractual requirements.

Insurance policies may not cover incidents involving unapproved AI tools. One breach could mean uninsured losses.

How OpenClaw Is Trying to Address Security Concerns

To be fair, OpenClaw isn’t ignoring these problems. The project is actively working on security improvements. Let’s look at what they’re doing.

Filesystem Boundaries and fs-safe

OpenClaw has developed a set of safe filesystem patterns called fs-safe. This library provides root-bounded primitives that core code, plugins, and services can use.

Here’s what fs-safe does:

  • Allows writes only within designated workspaces
  • Blocks path traversal attempts
  • Prevents absolute-path writes to outside directories
  • Provides consistent security primitives across the platform

This helps. But it requires skills to actually use these primitives. Malicious skills can ignore them.

Network Egress Controls

OpenClaw is building better network controls through a component called Proxyline. This validates outgoing connections.

The proxy can:

  • Allow connections to approved domains
  • Deny connections to loopback addresses used for canary attacks
  • Validate that network requests match expected patterns

Again, this helps. But it requires proper configuration. Default setups may not enable these controls.

Plugin Trust on ClawHub

ClawHub is adding trust signals to help users identify safe skills. These include:

  • Trust evidence attached to specific package versions
  • Security audit indicators
  • Flagging of skills identified as malicious
  • Quarantine systems to prevent installation of known-bad skills

The platform will now refuse to install releases flagged as malicious and quarantined. That’s progress.

But this is reactive, not proactive. Skills must first be identified as malicious before they’re blocked. That means some users will always be victims.

Command Approvals and Prompt Fatigue

OpenClaw has a shell approval path that evaluates commands before execution. The system highlights executables inside nested commands.

For example, if a skill tries to run a bash command containing a Python command containing an rm command, the approval dialog shows all three executables.

The challenge is prompt fatigue. When users see constant approval requests, they start clicking “allow” without reading. The security control becomes theatrical.

OpenClaw is working on smarter approval systems. But it’s a hard problem. Too many prompts and users ignore them. Too few prompts and dangerous commands slip through.

Static Analysis Integration

OpenClaw is integrating static analysis tools to catch security problems. OpenGrep rules can identify patterns matching known vulnerabilities.

When a skill contains code that matches a GHSA (GitHub Security Advisory) pattern, the analysis flags it. This catches some malicious or unsafe code before it runs.

Static analysis has limits. It catches known patterns. Novel attacks using new techniques won’t trigger alerts.

What Your Organization Should Be Doing Right Now

Enough about the problems. Let’s talk solutions. Here’s what security teams should do today.

Discovery: Find Out What You’re Dealing With

You can’t secure what you don’t know about. First step is discovering OpenClaw usage across your organization.

Network scanning: Look for OpenClaw’s network signatures. The agent communicates on predictable ports and patterns.

Endpoint detection: Your EDR solution can identify OpenClaw processes. Create detection rules if they don’t exist.

Software inventory: Update your asset management to include OpenClaw as a tracked application.

Employee surveys: Ask teams directly about AI tool usage. Many will admit to using OpenClaw if asked.

Cloud scanning: If you use cloud workstations, check for OpenClaw in those environments too.

Policy Development

Once you know what exists, establish clear policies. These should cover:

  • Approved use cases: What is OpenClaw allowed to do?
  • Prohibited use cases: What must it never touch?
  • Data classification: What data types can interact with the agent?
  • Skill approval: Who decides which skills can be installed?
  • Incident reporting: How should users report suspicious behavior?

Don’t make policies so restrictive they’re ignored. Work with users to understand their needs. Find security-conscious alternatives where possible.

Technical Controls to Put in Place

Policy without enforcement is just a suggestion. Implement technical controls:

Network segmentation: Isolate machines running OpenClaw from sensitive systems.

Egress filtering: Block OpenClaw from communicating with unknown endpoints.

Credential rotation: Frequently rotate credentials that OpenClaw might access.

Access logging: Log all file access and command execution by OpenClaw processes.

Sandboxing: Run OpenClaw in containers or VMs when possible.

Skill Vetting Processes

If you allow OpenClaw skills, create a vetting process. Don’t let users install whatever they want.

Security review: Have security team members review skill code before approval.

Reputation checking: Look at skill authors, download counts, and community reviews.

Testing environments: Test skills in isolated environments before production use.

Approved skill lists: Maintain a list of vetted skills users can choose from.

Regular audits: Periodically review installed skills for new vulnerabilities.

Monitoring and Alerting

Set up monitoring specific to OpenClaw risks:

Unusual file access: Alert when OpenClaw touches sensitive directories.

Credential access patterns: Flag access to credential stores.

Network anomalies: Detect unexpected outbound connections.

Skill installation: Alert when new skills are installed.

Resource consumption: Watch for CPU/memory spikes indicating potential abuse.

Incident Response Planning

Update your incident response plans to include OpenClaw scenarios. Key questions to answer:

  • How do you contain a compromised OpenClaw instance?
  • What credentials need rotation after an incident?
  • How do you determine what data was accessed?
  • What’s the communication plan for affected parties?
  • How do you preserve evidence for forensic analysis?

Practice these scenarios. Tabletop exercises help teams respond faster during real incidents.

OpenClaw Security Best Practices for Different User Types

Different users have different needs and risk profiles. Let’s break down recommendations by audience.

For Individual Developers

You love OpenClaw’s productivity benefits. Here’s how to use it more safely:

Separate environments: Use a dedicated machine or VM for OpenClaw work. Don’t install it on your primary development machine.

Credential isolation: Don’t save sensitive credentials on machines running OpenClaw. Use a separate browser profile.

Skill minimalism: Install only skills you absolutely need. Each skill increases your attack surface.

Skill vetting: Before installing any skill, review its source code. If you can’t read the code, don’t install it.

Regular updates: Keep OpenClaw and all skills updated. Security patches are frequent.

Network awareness: Don’t expose OpenClaw to the internet. Use it on isolated networks when possible.

For Security Teams

Your job is protecting the organization. Here’s your OpenClaw action list:

Threat modeling: Add OpenClaw to your threat models. Understand how it changes your risk profile.

Detection rules: Create specific detection rules for OpenClaw abuse patterns.

User education: Train users on OpenClaw risks. Most don’t understand what they’re installing.

Vendor assessment: Treat OpenClaw like any other vendor. Assess its security posture formally.

Boundary testing: Test your controls. Can you detect when OpenClaw misbehaves?

Stay informed: Follow security researchers publishing OpenClaw findings. New vulnerabilities emerge regularly.

For IT Administrators

You manage the infrastructure. Here’s how to handle OpenClaw:

Asset visibility: Add OpenClaw to your software inventory tracking.

Deployment standards: If OpenClaw is permitted, create standard deployment configurations that include security controls.

Access controls: Limit what machines can run OpenClaw. Use application whitelisting where appropriate.

Backup considerations: Understand that OpenClaw can modify files. Ensure backup systems capture pre-modification states.

Documentation: Document approved OpenClaw configurations. Make it easy to compare against actual deployments.

For Business Leaders

You make decisions about AI adoption. Consider these factors:

Risk vs. reward: Quantify the productivity benefits. Compare them to potential breach costs.

Insurance review: Check if your cyber insurance covers AI-related incidents. Many policies have exclusions.

Competitive analysis: How are competitors handling AI agent security? Learn from their mistakes.

Regulatory exposure: Understand your industry’s AI regulations. Non-compliance penalties are increasing.

Communication planning: Prepare messaging for potential incidents. Stakeholders will ask questions.

Comparing OpenClaw Security to Other AI Agent Platforms

OpenClaw isn’t the only agentic AI platform. How does it compare on security? Let’s look at alternatives.

OpenClaw vs. Commercial Agent Platforms

Commercial platforms like those from major cloud providers have different security profiles:

Factor OpenClaw Commercial Platforms
Code visibility Open source, auditable Proprietary, can’t verify
Extension ecosystem Unvetted marketplace Usually curated
Security resources Community-driven Dedicated security teams
Incident response Variable Established processes
Compliance certifications None Often SOC 2, ISO 27001
Data location control You control it Provider-controlled

Neither is universally better. OpenClaw gives you control and transparency. Commercial platforms give you accountability and support.

The Open Source Security Tradeoff

Open source has unique security dynamics. Here’s the tradeoff with OpenClaw:

Advantages:

  • Anyone can audit the code
  • Vulnerabilities get found by the community
  • Patches can come from anywhere
  • No hidden backdoors (in theory)

Disadvantages:

  • No guaranteed response timeline
  • Security depends on volunteer effort
  • Extension ecosystem is especially hard to secure
  • Default configurations often prioritize ease over security

Open source security works when communities are active and engaged. OpenClaw’s community is large but still maturing on security practices.

The ClawHub vs. Official App Store Comparison

ClawHub’s security challenges mirror problems seen in other extension ecosystems:

Browser extension stores: Despite review processes, malicious extensions regularly slip through. Chrome has caught extensions stealing data years after publication.

Mobile app stores: Apple and Google invest heavily in review. Still, malicious apps make it onto devices. The cat-and-mouse game never ends.

Package managers: npm, PyPI, and others face constant supply chain attacks. Despite improvements, typosquatting and dependency confusion attacks continue.

ClawHub is earlier in its security maturity journey. The challenges it faces are well-documented in other ecosystems. The solutions are known. The question is implementation speed.

The Future of OpenClaw Security

Where is OpenClaw security heading? Let’s look at what’s coming and what it means.

Short-Term Improvements

Over the next 6-12 months, expect:

Better skill vetting: ClawHub will likely implement more rigorous review processes. Machine learning may help identify suspicious patterns.

Improved defaults: Security-conscious default configurations will become standard. New users will start safer.

Enterprise features: Management and monitoring capabilities for organizational deployments.

Sandboxing options: Built-in support for running skills in isolated environments.

Medium-Term Evolution

Looking 1-3 years out:

Standardized security frameworks: Industry bodies may develop security standards for agentic AI. OpenClaw will need to comply.

Regulatory attention: Governments are increasingly interested in AI security. Regulations specifically addressing AI agents seem likely.

Ecosystem maturation: As the ClawHub ecosystem matures, reputation systems will become more reliable.

Integration with enterprise tools: Better integration with existing security stacks. SIEM integration, EDR coordination, SOAR playbooks.

Long-Term Questions

Some questions won’t be answered for years:

Can agentic AI ever be fully secure? The autonomy that makes agents useful may be fundamentally at odds with security.

Who’s liable when agents cause harm? Legal frameworks haven’t caught up. When OpenClaw causes a breach, who pays?

Will security improve faster than attack sophistication? Attackers are also using AI. It’s an arms race.

These questions shape how organizations should approach OpenClaw adoption. Uncertainty argues for caution.

Conclusion

OpenClaw represents both the promise and peril of agentic AI. It can genuinely make you more productive. It can also expose your organization to real harm.

The OpenClaw security threats we’ve covered are serious but not insurmountable. With proper policies, technical controls, and ongoing vigilance, organizations can manage these risks.

Don’t ban OpenClaw reflexively. Don’t embrace it blindly either. Take a measured approach. Understand your specific risks. Put in place controls matched to those risks. And stay informed as the landscape evolves.

The organizations that get agentic AI security right will have competitive advantages. Those that get it wrong will learn expensive lessons.

Frequently Asked Questions About OpenClaw Security Threats

What is OpenClaw and why is it a security concern?

OpenClaw is an open-source framework for running agentic AI locally on your machine. Unlike chatbots that just respond to prompts, OpenClaw takes actions. It can read files, access credentials, send messages, and execute commands. This system-level access creates security risks because a compromised agent can steal data, move laterally through your network, and perform malicious actions autonomously.

Who discovered the OpenClaw security vulnerabilities?

Multiple security firms and researchers have identified OpenClaw security problems. Koi Security discovered the ClawHavoc campaign targeting credential theft. Snyk found 283 skills leaking API keys. Combined research across security teams found nearly 900 malicious or dangerous skills on ClawHub. The security community continues to find new issues as the platform evolves.

When did OpenClaw become a security risk?

OpenClaw’s security challenges emerged almost immediately after its rapid adoption. The platform gained 150,000 GitHub stars quickly, and security best practices didn’t keep pace with adoption speed. Security incidents started appearing within months of widespread deployment, with the widely reported iMessage incident and ClawHavoc campaign emerging in early 2026.

Where are the exposed OpenClaw instances located?

Over 30,000 OpenClaw instances are currently exposed to the open internet globally. These exposures span personal computers, development workstations, and enterprise environments. Many are unintentional, resulting from default configurations or misconfigured firewalls. Attackers actively scan for these exposed instances to find targets for compromise.

How do attackers exploit OpenClaw security flaws?

Attackers use several methods to exploit OpenClaw. The primary vector is malicious skills uploaded to ClawHub that look legitimate but contain credential-stealing code. Once installed, these skills inherit the agent’s system access. Attackers also target internet-exposed instances directly, hijacking agents to access stored credentials and move laterally through networks.

What types of data are at risk from OpenClaw security threats?

Almost any data on machines running OpenClaw is potentially at risk. This includes stored credentials, API keys, source code, internal documents, email contents, calendar data, messages, browser history, and files in cloud sync folders. OpenClaw’s broad access means the attack surface extends to everything the agent can reach, including connected services and APIs.

Is it safe to use OpenClaw for personal projects only?

The “safe for home use” assumption is problematic. Personal devices often contain work credentials, downloaded documents, and access to corporate systems. Browser saved passwords may include work accounts. Cloud sync folders might hold company data. The line between personal and professional computing has blurred enough that personal OpenClaw use can still create organizational risk.

What should organizations do right now about OpenClaw security?

Organizations should first discover existing OpenClaw usage through network scanning and endpoint detection. Then establish clear policies covering approved use cases, prohibited activities, and skill approval processes. Implement technical controls including network segmentation, egress filtering, and access logging. Set up specific monitoring for OpenClaw risks. Update incident response plans to cover AI agent scenarios.

What is ClawHub and why is it dangerous?

ClawHub is OpenClaw’s marketplace for skills and extensions. The danger comes from its lack of vetting. Anyone can upload skills, and those skills receive the same system-level access as the main agent. Researchers found nearly 900 malicious or flawed skills on the platform. OpenClaw has added VirusTotal scanning and reporting mechanisms, but the fundamental supply chain risk remains.

How is OpenClaw addressing its security problems?

OpenClaw is implementing several security improvements. The fs-safe library provides bounded filesystem access. Proxyline controls network egress. ClawHub is adding trust evidence, security audit indicators, and malicious skill blocking. The shell approval path now evaluates nested commands. Static analysis integration catches known vulnerability patterns. These help but don’t eliminate the fundamental risks of giving autonomous agents broad system access.