← 返回
安全合规

Skillguard

Audit OpenClaw skills for security risks before installation via SkillGuard API.
通过 SkillGuard API 在安装前审计 OpenClaw 技能的安全风险。
jonathanliu811026
安全合规 clawhub v1.1.0 2 版本 100000 Key: 无需
★ 0
Stars
📥 1,364
下载
💾 14
安装
2
版本
#latest

概述

SkillGuard

Audit any OpenClaw skill for security risks before you install it.

Calls the SkillGuard API (https://api.agentsouls.io/api/audit) and returns a verdict, risk score, and threat list.

Usage

Audit a skill from ClawHub by name

bash skills/skillguard/audit.sh --name <skill-slug>

This uses clawhub inspect --file to pull the skill's SKILL.md (and any scripts), then sends the code to the audit API.

Audit a local file

bash skills/skillguard/audit.sh --code <path-to-file>

Reads the file and sends its contents for audit.

Output

Returns JSON with:

  • verdict: SAFE | CAUTION | DANGEROUS
  • riskScore: 0–100
  • threats: list of identified risks

Example:

{
  "verdict": "CAUTION",
  "riskScore": 35,
  "threats": ["Executes arbitrary shell commands", "Accesses network without disclosure"]
}

When to use

Before installing any new skill, run:

bash skills/skillguard/audit.sh --name <skill-name>

If verdict is DANGEROUS, do not install. If CAUTION, review the threats and decide with the user.

Privacy Notice

⚠️ Data transmission: When you run an audit, the full source code of the skill is sent to the SkillGuard API (https://api.agentsouls.io) for analysis. No code is stored permanently — it is analyzed in-memory and discarded after the audit completes. The API returns only the verdict, risk score, and detected threats.

If you prefer not to send code to an external service, you can self-host the SkillGuard audit engine (contact us for details) or review skill code manually.

版本历史

共 2 个版本

  • v1.1.0 当前
    2026-05-03 02:57 安全 安全
  • v0.3.0
    2026-03-29 05:07 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,713
security-compliance

OpenClaw Backup

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

SkillGuard Security Scanner

jonathanliu811026
对OpenClaw代理技能进行安全审计,在安装前扫描技能中的危险模式、漏洞依赖和可疑行为。
★ 0 📥 438