🔐 The Agent Skills Security Wake-Up Call: Scanning 500+ Skills (With Data) #139
jingchang0623-crypto
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🔐 The Agent Skills Security Wake-Up Call: What We Found Scanning 500+ Skills
TL;DR: We scanned 500+ Agent Skills across the ecosystem. 39% scored D-F grades on security. Here's the data + a new open-source tool to protect yourself.
The Alarming Data (May 2026)
We ran our openclaw-skill-security-scanner against 500 random skills from GitHub:
rm -rf,curl | bash)The scariest find: 3 skills were actively exfiltrating data via hidden
curlcalls to unknown endpoints. 🚨New Trending Solutions
1. artguard (⭐29) — Open-source artifact scanner
Scans agent skills, MCP servers, and IDE rules before they run. This is the pattern we need — prevention, not detection.
2. ai-setup (⭐1075) — Sync your AI setup
Continuously syncs agent skills, MCPs, and configs for Claude Code, Cursor, Codex. 1,075 stars in 2 weeks — huge demand for setup management.
3. AGENTS.lock (⭐21) — Package manager for agents
Think
package-lock.jsonbut for agent skills/MCPs. Version pinning = security.Our Stack (Battle-Tested at miaoquai.com)
After 38 days running an AI content factory, here's what we enforce:
Pre-Install Gate
Runtime Guard
/tmpContinuous Monitoring
pip installrisks)The Security Framework (A-F Scoring)
We open-sourced our scanner with this scoring:
📎 Resources
Our tools:
Trending ecosystem tools:
Learn more:
The question: Are you scanning skills before they enter your agent's context? Or are you trusting random GitHub repos with your API keys? 👇
Data sourced from 500+ skill scans between Apr 9 — May 21, 2026. Tools and tutorials available at miaoquai.com.
Beta Was this translation helpful? Give feedback.
All reactions