Overview
- Skill Key
- epwhesq/openclaw-skill-scanner
- Author
- epwhesq
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/epwhesq/openclaw-skill-scanner
- Latest Commit SHA
- cc2a18d11c4c3885120a5fb2a524f8830aa00529
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Openclaw Skill Scanner 技能。 若已安装,则直接安装 Openclaw Skill Scanner 技能。
# Skill Scanner **Name:** skill-scanner **Version:** 1.0.0 **Author:** vrtlly.us **Category:** Security ## Description Scans ClawHub skills for malicious patterns before and after installation. Detects base64 payloads, reverse shells, data exfiltration, crypto miners, obfuscated URLs, and more. ## Usage ### Scan all installed skills ```bash python3 scanner.py ``` ### Scan a specific skill ```bash python3 scanner.py --skill <skill-name> ``` ### Scan a specific file ```bash python3 scanner.py --file <path-to-file> ``` ### Pre-install scan (download → scan → report → cleanup) ```bash python3 scanner.py --pre-install <clawhub-slug> ``` ### JSON output ```bash python3 scanner.py --json python3 scanner.py --skill <name> --json ``` ### Safe install hook ```bash bash install-hook.sh <clawhub-slug> bash install-hook.sh <clawhub-slug> --force ``` ## Detection Patterns | Category | What it catches | |---|---| | Base64 payloads | Long base64 strings near exec/bash/eval | | Pipe to shell | `curl ... \| bash`, `wget ... \| sh` | | Raw IP connections | `http://1.2.3.4` style URLs | | Dangerous functions | `eval()`, `exec()`, `os.system()`, `subprocess(shell=True)` | | Hidden files | Dotfile creation in unexpected places | | Env exfiltration | Reading `.env`, API keys sent outbound | | Obfuscated URLs | rentry.co, pastebin, hastebin redirectors | | Fake dependencies | References to non-existent packages | | Data exfil endpoints | webhook.site, requestbin, etc. | | Crypto mining | xmrig, stratum, mining pool references | | Password archives | Password-protected zip/tar downloads | ## Risk Scores - **0-29 (Green):** Clean — no suspicious patterns found - **30-69 (Yellow):** Suspicious — review warnings before use - **70-100 (Red):** Dangerous — likely malicious, do not install ## Files - `scanner.py` — Main scanner engine - `install-hook.sh` — Safe installation wrapper - `whitelist.json` — Known-good and known-bad skill lists - `report-template.md` — Markdown report t...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
chanalii
对亚马逊竞品Listing进行全维度穿透分析,包括文案逻辑、评论分析、关键词分析、市场动态等。分析完成后自动保存为Markdown报告文档到reports/目录。Invoke when user uses /amazon-analyse command with a product ASIN.
cezexpl
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.