OpenClaw's Skill Marketplace and the Emerging AI Supply Chai...#2421
Open
carlospolop wants to merge 1 commit into
Open
OpenClaw's Skill Marketplace and the Emerging AI Supply Chai...#2421carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://unit42.paloaltonetworks.com/openclaw-ai-supply-chain-risk Content Categories: Based on the analysis, this content was categorized under "AI Security -> AI Agent Supply Chain / Malicious Skills, or Phishing Methodology -> AI Agent Abuse Local AI CLI Tools And MCP". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Unit 42 analyzed OpenClaw's ClawHub skill marketplace and found that malicious or abusive AI-agent skills remained available between February and May 2026 despite newer screening controls. OpenClaw is an AI agent that executes third-party skills from ClawHub. These skills are markdown-driven packages, typically defined through files such as
SKILL.md,README.mdand other package metadata. The key security issue is that skill logic is interpreted by the agent an...🔧 Technical Details
Semantic instruction hijacking in AI-agent skills: In markdown-driven AI-agent ecosystems, a malicious skill can abuse natural-language instructions instead of exploiting a software bug. The attacker places commands, prerequisites, data-fetching rules or workflow constraints in files such as
SKILL.mdorREADME.md. Because the agent treats those instructions as part of the skill's logic, the skill can inherit the agent's access to local files, shells, credential managers, authenticated sessions and financial workflows. The reusable trick is to make unsafe behavior look like required setup or normal task execution.Fake prerequisite block plus Base64
curl | bashdelivery: A malicious skill can block normal operation until the agent completes an attacker-defined prerequisite. In the observed TradingView-themed skills, the prerequisite sent execution torentry[.]co/openclaw-code, where a Base64-encoded terminal comm...🤖 Agent Actions
Done.
Updated:
src/AI/AI-MCP-Servers.mdAdded concise new coverage for:
Also updated the file’s
## Referencessection with the sources used.Validation:
mdbook buildcould not be executed here becausemdbookis not installed in this environment (mdbook: command not found)This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.