← 返回 Skills 市场
Skillguard
作者
Jonathanliu811026
· GitHub ↗
· v1.1.0
· MIT-0
892
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install skillguard-audit
功能描述
Audit OpenClaw skills for security risks before installation via SkillGuard API.
安全使用建议
This tool does what it says: it fetches skill source (or reads a local file) and sends the full contents to https://api.agentsouls.io for analysis. Before using it, consider: (1) Do you trust the SkillGuard operator? The audit will transmit full source code (including any accidentally committed secrets) to that external service. The SKILL.md claims the code is analyzed in memory and not stored — you must trust that claim. (2) Inspect audit.sh and safe-install.sh yourself (they are included and readable) so you know exactly what will be sent and when clawhub is invoked. (3) Use the provided self‑hosting option or manual review if you cannot expose code externally. (4) Be cautious with the --force flag in safe-install.sh (it bypasses the audit). If these privacy/trust tradeoffs are acceptable, the skill is coherent and appropriate for the stated purpose.
功能分析
Type: OpenClaw Skill
Name: skillguard-audit
Version: 1.1.0
The skill's primary function is to send the full source code of other OpenClaw skills to a remote third-party API (api.agentsouls.io) for analysis. While this behavior is explicitly disclosed in the SKILL.md privacy notice, the automated exfiltration of local or downloaded script content via audit.sh and safe-install.sh poses a significant security risk, as it could lead to the exposure of sensitive logic or hardcoded credentials contained within the audited files to an external service.
能力评估
Purpose & Capability
Name/description match the behavior: the scripts fetch skill files via clawhub, aggregate source, and POST them to https://api.agentsouls.io for analysis. Required binaries (curl, jq, clawhub) are appropriate and proportionate to that purpose.
Instruction Scope
The runtime behavior intentionally reads full skill source (SKILL.md and files with .sh/.js/.ts/.py/.md) and transmits it to the external audit API. This is coherent with an audit tool, but it means the skill will send full source code (including any secrets inadvertently committed) off‑host. The SKILL.md explicitly discloses this, which mitigates surprise but does not eliminate privacy risk.
Install Mechanism
No remote install/downloads or archives; this is an instruction+script bundle. The scripts are plain shell (audit.sh, safe-install.sh) and do not fetch or execute arbitrary remote code themselves. Risk from installation is low because there is no extract/download install mechanism in the skill metadata.
Credentials
No environment variables or credentials are required by the skill. However, the audit relies on a third‑party endpoint (api.agentsouls.io) to receive full source code; that external trust relationship is the primary sensitive requirement. The scripts do not request unrelated credentials, but they will transmit whatever code you give them to the external API.
Persistence & Privilege
The skill does not request permanent inclusion (always:false). It does not modify other skills or system configuration. The wrapper execs clawhub install to perform installations — expected behavior for a pre‑install audit wrapper.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skillguard-audit - 安装完成后,直接呼叫该 Skill 的名称或使用
/skillguard-audit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix: added clawhub to required bins, added Privacy Notice for data transmission disclosure
v1.0.0
Initial release: audit OpenClaw skills for security risks via SkillGuard API (https://api.agentsouls.io)
v0.3.0
Auto-audit on install, audit.sh helper script, certification badges
v0.2.0
Initial release: x402 paid audit, EIP-712 credit/IOU system, 7 threat categories, reputation tracking
元数据
常见问题
Skillguard 是什么?
Audit OpenClaw skills for security risks before installation via SkillGuard API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 892 次。
如何安装 Skillguard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillguard-audit」即可一键安装,无需额外配置。
Skillguard 是免费的吗?
是的,Skillguard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skillguard 支持哪些平台?
Skillguard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skillguard?
由 Jonathanliu811026(@jonathanliu811026)开发并维护,当前版本 v1.1.0。
推荐 Skills