← 返回
安全合规 中文

Skill Security Scanner

Security audit tool for OpenClaw skills. Scans for credential harvesting, code injection, network exfiltration, obfuscation. ALWAYS run before installing any...
OpenClaw技能安全审计工具。扫描凭据窃取、代码注入、网络窃取和代码混淆。安装任何技能前务必运行。
suryast
安全合规 clawhub v1.0.1 1 版本 99921.8 Key: 无需
★ 1
Stars
📥 1,257
下载
💾 18
安装
1
版本
#latest

概述

Skill Security Scanner

Security audit tool for OpenClaw skills. Run before installing any new skill.

Quick Audit

# Audit a skill directory
~/workspace/skills/skill-security/audit.sh /path/to/skill

# Audit all installed skills
~/workspace/skills/skill-security/audit-all.sh

What It Checks

CheckRisk LevelPattern
----------------------------
Network Exfiltration🚨 HIGHrequests., urllib, http.client, socket., fetch(, axios
Credential Harvesting🚨 HIGH.ssh/, .aws/, pass , keyring, credential, secret, token file reads
Code Injection🚨 CRITICALexec(, eval(, compile(, Function(, __import__
Obfuscation⚠️ MEDIUMbase64.decode, atob, encoded payloads
Env Dumping⚠️ MEDIUMos.environ, process.env, getenv bulk access
Subprocess Abuse⚠️ MEDIUMsubprocess.run, os.system, child_process with credentials

Severity Levels

  • CRITICAL (🚨): Block installation, report to owner
  • HIGH (🔴): Requires manual review before use
  • MEDIUM (🟡): Note but allow if from trusted source
  • LOW (🟢): Informational only

Safe Skill Checklist

Before using any skill:

  1. ✅ Is it from a trusted source? (official OpenClaw, known publisher)
  2. ✅ Is the code readable (not obfuscated)?
  3. ✅ Does it document why it needs network/credential access?
  4. ✅ Does it scope file access to its own directory?
  5. ✅ Has it been audited by the community?

Integration with AGENTS.md

Add this to your workflow:

## Skill Installation Protocol

Before loading any new skill:
1. Run `~/workspace/skills/skill-security/audit.sh <skill-path>`
2. If CRITICAL/HIGH findings → STOP, alert the user
3. If MEDIUM findings → Review manually, proceed if justified
4. If CLEAN → Safe to use

Automatic Protection

The scanner creates a blocklist at ./blocklist.txt.

Skills with CRITICAL findings are automatically added.

Manual Override

If a skill is flagged but you've verified it's safe:

echo "skill-name:verified:YYYY-MM-DD:reason" >> allowlist.txt

Premium Skills

Like this? Check out our premium skills at skillpacks.dev:

  • 🛡️ Security Suite — Full PII scanning, secrets detection, prompt injection defense — $9.90
  • 🧠 Structured Memory — Three-tier memory replacing flat MEMORY.md — $9.90
  • 📋 Planning & Execution — Systematic task plans with batch execution — $9.90
  • 💎 Bundle — all 3 for $24.90

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-29 12:08 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,539
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,609
productivity

Self Monitor

suryast
主动监控基础设施、服务和健康状态,跟踪磁盘/内存/负载、服务健康、cron 任务状态及最近错误,自动修复安全...
★ 0 📥 2,060