Overview
- Skill Key
- devinfloyd1/clawguarddevin
- Author
- devinfloyd1
- Source Repo
- openclaw/skills
- Version
- 0.1.0
- Source Path
- skills/devinfloyd1/clawguarddevin
- Latest Commit SHA
- 77731c342515d4da90da47e2968268036f72702f
Security scanner for OpenClaw/Clawdbot skills - detect malicious patterns before installation
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawguard 技能。 若已安装,则直接安装 clawguard 技能。
# ClawGuard **Security Scanner for OpenClaw/Clawdbot Skills** Protect yourself from malicious skill installations. ClawGuard scans skills for dangerous patterns before you install them - including patterns from the **ClawHavoc campaign** (341 malicious skills discovered by Koi Security). ## Quick Start ```bash # Scan a skill by name python scan.py --skill <skill-name> # Scan a skill by path python scan.py --path /path/to/skill # Scan all installed skills python scan.py --all ``` ## What It Detects | Category | Examples | Severity | |----------|----------|----------| | 🔴 **Reverse Shells** | socket.connect(), pty.spawn(), /dev/tcp | Critical | | 🔴 **Data Exfiltration** | requests.post() to suspicious TLDs | Critical | | 🔴 **Credential Harvest** | Reading ~/.ssh/id_rsa, AWS credentials | Critical | | 🔴 **Obfuscation** | base64.b64decode(exec), chr() chains | Critical | | 🔴 **ClawHavoc IOCs** | glot.io scripts, fake Apple URLs, known C2 IPs | Critical | | 🟠 **Code Execution** | exec(), eval(), subprocess | High | | 🟡 **Suspicious Network** | URL shorteners, weird ports | Medium | ## Output Formats ```bash # Console (default) - colored terminal output python scan.py --skill github # JSON - machine-readable for CI/CD python scan.py --skill github --format json # Markdown - for sharing reports python scan.py --skill github --format markdown ``` ## Risk Scoring | Score | Level | Action | |-------|-------|--------| | 0-10 | 🟢 Safe | Install freely | | 11-25 | 🟢 Low | Quick review | | 26-50 | 🟡 Medium | Review findings | | 51-75 | 🔴 High | Review carefully | | 76-100 | 🔴 Critical | **Do not install** | ## IOC Database 70+ indicators of compromise including: - Remote access (reverse shells, C2) - Data exfiltration - Credential harvesting - Code obfuscation - **Real ClawHavoc campaign IOCs** (from Koi Security research) - Known malicious IPs, hashes, and skill names ## Requirements - Python 3.8+ - No external dependencies (stdlib only) ## Cre...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
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.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
caqlayan
Tweet Processor Skill