Is Your "OpenClaw" Running Naked? CertiK Test: How Vulnerable OpenClaw Skill Bypasses Audits, Takes Over Computers Without Authorization

marsbitPublicado a 2026-03-17Actualizado a 2026-03-17

Resumen

OpenClaw, a popular open-source, self-hosted AI agent platform, has experienced rapid growth due to its flexibility and extensibility. Its ecosystem relies heavily on third-party “Skills” from the Clawhub marketplace, which can perform high-risk operations like system automation and crypto wallet transactions. However, security firm CertiK has identified critical vulnerabilities in the platform’s security model. CertiK’s research reveals that OpenClaw’s current security—primarily dependent on pre-publishing scans like VirusTotal, static code analysis, and AI logic checks—is fundamentally flawed. These measures can be easily bypassed through simple code obfuscation, and malicious Skills can be published even before scanning is complete. In a proof-of-concept, CertiK developed a seemingly benign Skill that contained a hidden remote code execution vulnerability. It passed all checks without warnings and, once installed, allowed full system control via a remote command. The core issue is not a specific bug but a industry-wide misconception: over-reliance on scanning instead of runtime isolation. Unlike systems like iOS, which enforce strict sandboxing, OpenClaw’s sandbox is optional and often disabled for functionality, leaving systems exposed. CertiK recommends that OpenClaw enforce mandatory sandboxing and granular permission controls for Skills. Users are advised to deploy OpenClaw on isolated devices and avoid exposing sensitive data or assets until stronger isolation is i...

Recently, the open-source self-hosted AI agent platform OpenClaw (colloquially known as "小龙虾" or "Little Crayfish") has rapidly gained popularity due to its flexible scalability and self-controlled deployment features, becoming a phenomenon in the personal AI agent space. Its core ecosystem, Clawhub, serves as an app marketplace, gathering a vast number of third-party Skill plugins that enable agents to unlock advanced capabilities with one click—from web search and content creation to encrypted wallet operations, on-chain interactions, and system automation—leading to explosive growth in both ecosystem scale and user base.

But for these third-party Skills running in high-privilege environments, where exactly are the platform's true security boundaries?

Recently, CertiK, the world's largest Web3 security company, released new research on Skill security. The report points out that the current market has a misperception of the security boundaries of AI agent ecosystems: the industry generally treats "Skill scanning" as the core security boundary, but this mechanism is almost useless against hacker attacks.

If OpenClaw is compared to an operating system for smart devices, Skills are the various APPs installed on the system. Unlike ordinary consumer-grade APPs, some Skills in OpenClaw run in high-privilege environments, directly accessing local files, calling system tools, connecting to external services, executing host environment commands, and even operating users' encrypted digital assets. Once security issues arise, they can directly lead to serious consequences such as sensitive information leakage, remote device takeover, and theft of digital assets.

The current universal security solution for third-party Skills across the industry is "pre-listing scanning and auditing." OpenClaw's Clawhub has also built a three-layer audit protection system: integrating VirusTotal code scanning, static code detection engines, and AI logic consistency checks, pushing security alerts to users through risk classification in an attempt to safeguard ecosystem security. However, CertiK's research and proof-of-concept attack tests confirm that this detection system has shortcomings in real attack and defense scenarios and cannot bear the core responsibility of security protection.

The research first breaks down the inherent limitations of the existing detection mechanisms:

Static detection rules are easily bypassed. The core of this engine relies on matching code features to identify risks, such as flagging the combination of "reading sensitive environmental information + sending network requests" as high-risk behavior. However, attackers only need to make slight syntactic modifications to the code to completely bypass feature matching while fully retaining malicious logic, akin to rephrasing dangerous content in synonymous terms, rendering the security scanner completely ineffective.

AI auditing has inherent detection blind spots. The core positioning of Clawhub's AI audit is a "logic consistency detector," which can only catch obvious malicious code where "declared functionality does not match actual behavior," but is helpless against exploitable vulnerabilities hidden within normal business logic, much like how it's difficult to find fatal traps buried deep in the clauses of a seemingly compliant contract.

More critically, the audit process has underlying design flaws: even when VirusTotal scan results are still in a "pending" state, Skills that have not completed the full "health check" process can be directly listed publicly, and users can install them without any warnings, leaving an opening for attackers.

To verify the real危害性 (harmfulness) of the risk, the CertiK research team completed a full test. The team developed a Skill named "test-web-searcher," which表面上 (superficially) appears to be a fully compliant web search tool with code logic that完全符合 (fully complies with)常规开发规范 (standard development norms), but actually implants a remote code execution vulnerability within the normal functional flow.

This Skill bypassed the detection of the static engine and AI audit, and was installed normally without any security warnings while the VirusTotal scan was still pending;最终 (Finally), by remotely sending an instruction via Telegram, the vulnerability was successfully triggered, achieving arbitrary command execution on the host device (in the demo, it directly controlled the system to launch the calculator).

CertiK clearly stated in the research that these issues are not unique product bugs of OpenClaw, but rather a common cognitive error across the entire AI agent industry: the industry普遍把 (generally treats) "audit scanning" as the core security防线 (defense line), but忽略了 (neglects) the true security foundation, which is runtime强制隔离 (mandatory isolation) and精细化的权限管控 (fine-grained permission control). This is就像 (just like) how the security core of Apple's iOS ecosystem has never been the strict review of the App Store, but rather the system's mandatory sandbox mechanism and fine-grained permission control, which allows each APP to run only in its dedicated "隔离舱" (isolation compartment), unable to arbitrarily obtain system permissions. However, OpenClaw's existing sandbox mechanism is optional rather than mandatory and highly relies on manual user configuration. The vast majority of users, to ensure Skill functionality and availability, choose to disable the sandbox, ultimately leaving the agent in a "裸奔" (running naked) state. Once a Skill with vulnerabilities or malicious code is installed, it can directly lead to catastrophic consequences.

Regarding the issues discovered, CertiK also provided security guidance:

● For developers of AI agents like OpenClaw, sandbox isolation must be set as the default mandatory configuration for third-party Skills, with a fine-grained permission control model for Skills, absolutely不允许 (not allowing) third-party code to inherit the host machine's high privileges by default.

● For ordinary users, Skills labeled "Safe" in the Skill marketplace merely indicate that no risks were detected, not that they are absolutely safe. Before the official implementation of underlying strong isolation mechanisms as the default configuration, it is recommended to deploy OpenClaw on non-critical idle devices or virtual machines, and never let it near sensitive files, password credentials, or high-value加密资产 (encrypted assets).

The AI agent赛道 (track) is currently on the eve of an explosion, and the speed of ecosystem expansion must not outpace the pace of security construction. Audit scanning can only block初级 (basic) malicious attacks but can never become the security boundary for high-privilege agents. Only by shifting from "pursuing perfect detection" to "assuming risk exists and containing damage," and by mandating isolation boundaries from the runtime底层 (bottom layer), can the security bottom line of AI agents truly be upheld, allowing this technological transformation to proceed steadily and go the distance.

Preguntas relacionadas

QWhat is the main security vulnerability identified by CertiK in the OpenClaw platform's Skill ecosystem?

AThe main vulnerability is the industry's misplaced reliance on pre-upload 'scanning and auditing' as the core security boundary. This system is easily bypassed, and the platform lacks a mandatory, default sandbox isolation and fine-grained permission control model for third-party Skills, leaving high-permission environments exposed.

QHow did CertiK's proof-of-concept Skill, 'test-web-searcher', demonstrate the security flaw?

AThe 'test-web-searcher' Skill, which appeared to be a compliant web search tool, contained a hidden remote code execution vulnerability. It bypassed all static and AI auditing checks, was installed without any security warnings, and was triggered via a remote Telegram command to execute arbitrary code on the host machine (e.g., launching the system calculator).

QWhat are the two key limitations of OpenClaw's current three-layer audit protection system (Clawhub) as outlined in the research?

A1. Static detection rules can be easily bypassed through minor syntactic changes to the code that preserve the malicious logic. 2. The AI audit has a fundamental blind spot; it can only detect a mismatch between declared and actual function but is ineffective against hidden vulnerabilities embedded within normal business logic.

QWhat core security principle does CertiK recommend that OpenClaw and similar AI agent platforms adopt, drawing a comparison to Apple's iOS?

ACertiK recommends adopting a mandatory sandbox isolation mechanism and a fine-grained permission control model as the default setting for third-party Skills. This is analogous to the iOS security model, where apps run in a enforced 'sandbox' and are strictly permission-controlled, rather than relying primarily on App Store review.

QWhat practical safety advice does the article give to ordinary users of OpenClaw until stronger security measures are implemented?

AUsers are advised not to trust the 'safe' label on Skills as it only means no risks were detected, not that it is absolutely safe. They should deploy OpenClaw on non-critical, idle devices or within a virtual machine, keeping it away from sensitive files, password credentials, and high-value crypto assets.

Lecturas Relacionadas

Retail Ecology Dwindles, ZKsync Bets on Bank Pilots for a Breakthrough

Amidst declining retail activity, ZKsync is pivoting to target institutional banking as its primary growth strategy. The article explores this shift, contrasting it with the competitive "survival of the fittest" narrative by highlighting a cooperative model inspired by naturalist Peter Kropotkin. ZKsync is developing infrastructure like its private, permissioned Prividium suite for banks (e.g., Deutsche Bank's use case via Memento), enabling private transactions with public verifiability via zero-knowledge proofs. This appeals to institutions needing privacy, compliance, and Ethereum-based settlement security, unlike fully private chains (e.g., JPMorgan's Kinaxis) or consortium models (e.g., R3 Corda). However, this strategic focus has coincided with a steep decline in its public DeFi ecosystem, evidenced by plunging TVL and the departure of major protocols like Aave due to low fees. The network's future now hinges on banking adoption, with upcoming pilots like the Cari Network involving regional banks holding over $600 billion in deposits. A significant challenge is balancing this institutional focus with ZKsync's decentralized governance. Banks must operate on a network where rules and fees (denominated in the volatile ZK token) can be changed via community vote, and where a Security Council holds emergency control—a stark contrast to the predictable, contract-bound environments of traditional finance. The coming 18 months will test whether ZKsync can successfully onboard traditional banks onto a dynamically governed public chain or if institutions will ultimately revert to proprietary solutions.

Foresight NewsHace 14 min(s)

Retail Ecology Dwindles, ZKsync Bets on Bank Pilots for a Breakthrough

Foresight NewsHace 14 min(s)

The Recursive AI Anthropic Warned About: Tian Yuandong's New Company Has Just Taken the "First Step"

Anthropic recently highlighted the rapid progress toward "recursive self-improvement," where AI systems autonomously design and train their successors. In response, Recursive Superintelligence, a new company co-founded by former Meta researcher Tian Yuan Dong, has publicly demonstrated its first step toward automating AI research. The company released a system designed to autonomously execute the full AI research cycle: generating ideas, implementing code, running experiments, and learning from results. It validated this approach by achieving state-of-the-art results on three diverse benchmarks: 1. **NanoChat Autoresearch:** Optimizing a small language model's validation loss under a fixed 5-minute GPU budget, improving upon the community's best result. 2. **NanoGPT Speedrun:** Reducing the time to train a GPT model to a specific loss on 8 H100 GPUs from 79.7 seconds to 77.5 seconds, beating a highly optimized, human-driven community effort. 3. **SOL-ExecBench:** Improving the overall score on NVIDIA's suite of 235 GPU kernel optimization tasks by 18%, closing the gap to the hardware limit. The system discovered novel optimizations in this highly specialized domain without direct human expertise. Recursive's system operates as a general framework, capable of parallel exploration and cross-task knowledge transfer while incorporating safeguards against reward hacking. The company, backed by $650M in funding and a star-studded team including Richard Socher and Alexey Dosovitskiy, aims to create AI that recursively enhances its own research capabilities. This development represents an early but concrete move toward a new paradigm where AI accelerates its own advancement. It occurs alongside Anthropic's warnings about the need for industry coordination and potential pauses when recursive self-improvement thresholds are reached, highlighting the dual trajectory of rapid technical progress and growing calls for careful stewardship.

marsbitHace 22 min(s)

The Recursive AI Anthropic Warned About: Tian Yuandong's New Company Has Just Taken the "First Step"

marsbitHace 22 min(s)

The Gold Buy-on-the-Dip Guide: Watch Interest Rates, Not Just War

"Gold Buying Guide: Focus on Interest Rates, Not Just War" Four months ago, gold buyers likely didn't anticipate buying at a peak that even a war couldn't sustain. After hitting a record high of $5,596 on January 29, gold entered a bear market just 91 days later, its fastest decline since 2008. A key trigger was the Fed's hawkish shift, highlighting that monetary policy, not geopolitics, is the primary driver. The article argues that the traditional "buy gold in turmoil" script has changed. While the US-Iran conflict initially boosted prices, the sustained rally in oil prices heightened inflation fears, forcing central banks to maintain or consider tighter policy. Since gold yields no interest, higher rates increase its opportunity cost, eroding its appeal. This dynamic was evident when gold fell sharply on May 18 despite positive peace talks, as lower oil prices eased inflation and thus rate hike pressures. The recent sell-off is also part of a broader market deleveraging. Correlations between gold, Nasdaq, and Bitcoin spiked as leveraged investors sold liquid assets to cover losses, creating a synchronized downturn. Historically, gold bottoms align with policy shifts, not conflict resolutions. The 2008 and 2022 bear markets ended with shifts to extreme easing and peak inflation expectations, respectively. For potential buyers, the author suggests monitoring three signals: 1) Peak interest rate hike expectations, 2) Reopening of the Strait of Hormuz (to ease oil/inflation pressure), and 3) A return to net inflows for Gold ETFs, indicating the end of forced selling. While predicting the exact bottom is impossible, the author's personal strategy involves scaling into a position across price levels like $4000, $3700, and $3500, committing no more than 30% of the intended total allocation initially, and adding the remainder only if key signals emerge. The core conclusion: In turbulent times, watching interest rates is more crucial than watching wars.

marsbitHace 28 min(s)

The Gold Buy-on-the-Dip Guide: Watch Interest Rates, Not Just War

marsbitHace 28 min(s)

Recent On-Chain Review: No Clear Narrative Under U.S. Stock Market Pressure, Just Hype

This article analyzes the current state of the Solana meme coin and community token ecosystem, highlighting a market caught between two dominant forces: attention-based PvP and a gradual return to community-centric projects. The first part explores the "Attention PvP" dynamic, where success is driven by celebrity endorsements, viral events, and speed. Examples include $JOTCHUA, which surged after its meme creator's social media activity, and $WORLDCUP, which outperformed a similar Base chain project ($PITCH) largely due to influencer support. The recent "pump.fun GO" feature, allowing bounty tasks for token promotion, is critiqued for fostering sensationalist and often negative stunts—like people getting token tickers tattooed on their bodies for rewards—reminiscent of old internet shock content. In contrast, the article points to a resurgence of organic, community-driven tokens that survive market volatility through strong holder bases and shared ideology, not just hype. Influencer Ansem is cited, arguing that durable meme coins rely on communities willing to endure losses and promote their core message daily. Examples given are older tokens like $neet (anti-work ethos), $troll, $buttcoin, and $triplet, which have maintained relative price stability. A prime example of this community-build model is the new project $KINS, the token for the browser-based MMORPG Kintara. Its success stems not from advanced graphics but from consistently delivering updates, fostering player trust, and creating genuine engagement (e.g., in-game economies, events, property auctions). It has attracted a growing player base and even notable KOLs as participants, demonstrating that sustainable growth can come from building trust rather than orchestrating pumps. The article concludes by questioning whether the market is ultimately a game of mutual trust or mutual deception, expressing hope that such reflection might lead to a healthier ecosystem.

marsbitHace 28 min(s)

Recent On-Chain Review: No Clear Narrative Under U.S. Stock Market Pressure, Just Hype

marsbitHace 28 min(s)

Trading

Spot
Futuros
活动图片