← 返回 Skills 市场
produktentdecker

skill-audit

作者 ProduktEntdecker · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
132
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-skill-audit
功能描述
Security scanner for OpenClaw skills. Analyzes skill folders and .skill files for: prompt injection, data exfiltration, malicious scripts, suspicious network...
安全使用建议
This skill appears to be a legitimate static scanner bundled with a Python script, but exercise caution before using it as an automated pre-install hook. Actions to take before installing/auto-running: (1) Manually inspect scripts/scan_skill.py for any code that makes network calls, forks processes, or executes scanned files — confirm it only reads files and writes local JSON. (2) Confirm the SKILL.md prompt-injection flag is harmless (e.g., example text) and not an attempt to influence other automated tools. (3) If you intend to allow automated deletion on 'critical' findings, verify the code constructs the deletion path safely and that you will be prompted for explicit confirmation; never allow blind rm -rf operations. (4) Prefer to run the scanner in an isolated environment (container or sandbox) the first time and cross-check results with an independent tool. (5) If provenance matters, verify the GitHub repository and publisher identity before trusting the skill widely.
功能分析
Type: OpenClaw Skill Name: openclaw-skill-audit Version: 1.0.2 The skill is a legitimate security auditing tool designed to perform static analysis on other OpenClaw skill bundles. The Python script (scripts/scan_skill.py) implements a comprehensive scanner using regex and AST analysis to detect prompt injection, data exfiltration patterns, and dangerous code execution (e.g., eval, exec, subprocess). The instructions in SKILL.md are defensive, directing the AI agent to act as a security gatekeeper during the installation of new skills. No malicious intent, hidden exfiltration, or unauthorized access patterns were found.
能力评估
Purpose & Capability
Name/description match the included files: SKILL.md documents a scanner and scripts/scan_skill.py implements static checks. No unrelated credentials, binaries, or install steps are requested — this aligns with a local static analysis tool.
Instruction Scope
Instructions are primarily scoped to scanning installed skill folders and optionally deleting a flagged skill. This is appropriate for a pre-install scanner, but the SKILL.md tells the agent to run 'rm -rf <skill-path>' on user confirmation — destructive operations are expected for removal, but they must be performed carefully (ensure path sanitization and explicit user consent). A prompt-injection signal ('ignore-previous-instructions') was flagged inside SKILL.md which could indicate attempted manipulation of an automated evaluation or is a false positive; this needs manual verification.
Install Mechanism
No install spec; this is instruction + bundled script only. No downloads or remote installers are invoked by the skill itself, which keeps install risk low.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The bundled scanner looks for references to API keys and env vars in other skills, which is expected behavior for a scanner and does not mean the scanner itself needs those secrets.
Persistence & Privilege
always:false (default) and model invocation is allowed (default). The skill does not request permanent inclusion or system configuration changes. The ability to delete files is present in its recommended workflow, but that is not the same as requesting elevated, persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-skill-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-skill-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Added GitHub repository link: https://github.com/ProduktEntdecker/skill-audit
v1.0.1
Clean publish: removed non-skill files (drafts, landing page) that incorrectly triggered content scanners.
v1.0.0
Initial release — security scanner for OpenClaw skills. Detects prompt injection, data exfiltration, dangerous code patterns, file system abuse, and secret access.
元数据
Slug openclaw-skill-audit
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

skill-audit 是什么?

Security scanner for OpenClaw skills. Analyzes skill folders and .skill files for: prompt injection, data exfiltration, malicious scripts, suspicious network... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 skill-audit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-audit」即可一键安装,无需额外配置。

skill-audit 是免费的吗?

是的,skill-audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

skill-audit 支持哪些平台?

skill-audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 skill-audit?

由 ProduktEntdecker(@produktentdecker)开发并维护,当前版本 v1.0.2。

💬 留言讨论