← Back to Skills Marketplace
ohmanymoneygomyhome-creator

Skill Audit Pro

by ohmanymoneygomyhome-creator · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-audit-pro
Description
AI Agent技能安全扫描工具。自动扫描已安装的OpenClaw技能,发现安全隐患。支持定时扫描(每24小时),自动发送报告到配置的所有Channel(Telegram/飞书等)。检测硬编码凭证、Shell注入、网络泄露等安全威胁。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-audit-pro
  3. After installation, invoke the skill by name or use /skill-audit-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - AI skill security scanner with daily auto-scan and multi-channel reporting
Metadata
Slug skill-audit-pro
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Audit Pro?

AI Agent技能安全扫描工具。自动扫描已安装的OpenClaw技能,发现安全隐患。支持定时扫描(每24小时),自动发送报告到配置的所有Channel(Telegram/飞书等)。检测硬编码凭证、Shell注入、网络泄露等安全威胁。 It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.

How do I install Skill Audit Pro?

Run "/install skill-audit-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Audit Pro free?

Yes, Skill Audit Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Audit Pro support?

Skill Audit Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Audit Pro?

It is built and maintained by ohmanymoneygomyhome-creator (@ohmanymoneygomyhome-creator); the current version is v1.0.0.

💬 Comments