← 返回 Skills 市场
vincent-big-fish

OpenClaw Security Audit

作者 LuoLuo&Big-fish · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-safe-audit
功能描述
Security audit and credential hardening tool for OpenClaw instances. Scan for sensitive files, detect credential exposure, check gateway configuration, and m...
安全使用建议
This skill appears internally consistent and matches its description, but review and proceed cautiously: 1) The hardening step writes plaintext secrets to ~/.openclaw/.env and can create persistent user environment variables (Windows) — ensure you want secrets stored this way and secure the .env file. 2) Always review the generated .env, backup, and setup scripts before running them; run harden.py with dry-run first if available. 3) Keep backups from the skill and verify sanitized config before removing originals; rotate credentials after migration if you are concerned. 4) The package source is listed as "unknown" and has no homepage — prefer code from a known/trusted repository or inspect the full code locally before use. 5) Do not commit the generated .env to version control and restrict file permissions on backups, reports, and .env. If you want, run the audit first, inspect the JSON report, then run hardening in a test environment before applying to production.
功能分析
Type: OpenClaw Skill Name: openclaw-safe-audit Version: 1.0.0 The skill bundle is a legitimate security utility designed to audit and harden OpenClaw configurations. The scripts (audit.py and harden.py) perform local file operations to detect exposed credentials and migrate them to environment variables, including automatic backups and data masking in reports. No network activity, obfuscation, or malicious command execution was found, and the code relies solely on Python standard libraries.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included audit.py and harden.py are coherent: the files scan ~/.openclaw for sensitive files and credentials, check gateway config, back up and sanitize openclaw.json, and migrate found credentials to environment variables. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions are limited to scanning and modifying files inside the OpenClaw directory and generating reports/backups. This matches the skill purpose, but the hardening step writes a plaintext .env file and replaces credentials in openclaw.json; the generated scripts then set environment variables. The SKILL.md claims no external transmission and the code contains no network calls.
Install Mechanism
No install spec; the skill is instruction-and-code-only and requires only running provided Python scripts. Nothing is downloaded or executed from external URLs during install, which reduces install-time risk.
Credentials
The skill requests no environment variables or external credentials. However, its hardening action intentionally extracts secret values and writes them to a local .env file and (via the generated Windows PowerShell script) can persist them into user environment variables. This is proportional to 'migrate to environment variables' but increases persistence and local exposure of secrets and should be treated as a security tradeoff.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills. It does persist data in the user's home (~/.openclaw): backups, reports, .env, and setup scripts. On Windows the generated PowerShell script uses [Environment]::SetEnvironmentVariable(...,'User'), which writes persistent user-scoped environment variables (registry). This persistence is expected for the stated feature but has a lasting effect that users should review.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-safe-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-safe-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of OpenClaw Security Audit skill. - Scan for sensitive files (.env, .key, .pem) and detect credential exposure in config files. - Verify gateway security settings (bind mode and authentication status). - Migrate credentials from config files to environment variables for enhanced security. - Generate detailed JSON audit reports with findings and recommended actions. - Includes customizable configuration and platform support for Windows, macOS, and Linux.
元数据
Slug openclaw-safe-audit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Security Audit 是什么?

Security audit and credential hardening tool for OpenClaw instances. Scan for sensitive files, detect credential exposure, check gateway configuration, and m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 OpenClaw Security Audit?

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

OpenClaw Security Audit 是免费的吗?

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

OpenClaw Security Audit 支持哪些平台?

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

谁开发了 OpenClaw Security Audit?

由 LuoLuo&Big-fish(@vincent-big-fish)开发并维护,当前版本 v1.0.0。

💬 留言讨论