← 返回 Skills 市场
ohmanymoneygomyhome-creator

Skill Audit Pro

作者 ohmanymoneygomyhome-creator · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-audit-pro
功能描述
AI Agent技能安全扫描工具。自动扫描已安装的OpenClaw技能,发现安全隐患。支持定时扫描(每24小时),自动发送报告到配置的所有Channel(Telegram/飞书等)。检测硬编码凭证、Shell注入、网络泄露等安全威胁。
安全使用建议
This skill appears to be what it says: a local static scanner that enumerates installed skills and prints a report intended to be delivered to the agent's configured channels. Before installing, consider: 1) Source provenance — the package has no homepage and an unknown owner; prefer skills from known sources. 2) Review ~/.openclaw/agents/.../sessions.json and ~/.openclaw/openclaw.json contents (or inspect the code paths) to confirm no sensitive tokens would be exposed by discovery heuristics. The scripts only read channel metadata (channel/to), they do not post externally themselves, but printed channel data may appear in outputs. 3) If you want scheduled scans, verify how your OpenClaw deployment schedules skills — the package itself does not create cron jobs. 4) If you have strict secrecy requirements, run the scanner in a restricted/test environment first or review/execute the code manually. If anything in the package is unclear, ask the publisher for source verification or a signed release before enabling autonomous runs.
功能分析
Type: OpenClaw Skill Name: skill-audit-pro Version: 1.0.0 The skill functions as a security auditor but performs high-risk operations, including broad filesystem scanning and reading sensitive session/configuration files (`sessions.json`, `openclaw.json`) to discover active communication channels. While these actions in `scripts/scan_and_report.py` and `scripts/skill_audit.py` are plausibly aligned with the stated purpose of sending automated security reports to all user channels, the access to session metadata and the automated 24-hour execution cycle represent a significant privilege level that could be abused.
能力评估
Purpose & Capability
The name/description (skill scanner that reports to configured channels) matches the included scripts: skill_audit.py performs static regex-based scans and scan_and_report.py enumerates installed skills and discovers configured channels to build a report. The files it reads (skill directories, OpenClaw session/config files) are reasonable for a tool that needs to find skills and where to send reports.
Instruction Scope
SKILL.md and code limit actions to reading installed skill files and OpenClaw session/config JSONs and printing a report. That scope aligns with the stated purpose. Note: the tool reads ~/.openclaw agent/session and openclaw.json to discover channels — this is expected for delivering reports, but it means the scanner accesses agent session/config data (channel names/to fields). The README claim that installation "automatically creates every-24-hour tasks" is not implemented in the provided scripts (the scripts only generate a report when run).
Install Mechanism
No external install/downloads or unusual install hooks are present; the skill is distributed as source Python scripts and a SKILL.md. No network downloads, archive extraction, or brew/npm installs are present in the package.
Credentials
The skill declares no required env vars or credentials, and indeed the code does not request API keys. It does read local OpenClaw session/config files to discover active channels — reasonable for its purpose, but you should be aware it reads per-user config files under the home directory (it does not attempt to read arbitrary system secrets or environment variables).
Persistence & Privilege
always is false and the skill does not request to modify other skills or global agent settings. The SKILL.md promises automatic scheduling, but no code in the package actually registers a cron job; periodic execution presumably relies on platform support. Autonomous invocation (disable-model-invocation=false) is normal for skills and not, by itself, concerning here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-audit-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-audit-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - AI skill security scanner with daily auto-scan and multi-channel reporting
元数据
Slug skill-audit-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Audit Pro 是什么?

AI Agent技能安全扫描工具。自动扫描已安装的OpenClaw技能,发现安全隐患。支持定时扫描(每24小时),自动发送报告到配置的所有Channel(Telegram/飞书等)。检测硬编码凭证、Shell注入、网络泄露等安全威胁。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Skill Audit Pro?

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

Skill Audit Pro 是免费的吗?

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

Skill Audit Pro 支持哪些平台?

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

谁开发了 Skill Audit Pro?

由 ohmanymoneygomyhome-creator(@ohmanymoneygomyhome-creator)开发并维护,当前版本 v1.0.0。

💬 留言讨论