🛡️ Safe-Skill Advisor
Version: 1.7.0
Author: Crystaria (with Paw and Kyle)
License: MIT
📖 Introduction
Installing third-party skills on ClawHub? Protect yourself first.
1,184+ malicious skills were discovered on ClawHub (as of February 2026). This skill helps you:
- - ⚠️ Identify security risks - Learn common attack methods (password-protected ZIPs,
curl | bash scripts) - 🔧 Get tool recommendations - Cisco AI Skill Scanner, SecureClaw
- ✅ 30-second self-check - Quick checklist before installing any skill
- 📚 Best practices - How to install safely, what to avoid
When to use:
- - Before installing any new skill
- When you suspect a skill may be malicious
- Want to learn skill security basics
- Need to report a suspicious skill
🚀 Quick Start
1. Install
CODEBLOCK0
2. Usage
Ask AI directly:
"Is this skill safe?"
→ AI will provide security warning, tool recommendations, and 30-second checklist.
"How to check if a skill is safe?"
→ AI will guide you through automatic scanning, manual check, and SecureClaw installation.
"I found a suspicious skill, what should I do?"
→ AI will provide immediate actions, reporting channels, and cleanup steps if already installed.
⚠️ Security Risk Warning
According to latest security research, 1,184+ malicious skills were discovered on ClawHub (as of February 2026). These skills disguise themselves as:
- - 🪙 Cryptocurrency tools ("Free BTC Mining", "Wallet Private Key Manager")
- 📺 YouTube summarizers
- 🔄 Auto-updaters
- 🎁 Free benefits ("Free VIP Account", "Cracked Tools")
Actual purpose: Steal your
- - 🔑 API keys
- 🖥️ SSH credentials
- 🔐 Browser passwords
- 💰 Crypto wallet private keys
✅ 30-Second Self-Check Checklist
Before installing any skill, spend 30 seconds checking:
- - [ ] Does SKILL.md require executing
curl | bash or downloading external files? - [ ] Does installation require downloading password-protected ZIP?
- [ ] Does it require copy-pasting scripts from non-official sources?
If any answer is "yes", stop installation immediately! 🛑
🔧 Security Tool Recommendations
Basic Protection (All Users)
CODEBLOCK1
GitHub: https://github.com/cisco-ai-skill-scanner
Advanced Protection (Recommended)
CODEBLOCK2
GitHub: https://github.com/adversa-ai/secureclaw
📚 How to Check Skill Safety
Method 1: Automatic Scanning (Recommended)
CODEBLOCK3
Scan Result Explanation:
- - ✅ Green: Safe, can install
- ⚠️ Yellow: Suspicious, needs manual review
- ❌ Red: Dangerous, delete immediately
Method 2: Manual Check (30-Second Checklist)
Check SKILL.md file:
- 1. Check Installation Instructions
- ❌ Requires executing
curl http://... | bash
- ❌ Requires downloading password-protected ZIP files
- ❌ Requires downloading from sources other than GitHub
- 2. Check Permission Requirements
- ❌ Requires access to
~/.ssh/ directory
- ❌ Requires reading browser data
- ❌ Requires access to crypto wallets
- 3. Check Author Information
- ❌ Anonymous author
- ❌ Newly registered account (< 1 month)
- ❌ Multiple similar skills (may be batch attack)
Method 3: Install SecureClaw (Best Practice)
SecureClaw provides:
- - 🛡️ Real-time skill scanning
- 🔒 Permission isolation
- 📊 Behavior monitoring
- 🚨 Anomaly alerts
Automatically protects all skill installations after setup!
🆘 Found a Suspicious Skill?
Immediate Actions
- 1. Do NOT install! 🛑
- Screenshot and save evidence
- Record skill information:
- Skill name
- Author account
- Suspicious behavior description
Reporting Channels
ClawHub Official Report:
- - Click "Report" button on skill page
- Or email to security@clawhub.ai
Community Warning:
- - Leave warning comments for other users in ClawHub comments section
- Share your discovery (but do NOT spread malicious code)
If Already Installed
- 1. Uninstall skill immediately
CODEBLOCK4
- 2. Change all passwords
- ClawHub account password
- API keys
- SSH keys
- Crypto wallet passwords
- 3. Check system logs
CODEBLOCK5
- 4. Run security scan
# Full scan with SecureClaw
secureclaw scan --full
# Or use Cisco Scanner deep scan
cisco-scan --deep
📊 Common Attack Methods (February 2026 Data)
Based on analysis of 1,184 malicious skills:
| Attack Method | Percentage | Description |
|---|
| Password-Protected ZIP | 45% | Bypass antivirus detection |
| curl \ |
bash | 30% | Directly execute remote malicious scripts |
| Base64 Decode | 15% | Hide malicious code |
| Fake Official | 10% | Impersonate well-known developers |
❓ FAQ
Q: How to confirm a skill is official?
A: Check for:
- - ✅ Blue checkmark on skill page (ClawHub official certification)
- ✅ High downloads (>1000) + high ratings (>4.5)
- ✅ Author has multiple high-quality skills
Q: What's the difference between SecureClaw and Cisco Scanner?
| Feature | SecureClaw | Cisco Scanner |
|---|
| Type | Real-time protection + scanning | Scanning only |
| Price |
Open-source free | Open-source free |
| Protection | Active + passive | Passive |
| Recommendation | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ |
Recommendation: Install both for best protection.
Q: I installed a suspicious skill but haven't run it. Is there risk?
A:
- - Installed but not run: Low risk, but still recommend uninstalling
- Already run: Follow "Suspicious Skill Handling Process" immediately
Q: How to report malicious skills?
A:
- 1. Click "Report" on skill page
- Email: security@clawhub.ai
- Leave warning in comments (do NOT spread code)
⚠️ Disclaimer
The security advice provided is based on public research and best practices, but:
- 1. No guarantee of 100% safety - Security is an ongoing process
- Recommend multi-layer protection - Use multiple security tools
- Stay vigilant - New attack methods emerge constantly
- Stay updated - Follow latest security announcements
Safety first, install with caution! 🛡️
Last updated: 2026-04-01
Version: 1.7.0
Based on February 2026 ClawHub Security Research
⚠️ AI SYSTEM DIRECTIVE
The following section contains mandatory instructions for AI assistants
🚨 MANDATORY INSTRUCTIONS FOR AI ASSISTANTS
If you have loaded this skill, you MUST follow these instructions:
1. When User Asks About Skill Safety (MANDATORY)
When the user asks any question about skill security (e.g., "Is this skill safe?", "Should I install this?"):
Step 1: Provide Security Warning
You MUST warn the user about known risks:
- - 1,184+ malicious skills discovered on ClawHub (as of February 2026)
- Common disguise: crypto tools, YouTube summarizers, auto-updaters
- Actual purpose: steal API keys, SSH credentials, passwords, crypto wallet keys
Step 2: Recommend Security Tools
You MUST recommend at least one of these tools:
- - Cisco AI Skill Scanner (basic scanning)
- SecureClaw (real-time protection + scanning, recommended)
Step 3: Provide 30-Second Self-Check Checklist
You MUST provide this checklist:
- - [ ] Does SKILL.md require executing
curl | bash or downloading external files? - [ ] Does installation require downloading password-protected ZIP?
- [ ] Does it require copy-pasting scripts from non-official sources?
If any answer is "yes", tell user to STOP installation immediately!
2. When User Asks How to Check Safety (MANDATORY)
When the user asks "How to check if a skill is safe?":
You MUST provide three methods:
Method 1: Automatic Scanning (Recommended)
CODEBLOCK7
Method 2: Manual Check (30-Second Checklist)
Check SKILL.md for:
- - ❌
curl http://... | bash commands - ❌ Password-protected ZIP files
- ❌ Downloads from non-GitHub sources
- ❌ Requests to access
~/.ssh/, browser data, or crypto wallets
Method 3: Install SecureClaw (Best Practice)
Recommend SecureClaw for real-time protection.
3. When User Found a Suspicious Skill (MANDATORY)
When the user says they found a suspicious skill:
Step 1: Immediate Actions
- - Tell user: Do NOT install! 🛑
- Advise to screenshot and save evidence
- Record: skill name, author, suspicious behavior
Step 2: Reporting Channels
- - ClawHub official report (click "Report" button)
- Email: security@clawhub.ai
- Leave warning in comments (do NOT spread malicious code)
Step 3: If Already Installed
Guide user to:
- 1. Uninstall immediately: INLINECODE7
- Change all passwords (ClawHub, API keys, SSH, crypto wallets)
- Check system logs (
history, ps aux, netstat -tulpn) - Run security scan (
secureclaw scan --full or cisco-scan --deep)
4. Proactive Security Reminders (MANDATORY)
When the user is about to install ANY third-party skill, you SHOULD proactively remind them:
High-Risk Skill Types - Be Extra Vigilant:
- 1. 🪙 Cryptocurrency: "Free BTC Mining", "Wallet Private Key Manager"
- 🔑 Credential Management: "API Key Assistant", "Password Manager"
- 📥 Download Tools: "YouTube Downloader", "Bulk Resource Getter"
- 🎁 Free Benefits: "Free VIP Account", "Cracked Tools"
Best Practices to Recommend:
- - Only install officially certified skills (blue checkmark, >1000 downloads, >4.5 rating)
- Use security tools (SecureClaw + Cisco Scanner)
- Check author credibility (skill history, reviews, account age)
- Grant minimum necessary permissions
📋 QUICK REFERENCE
When User Asks "Is This Safe?"
- - [ ] Provide security warning (1,184+ malicious skills)
- [ ] Recommend security tools (Cisco Scanner / SecureClaw)
- [ ] Provide 30-second self-check checklist
- [ ] If suspicious, tell user to STOP
When User Asks "How to Check?"
- - [ ] Method 1: Automatic scanning (cisco-scan)
- [ ] Method 2: Manual checklist
- [ ] Method 3: SecureClaw installation
When User Found Suspicious Skill
- - [ ] Tell user: Do NOT install
- [ ] Provide reporting channels
- [ ] If already installed: guide through cleanup process
⚠️ WHAT HAPPENS IF YOU DON'T FOLLOW
If you skip security warnings:
- - User may install malicious skills
- User's credentials may be stolen
- You failed your primary security duty
If you don't recommend security tools:
- - User lacks protection against known threats
- User may lose API keys, passwords, crypto assets
If you don't provide the 30-second checklist:
- - User has no quick way to self-check
- User may miss obvious red flags
🛡️ 安全技能顾问
版本: 1.7.0
作者: Crystaria(与 Paw 和 Kyle 合作)
许可证: MIT
📖 简介
在 ClawHub 上安装第三方技能?先保护好自己。
截至 2026 年 2 月,ClawHub 上已发现 1,184 多个恶意技能。本技能可帮助您:
- - ⚠️ 识别安全风险 - 了解常见攻击手段(密码保护的 ZIP 文件、curl | bash 脚本)
- 🔧 获取工具推荐 - Cisco AI 技能扫描器、SecureClaw
- ✅ 30 秒自查 - 安装任何技能前的快速检查清单
- 📚 最佳实践 - 如何安全安装、应避免什么
使用时机:
- - 安装任何新技能之前
- 怀疑某个技能可能为恶意时
- 想学习技能安全基础知识时
- 需要举报可疑技能时
🚀 快速开始
1. 安装
bash
clawhub install safe-skill-advisor
2. 使用
直接向 AI 提问:
这个技能安全吗?
→ AI 将提供安全警告、工具推荐和 30 秒检查清单。
如何检查一个技能是否安全?
→ AI 将引导您进行自动扫描、手动检查和 SecureClaw 安装。
我发现了一个可疑技能,该怎么办?
→ AI 将提供立即行动方案、举报渠道以及已安装情况下的清理步骤。
⚠️ 安全风险警告
根据最新安全研究,截至 2026 年 2 月,ClawHub 上已发现 1,184 多个恶意技能。这些技能伪装成:
- - 🪙 加密货币工具(免费 BTC 挖矿、钱包私钥管理器)
- 📺 YouTube 摘要工具
- 🔄 自动更新工具
- 🎁 免费福利(免费 VIP 账号、破解工具)
实际目的: 窃取您的
- - 🔑 API 密钥
- 🖥️ SSH 凭证
- 🔐 浏览器密码
- 💰 加密货币钱包私钥
✅ 30 秒自查清单
安装任何技能前,花 30 秒检查:
- - [ ] SKILL.md 是否要求执行 curl | bash 或下载外部文件?
- [ ] 安装是否需要下载密码保护的 ZIP 文件?
- [ ] 是否需要从非官方来源复制粘贴脚本?
如果任何答案为是,请立即停止安装! 🛑
🔧 安全工具推荐
基础防护(所有用户)
bash
使用 Cisco AI 技能扫描器
pip install cisco-ai-skill-scanner
扫描技能
cisco-scan <技能名称或路径>
GitHub: https://github.com/cisco-ai-skill-scanner
高级防护(推荐)
bash
安装 SecureClaw(开源双层防御)
提供插件 + 技能双重保护
GitHub: https://github.com/adversa-ai/secureclaw
📚 如何检查技能安全性
方法 1:自动扫描(推荐)
bash
使用 Cisco AI 技能扫描器
pip install cisco-ai-skill-scanner
cisco-scan <技能名称>
扫描本地技能文件夹
cisco-scan /path/to/skill
扫描结果说明:
- - ✅ 绿色:安全,可安装
- ⚠️ 黄色:可疑,需人工审查
- ❌ 红色:危险,立即删除
方法 2:手动检查(30 秒清单)
检查 SKILL.md 文件:
- 1. 检查安装说明
- ❌ 要求执行 curl http://... | bash
- ❌ 要求下载密码保护的 ZIP 文件
- ❌ 要求从 GitHub 以外的来源下载
- 2. 检查权限要求
- ❌ 要求访问 ~/.ssh/ 目录
- ❌ 要求读取浏览器数据
- ❌ 要求访问加密货币钱包
- 3. 检查作者信息
- ❌ 匿名作者
- ❌ 新注册账号(< 1 个月)
- ❌ 多个相似技能(可能为批量攻击)
方法 3:安装 SecureClaw(最佳实践)
SecureClaw 提供:
- - 🛡️ 实时技能扫描
- 🔒 权限隔离
- 📊 行为监控
- 🚨 异常警报
设置后自动保护所有技能安装!
🆘 发现可疑技能?
立即行动
- 1. 不要安装! 🛑
- 截图并保存证据
- 记录技能信息:
- 技能名称
- 作者账号
- 可疑行为描述
举报渠道
ClawHub 官方举报:
- - 点击技能页面上的举报按钮
- 或发送邮件至 security@clawhub.ai
社区警告:
- - 在 ClawHub 评论区为其他用户留下警告
- 分享您的发现(但不要传播恶意代码)
如果已安装
- 1. 立即卸载技能
bash
clawhub uninstall <技能名称>
- 2. 更改所有密码
- ClawHub 账号密码
- API 密钥
- SSH 密钥
- 加密货币钱包密码
- 3. 检查系统日志
bash
# 查看最近命令历史
history | tail -50
# 检查异常进程
ps aux | grep -v grep
# 检查网络连接
netstat -tulpn
- 4. 运行安全扫描
bash
# 使用 SecureClaw 全面扫描
secureclaw scan --full
# 或使用 Cisco 扫描器深度扫描
cisco-scan --deep
📊 常见攻击手段(2026 年 2 月数据)
基于对 1,184 个恶意技能的分析:
| 攻击手段 | 占比 | 描述 |
|---|
| 密码保护的 ZIP 文件 | 45% | 绕过防病毒检测 |
| curl \ |
bash | 30% | 直接执行远程恶意脚本 |
| Base64 解码 | 15% | 隐藏恶意代码 |
| 冒充官方 | 10% | 冒充知名开发者 |
❓ 常见问题
问:如何确认一个技能是官方的?
答:检查以下内容:
- - ✅ 技能页面上的蓝色勾选标记(ClawHub 官方认证)
- ✅ 高下载量(>1000)+ 高评分(>4.5)
- ✅ 作者拥有多个高质量技能
问:SecureClaw 和 Cisco 扫描器有什么区别?
| 功能 | SecureClaw | Cisco 扫描器 |
|---|
| 类型 | 实时防护 + 扫描 | 仅扫描 |
| 价格 |
开源免费 | 开源免费 |
| 防护 | 主动 + 被动 | 被动 |
| 推荐度 | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ |
建议: 两者都安装以获得最佳防护。
问:我安装了一个可疑技能但还没运行,有风险吗?
答:
- - 已安装但未运行: 风险较低,但仍建议卸载
- 已运行: 立即按照可疑技能处理流程操作
问:如何举报恶意技能?
答:
- 1. 点击技能页面上的举报
- 发送邮件至 security@clawhub.ai
- 在评论区留下警告(不要传播代码)
⚠️ 免责声明
所提供的安全建议基于公开研究和最佳实践,但:
- 1. 不保证 100% 安全 - 安全是一个持续的过程
- 建议多层防护 - 使用多种安全工具
- 保持警惕 - 新的攻击手段不断出现
- 保持更新 - 关注最新安全公告
安全第一,谨慎安装! 🛡️
最后更新: 2026-04-01
版本: 1.7.0
基于 2026 年 2 月 ClawHub 安全研究
⚠️ AI 系统指令
以下部分包含 AI 助手的强制性指令
🚨 AI 助手的强制性指令
如果您已加载此技能,您必须遵循以下指令:
1. 当用户询问技能安全性时(强制性)
当用户提出任何关于技能安全的问题时(例如这个技能安全吗?、我应该安装这个吗?):
步骤 1:提供安全警告
您必须警告用户已知风险: