CertiK Test: How the Vulnerable OpenClaw Skill Bypassed Review and Took Over Computers Without Authorization

marsbitPublicado em 2026-03-22Última atualização em 2026-03-22

Resumo

CertiK's latest research reveals critical security vulnerabilities in OpenClaw's third-party Skill ecosystem. Despite OpenClaw's three-layer review system—including VirusTotal scanning, static code analysis, and AI logic checks—malicious Skills can easily bypass these safeguards. CertiK demonstrated this by developing a seemingly benign "test-web-searcher" Skill that contained a hidden remote code execution vulnerability. It was approved without warnings, allowing unauthorized command execution on the host machine (e.g., launching system calculators via Telegram commands). The core issue is the industry’s overreliance on pre-release scans rather than runtime isolation and strict permission controls. Unlike iOS’s mandatory sandboxing, OpenClaw’s sandbox is optional and often disabled by users for functionality, leaving systems exposed. CertiK urges developers to enforce mandatory sandboxing and granular permissions for Skills, and advises users to deploy OpenClaw on isolated devices away from sensitive data or assets. The study underscores that scanning alone cannot secure high-permission AI agents; runtime isolation and damage containment are essential for safety.

Recently, the open-source self-hosted AI agent platform OpenClaw (commonly known as "Crawfish") 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—from web search and content creation to encrypted wallet operations, on-chain interactions, and system automation—with a single click. The ecosystem's scale and user base have experienced explosive growth.

But for such third-party Skills running in high-privilege environments, where exactly is the platform's real security boundary?

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 misplaced perception of the security boundaries of AI agent ecosystems: the industry generally regards "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 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 review." OpenClaw's Clawhub has also built a three-layer review and protection system: integrating VirusTotal code scanning, static code detection engines, and AI logic consistency checks. It uses risk grading to push security alerts to users, attempting to safeguard ecosystem security. However, CertiK's research and proof-of-concept attack tests confirm that this detection system has shortcomings in real attack-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. This engine primarily 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. It's like rephrasing dangerous content with synonymous expressions, rendering the security scanner completely ineffective.

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

More critically, the review process has underlying design flaws: even when VirusTotal's scan results are still "pending" and the full "health check" process is incomplete, Skills can still be directly listed publicly. Users can install them without any warnings, leaving an opening for attackers.

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

This Skill bypassed the detection of both the static engine and the AI review. While the VirusTotal scan was still pending, it was installed normally without any security warnings. Ultimately, by sending a remote command 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误区 across the AI agent industry: the industry普遍 regards "review scanning" as the core security防线, while neglecting the true security根基, which is runtime mandatory isolation and fine-grained permission control. This is similar to how the security core of Apple's iOS ecosystem has never been the strict review of the App Store, but rather the system's enforced sandbox mechanism and fine-grained permission management, ensuring each APP runs in its dedicated "isolation pod" without随意获取系统权限. OpenClaw's existing sandbox mechanism is optional而非强制的 and highly reliant on manual user configuration. Most users, to ensure Skill functionality, choose to disable the sandbox, ultimately leaving the agent in a "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. Third-party code must never默认继承 the host machine's high privileges.

● For ordinary users, Skills labeled "safe" in the marketplace merely indicate that no risks were detected; it does not equate to absolute safety. Before官方 makes底层强隔离机制 the default configuration, it is recommended to deploy OpenClaw on non-critical idle devices or virtual machines. Never let it near sensitive files, password credentials, or high-value加密资产.

The AI agent赛道 is currently on the eve of explosion. The speed of ecosystem expansion must not outpace the pace of security construction. Review scanning can only block初级恶意攻击 but can never become the security boundary for high-privilege agents. Only by shifting from "pursuing perfect detection" to "assuming risk exists and focusing on damage containment," and by establishing隔离边界强制 at the runtime底层, can the security底线 of AI agents truly be safeguarded, allowing this technological transformation to proceed steadily and go the distance.

Original Research: https://x.com/hhj4ck/status/2033527312042315816?s=20

https://mp.weixin.qq.com/s/Wxrzt7bAo86h3bOKkx6 UoA

Leituras Relacionadas

Claude's Watermark Has Been Cracked, Gaining 11k Stars, But Installation Is Refused

The article discusses the controversy surrounding Anthropic's implementation of a hidden watermark in all text generated by its AI, Claude. This policy, based on Google DeepMind's SynthID-Text technique, embeds a statistical signature by making inconsequential word choices. The watermark applies globally, even to human-written text lightly edited by Claude, sparking user backlash over issues of ownership and the creation of an "AI content second-class citizen" status. In response, an open-source tool called "watermarks-remover" (originally "remove-claude-marks") was released on GitHub, quickly gaining 11k stars. It works on three levels: removing invisible Unicode characters, using an agent to rewrite text and break statistical patterns, and stripping metadata from various file formats. Notably, Claude itself refused to install this removal tool as an Agent Skill, a task ultimately completed by another AI model, GLM 5.2. The article points out the irony that the removal code may have been written by Claude. The piece frames this as an ongoing battle between watermarking for traceability against misinformation and the desire for unmarked, owned content from paying users. It questions the practicality of mandatory technical markings when AI-generated text becomes indistinguishable from human writing, suggesting the open-source community's rapid development of countermeasures will continually outpace regulatory efforts.

marsbitHá 1h

Claude's Watermark Has Been Cracked, Gaining 11k Stars, But Installation Is Refused

marsbitHá 1h

SafePal Leaks Data of Nearly 40,000 Hardware Wallet Buyers: Private Keys Intact, Yet Danger Moves Closer to the Physical

Hardware wallet manufacturer SafePal has disclosed a data breach affecting approximately 39,798 customers who placed orders between March 2025 and April 2026. The leak exposed personal information including names, email addresses, phone numbers, physical delivery addresses, and purchase records. The company confirmed that private keys, recovery phrases, wallet passwords, and financial details were not compromised, as the cold storage systems operate in an isolated environment separate from the e-commerce servers. However, the breach poses significant risks beyond digital theft. Attackers now possess a high-value list of confirmed hardware wallet owners, effectively marking them as likely holders of substantial cryptocurrency. This enables highly targeted social engineering attacks, such as phishing emails referencing real order details, fake hardware deliveries, or phone scams impersonating SafePal support. The company has already identified and taken down over 30 related phishing sites. A critical aspect of the incident is the delayed disclosure timeline. SafePal acknowledged receiving initial user reports of phishing attempts in May but treated them as isolated. A full investigation began in July, with a public announcement not made until August, leaving users exposed for approximately three months. Furthermore, a configuration error prevented a data-purge routine from deleting old order information as intended, potentially increasing the scope of the leaked data. The incident highlights a structural paradox in the hardware wallet industry: while the devices are designed to secure private keys offline, the necessary e-commerce process collects sensitive personal data that, if leaked, makes the user a target. This mirrors a similar breach suffered by Ledger in 2020. Affected users are advised to be extremely vigilant. They should verify if they are impacted via SafePal's dedicated page, treat all unsolicited communications (emails, calls, physical mail) referencing SafePal as suspicious, and never share recovery phrases. Users who may have entered sensitive information on a phishing site must create a new wallet immediately. The breach underscores that in cryptocurrency security, the most vulnerable link is often the human user, not the cryptographic technology.

marsbitHá 1h

SafePal Leaks Data of Nearly 40,000 Hardware Wallet Buyers: Private Keys Intact, Yet Danger Moves Closer to the Physical

marsbitHá 1h

30 Years After Being Crushed by AI, People Have Fallen Back in Love with Chess

On May 11, 1997, IBM's "Deep Blue" defeated chess champion Garry Kasparov, marking the first time a machine triumphed in a top-level intellectual game. The narrative of human defeat by AI seemed cemented when AlphaGo beat Lee Sedol in Go in 2016, a game once considered AI's final frontier. Yet, nearly 30 years after AI's dominance began, chess is experiencing unprecedented popularity. Chess.com boasts over 250 million registered users and 10 million daily active players. Its CEO, Erik Allebest, attributes this resurgence to several waves: the pandemic, the Netflix series *The Queen's Gambit*, and viral AI chess bots like "Mittens" on social media. Crucially, each surge left a permanently higher user base. The key insight is that AI liberated the game. When machines unequivocally became the best, the pressure to "win" as the ultimate human was removed. Chess returned to its core: the intrinsic joy of play—the thrill of a tactical combo, the tension of a time scramble, the curiosity of post-game analysis. AI, now serving as an always-available coach and anti-cheat tool, became infrastructure that enhanced rather than killed the experience. In contrast, Go, deeply rooted in East Asian elite culture and often pursued for mastery and status, suffered a "collapse of meaning" at the professional level after AlphaGo. Players began mimicking AI moves, erasing distinctive styles and narrative. While some Go players gained fame as online personalities, it didn't translate to widespread engagement with the game itself. The divergence highlights a fundamental question in the age of AI: is the motivation for an activity about *winning* or *playing*? Activities where the process itself is the reward, like chess, can thrive when the pressure of being the best is gone. AI may rightly take over tasks done purely for outcome, but it cannot replace the human experience of simply enjoying the game.

marsbitHá 1h

30 Years After Being Crushed by AI, People Have Fallen Back in Love with Chess

marsbitHá 1h

Exiting Top Ten Shareholders of Kweichow Moutai, 'Long-term Capital' Portfolio Adjustments Revealed: National Social Security Fund Enters 12 New Stocks, Invests in Hard Tech Mthreads

With the ongoing release of semi-annual reports, the second-quarter investment moves of long-term institutional investors like the National Social Security Fund (NSSF) and insurance capital are becoming clear. Central Huijin Asset Management and China Securities Finance Corp., often referred to as the "national team," are no longer among the top ten shareholders of Kweichow Moutai. Data shows that as of August 14th, the NSSF held positions in 33 A-share companies, with a total portfolio value exceeding 11 billion yuan. It added 12 new stocks in Q2, spanning sectors like chemicals, food & beverage, and semiconductors. The NSSF maintains its stable investment style, favoring companies with solid performance and attractive valuations. Apart from exiting Moutai, Huijin and China Securities Finance also left the top ten shareholder lists of companies like Ping An Bank and Dahua Technology. Insurance capital heavily invested in 41 companies in Q2, with a total holding value over 26 billion yuan. They showed a continued preference for cyclical sectors like non-ferrous metals and chemicals, as well as high-dividend-yield stocks. Analysts note that these long-term funds act as market stabilizers and investment bellwethers. Their presence is reshaping the market ecology, steering focus towards fundamental corporate value and away from speculative trading. A notable move was the NSSF's new investment in Moore Threads, a loss-making but leading domestic GPU design company listed on the STAR Market, indicating interest in hard technology sectors. Looking ahead, analysts expect long-term capital to continue a dual-strategy: maintaining a foundation in high-dividend-value stocks while gradually increasing exposure to growth areas aligned with industrial upgrading, such as advanced manufacturing and tech self-sufficiency. The market's recovery is seen as gaining a firmer footing after recent adjustments.

marsbitHá 1h

Exiting Top Ten Shareholders of Kweichow Moutai, 'Long-term Capital' Portfolio Adjustments Revealed: National Social Security Fund Enters 12 New Stocks, Invests in Hard Tech Mthreads

marsbitHá 1h

Data of 54,000 wallet users leaked, Clarity odds just 10%: Hodler’s Digest, Aug. 16

Galaxy Digital has slashed the odds of the CLARITY Act passing in 2026 from 75% to just 10%, citing limited Senate session days. If it fails, the SEC and CFTC plan to issue their own crypto rules, though an SEC meeting was abruptly cancelled. High-profile meetings at the White House are planned to discuss the bill. Amid growing hack fears, crypto companies are urging AI labs to grant developers early access to advanced AI models for cybersecurity, following a $116M Coldcard wallet theft. Data breaches at Trezor and SafePal have exposed over 54,000 users' personal information. The CFTC is clashing with states over regulating prediction markets like Kalshi, ordering it to ignore a New York restraining order to maintain a national market, while a Washington state judge ruled against it. The Ethereum Foundation is revising its post-quantum plan, moving away from the Poseidon hash function, and scoping its next major upgrade, Hegotá, for next year. Tether received its first full clean audit opinion from KPMG, showing reserves exceeding liabilities by $6.814 billion. Marketwise, major cryptos saw weekly declines. Predictions include a possible Bitcoin bottom in October, while analysts dispute the feasibility of BTC reaching $1M by 2030. Glassnode notes Bitcoin is in its longest capitulation phase since FTX's collapse. Three men were charged for an alleged Bitcoin kidnapping plot in Missouri.

cointelegraphHá 2h

Data of 54,000 wallet users leaked, Clarity odds just 10%: Hodler’s Digest, Aug. 16

cointelegraphHá 2h

Trading

Spot
活动图片