Install
openclaw skills install clawskillshieldLocally scans OpenClaw/ClawHub skills for security risks like hardcoded secrets, dangerous calls, and risky imports, then scores and quarantines threats.
openclaw skills install clawskillshieldLocal-first security scanner for OpenClaw/ClawHub skills.
os, subprocess, socket, ctypes)eval(), exec(), open())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