← 返回 Skills 市场
OpenClaw Security Hardening Toolkit
作者
~K¹yle Million
· GitHub ↗
· v1.0.0
· MIT-0
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-security-hardening-toolkit
功能描述
Secures OpenClaw by auditing instance exposure, protecting credentials, verifying skill safety, enforcing gateway token access, and enabling session sandboxing.
安全使用建议
This SKILL.md largely behaves like a legitimate hardening checklist, but before installing or running it: 1) note that the metadata lists no required binaries while the instructions call many system tools (ss, curl, openssl, python3, openclaw CLI). Confirm those tools exist and that the skill author intended that omission. 2) The checks and remediation steps will read/move config files and may require root (writing /etc/default/aegis, restarting the gateway). Back up openclaw.json and any affected files and test on a staging instance first. 3) Be aware the reachability test calls external services (ifconfig.me/curl) which reveals your public IP to a third party — run that step from a location you control or skip it if undesired. 4) Review the full SKILL.md yourself (or have a trusted admin do so) before permitting autonomous invocation: the instructions have the power to read many files and to write system-owned locations, so give the skill only the privileges and scope it needs. 5) What would raise confidence: author provenance (homepage or repo), an explicit list of required binaries and minimal privileges, and a dry-run mode that only reports findings without performing writes or restarts.
功能分析
Type: OpenClaw Skill
Name: openclaw-security-hardening-toolkit
Version: 1.0.0
The skill bundle is a defensive security toolkit designed to audit and harden OpenClaw deployments. It provides legitimate instructions and shell commands for network exposure checks, credential discovery/rotation, and auditing other skills for malicious patterns (e.g., detecting ClawHavoc-style attacks). No malicious behavior, data exfiltration, or unauthorized execution was found; all actions are aligned with the stated purpose of security hardening (SKILL.md).
能力标签
能力评估
Purpose & Capability
The SKILL.md content is consistent with a security-hardening toolkit (network checks, secret rotation, verification checklist). However the registry metadata claims no required binaries or env vars while the runtime instructions assume many system tools (ss, curl, grep, openssl, python3, find, xargs) and an 'openclaw' CLI; that mismatch is unexpected and should be justified.
Instruction Scope
Instructions explicitly read and modify local configuration files (~/.openclaw/openclaw.json), search workspace files, move secrets to /etc/default/aegis, and restart the gateway. Those actions are within hardening scope but involve privileged file writes and service restarts; they also perform external network calls (ifconfig.me, curl) for reachability checks.
Install Mechanism
This is an instruction-only skill with no install spec or code files to write to disk, which reduces install-time risk. package.json only points entry to SKILL.md.
Credentials
The skill does not request environment variables or credentials from the registry metadata (none declared). The SKILL.md nevertheless enumerates many provider tokens that operators should rotate if found (GitHub, OpenAI, Stripe, Supabase, etc.). Listing these keys as things to audit is reasonable, but the skill does not request or require them explicitly — operators should understand the skill assumes the presence of such credentials on disk or in workspace files.
Persistence & Privilege
The instructions require (or recommend) editing system config (/etc/default/aegis), restarting services, and moving secrets into system paths — actions that typically need root or service-account privileges. The skill metadata does not declare this privilege requirement; granting those capabilities to an agent or running the checklist blindly could be risky.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-security-hardening-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-security-hardening-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
OpenClaw Security Hardening Toolkit 是什么?
Secures OpenClaw by auditing instance exposure, protecting credentials, verifying skill safety, enforcing gateway token access, and enabling session sandboxing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 OpenClaw Security Hardening Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-security-hardening-toolkit」即可一键安装,无需额外配置。
OpenClaw Security Hardening Toolkit 是免费的吗?
是的,OpenClaw Security Hardening Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Security Hardening Toolkit 支持哪些平台?
OpenClaw Security Hardening Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Security Hardening Toolkit?
由 ~K¹yle Million(@thebrierfox)开发并维护,当前版本 v1.0.0。
推荐 Skills