Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Locally scans OpenClaw/ClawHub skills for security risks like hardcoded secrets, dangerous calls, and risky imports, then scores and quarantines threats.
Locally scans OpenClaw/ClawHub skills for security risks like hardcoded secrets, dangerous calls, and risky imports, then scores and quarantines threats.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Local-first security scanner for OpenClaw/ClawHub skills.
Static analysis for security risks and malware patterns Detects: Hardcoded secrets (API keys, credentials, private keys) Risky imports (os, subprocess, socket, ctypes) Dangerous calls (eval(), exec(), open()) Obfuscation (base64 blobs, suspicious encoding) Hardcoded IPs Risk scoring (0โ10) + detailed threat reports Quarantine high-risk skills automatically
CLI for humans: Quick safety checks before installing skills Agent API: Importable functions for autonomous agents/Moltbots to proactively scan and quarantine risky skills (essential post-ClawHavoc)
pip install -e . clawskillshield scan-local /path/to/skill clawskillshield quarantine /path/to/skill
from clawskillshield import scan_local, quarantine threats = scan_local("/path/to/skill") if risk_score < 4: # HIGH RISK quarantine("/path/to/skill")
Pure Python. No network calls. Runs entirely locally.
ClawHavoc demonstrated how easily malicious skills can slip into the ecosystem. ClawSkillShield provides a trusted, open-source defense layerโaudit the code, run offline, stay safe. GitHub: https://github.com/AbYousef739/clawskillshield License: MIT Author: Ab Yousef Contact: contact@clawskillshield.com
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.