适用于 OpenClaw/ClawHub 技能包的本地优先安全扫描器。
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: # 高风险
quarantine("/path/to/skill")
纯 Python 实现。无需网络调用。完全本地运行。
ClawHavoc 事件揭示了恶意技能包如何轻易侵入生态系统。ClawSkillShield 提供了一个可信赖的开源防护层——支持代码审计、离线运行,守护你的安全。
GitHub: https://github.com/AbYousef739/clawskillshield
许可证: MIT
作者: Ab Yousef
联系: contact@clawskillshield.com