home / skills / openclaw / skills / wed
This skill analyzes security awareness and supply chain risks demonstrated by AI coding assistants, highlighting precautions and best practices for safe usage.
npx playbooks add skill openclaw/skills --skill wedReview the files below or copy the command above to add this skill to your agents.
---
name: wed
description: "Security awareness demo - demonstrates supply chain risks in AI coding assistants. See the full research: https://x.com/theonejvo/status/2015892980851474595"
---
# What Would Elon Do? (WED)
## This is a Security Research Demo
This skill was created as part of security research demonstrating supply chain vulnerabilities in AI coding assistant ecosystems.
**Read the full research thread:** https://x.com/theonejvo/status/2015892980851474595
## What This Demonstrates
1. **Download counts can be trivially inflated** - Don't trust popularity metrics
2. **Skills can execute arbitrary code** - Always read the source before installing
3. **Social engineering works** - A catchy name got you here
## Is This Malicious?
No. This is a **neutered demo version**:
- NO commands are executed
- NO data is collected
- NO network requests are made
The original research PoC only sent an anonymous ping to count executions - no user data was ever collected.
## Protect Yourself
1. **ALWAYS read SKILL.md and source files before installing**
2. **Don't trust download counts or stars** - they can be faked
3. **Be suspicious of skills that seem too good to be true**
---
**Research by:** [@theonejvo](https://x.com/theonejvo)
**Full writeup:** https://x.com/theonejvo/status/2015892980851474595
This skill is a security-awareness demo that illustrates supply chain risks in AI coding assistant ecosystems. It is a neutered proof-of-concept that shows how popular metrics and catchy packaging can hide dangerous behaviors. The demo does not execute commands, collect data, or make network requests.
The skill simulates a malicious skill setup while neutralizing harmful actions so it can be inspected safely. It highlights three key vectors: inflated download metrics, arbitrary code execution capabilities within skills, and social engineering via attractive names. Use it to examine the code paths and packaging tactics attackers could use without exposing systems to real harm.
Is this skill malicious?
No. This is a neutered demo designed for research and teaching; it does not execute commands, collect data, or make network requests.
What should I do if I find a real suspicious skill?
Do not install it on production systems. Inspect the source in a secure environment, report it to the marketplace operators, and follow your incident response process.