← 返回 Skills 市场
427
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install security-audit-hand
功能描述
自主安全审计 - 定期检查系统安全、发现风险、生成报告
安全使用建议
This SKILL.md appears coherent for a local security auditor, but it will read configuration files and logs (which may contain API keys or other secrets) and run system/network commands. Before using it: (1) review the SKILL.md line-by-line so you understand what files and commands will be accessed; (2) run the audit in a controlled environment (non-root account or test host) if you are concerned about exposure; (3) back up and/or rotate any secrets that will be inspected if you aren't comfortable exposing them; (4) ensure results are stored locally and not automatically posted to external channels (the config mentions notify_channel like 'feishu' — configure or disable it); (5) be aware memory_recall may surface agent memory contents — remove or restrict that step if needed. Because the skill is instruction-only and makes no installs, the main risk is sensitive-data exposure through the audit steps rather than hidden code. If you want higher assurance, ask the author for an explicit privacy/exfiltration statement or run the procedure manually following the provided commands.
功能分析
Type: OpenClaw Skill
Name: security-audit-hand
Version: 1.0.0
The skill is designed for security auditing, which involves legitimate checks. However, it explicitly instructs the agent to read potentially sensitive files like `~/.openclaw/.api-keys.md` and search `/tmp/openclaw/*.log` for API key patterns (`sk-`, `nvapi-`). While the stated purpose is to identify security risks, these commands directly expose sensitive API keys to the agent's processing context. Additionally, `curl ifconfig.me` makes an external network call to retrieve the public IP. These actions represent risky capabilities that could lead to data exposure, even without explicit instructions for malicious exfiltration, thus classifying it as suspicious.
能力评估
Purpose & Capability
Name/description (periodic security audit) align with the actions in SKILL.md: system info collection, config/log inspection, permission checks and report generation. The file paths and commands referenced are relevant to auditing OpenClaw and host system state.
Instruction Scope
Instructions tell the agent to run shell commands (uname, netstat, curl), query OpenClaw CLI, read ~/.openclaw files (openclaw.json, .api-keys.md), and grep logs in /tmp/openclaw/*.log. Those are reasonable for an audit but access secrets and logs — the SKILL.md grants broad read access to user config and logs which is sensitive. 'memory_recall' usage is runtime-specific and may expose agent memory.
Install Mechanism
No install spec and no code files (prompt-only). This minimizes risk from downloading/executing third-party code; nothing is written to disk by an installer.
Credentials
The skill declares no required env vars or credentials, which is appropriate, but its instructions explicitly read files that likely contain API keys and tokens (e.g., ~/.openclaw/.api-keys.md and openclaw.json). Accessing those secrets is expected for an auditor but is sensitive — the skill does not request explicit consent or mention exfiltration controls.
Persistence & Privilege
always:false and no install steps mean it does not force permanent presence or modify other skills. It relies on agent invocation (normal). It does reference saving history and notification settings in templates, but no mechanism for persisting or self-enabling is provided in the package.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install security-audit-hand - 安装完成后,直接呼叫该 Skill 的名称或使用
/security-audit-hand触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of security-audit-hand skill.
- Provides scheduled autonomous security audits for systems.
- Includes 16-layer security checks inspired by the OpenFang Security Model.
- Audits system vulnerabilities, configurations, permissions, and logs.
- Assigns risk scores and generates detailed security reports with repair recommendations.
- Offers templates, dashboards, and configurable audit/report settings.
- Supports both manual and automated audit triggers.
元数据
常见问题
Security Audit Hand 是什么?
自主安全审计 - 定期检查系统安全、发现风险、生成报告. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 427 次。
如何安装 Security Audit Hand?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-audit-hand」即可一键安装,无需额外配置。
Security Audit Hand 是免费的吗?
是的,Security Audit Hand 完全免费(开源免费),可自由下载、安装和使用。
Security Audit Hand 支持哪些平台?
Security Audit Hand 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Security Audit Hand?
由 xiaomo(@bandwe)开发并维护,当前版本 v1.0.0。
推荐 Skills