← 返回 Skills 市场
harrylabsj

Skill Safety Auditor

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
292
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-safety-auditor
功能描述
Perform comprehensive security audits on skills to identify vulnerabilities, unsafe patterns, and compliance issues. Use when auditing skills for security, c...
安全使用建议
This skill performs static audits and that matches its description, but treat the packaged scripts as code you must inspect before executing. Recommended steps before installing or running: 1) Open scripts/audit-skill.sh, quick-scan.sh, and test.sh and search for any hardcoded credentials or outbound network calls; remove any secrets found. 2) Because list-audits.sh uses jq but the skill doesn't declare jq as required, ensure jq is available or modify the script to handle its absence. 3) Run the scripts in an isolated/sandbox environment (or container) pointed at a non-sensitive test directory first — the scanner reads arbitrary files and will write JSON reports into the skill's data directory. 4) Consider removing or cleaning the included data/AUDIT-*.json files (they appear to contain findings that reference secrets in the package). 5) If you plan to allow autonomous agent invocation, only do so after cleaning the package; otherwise restrict invocation until you vet the code. If you want, I can highlight the exact lines in the scripts that look suspicious or walk through how to run them safely in a container.
功能分析
Type: OpenClaw Skill Name: skill-safety-auditor Version: 1.0.0 The skill-safety-auditor is a legitimate security tool designed to perform static analysis on other skills using shell scripts (audit-skill.sh, quick-scan.sh). It uses grep-based pattern matching to identify potential secrets, injection vulnerabilities, and insecure network configurations, storing results locally in a data directory without any evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description match the observed assets: the package is an instruction-only skill implemented as shell scripts that perform static checks (grep/find/permission checks/dependency lookups). No unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
SKILL.md directs the agent to run scripts against a provided skill directory and produce console/JSON reports. The scripts read the entire target directory, search files for patterns (secrets, eval, exec, http://, etc.), and write JSON reports into a local data directory. This is expected for an auditor, but it means the skill will read arbitrary files under the supplied path and write report files — review what path you point it at.
Install Mechanism
No install spec; skill is instruction+scripts only. That is low risk compared to arbitrary downloads, but running provided shell scripts executes code on your system — treat as code you must review/inspect before executing.
Credentials
The skill declares no required env vars, which is appropriate, but scripts optionally use AUDIT_DATA_DIR and list-audits.sh invokes jq without declaring jq as a required binary. Also the included data/AUDIT-20260313-001.json reports critical 'secrets' findings inside the skill's own scripts (SEC-001, SEC-002) — having hardcoded secrets inside an auditor package is unexpected and a red flag.
Persistence & Privilege
No 'always: true' privilege; the skill does not attempt to modify other skills or system-wide settings. test.sh may change executable bits for the packaged scripts (chmod +x), and audit scripts write report files to their own data directory — these are local effects but should be noted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-safety-auditor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-safety-auditor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
元数据
Slug skill-safety-auditor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Safety Auditor 是什么?

Perform comprehensive security audits on skills to identify vulnerabilities, unsafe patterns, and compliance issues. Use when auditing skills for security, c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。

如何安装 Skill Safety Auditor?

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

Skill Safety Auditor 是免费的吗?

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

Skill Safety Auditor 支持哪些平台?

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

谁开发了 Skill Safety Auditor?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论