← 返回 Skills 市场
Security Suite
作者
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
173
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install security-suite
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Security Suite concepts, best practices, and implementation patte...
安全使用建议
This skill appears to be a simple local reference tool and is coherent with its description: it prints static docs and does not access the network or require credentials. If you plan to install or run it, review the bundled scripts locally (they are short and readable) and verify the output matches your expectations. Note the small issues: the script's VERSION value (2.0.0) differs from the SKILL metadata (2.0.1), and the help text uses a single-quoted heredoc so it will display the literal "$VERSION" instead of the numeric version — these are benign implementation bugs, not security problems. As always, only enable skills you trust and review included code if you require a higher assurance level.
功能分析
Type: OpenClaw Skill
Name: security-suite
Version: 2.0.1
The security-suite skill bundle is a static documentation reference tool. The primary script (scripts/script.sh) uses heredocs to output plain-text guides on security patterns and debugging, with no network activity, file system modifications, or credential access. All content in SKILL.md and the script logic is transparent and strictly follows the stated purpose.
能力评估
Purpose & Capability
The skill's name/description (reference/devtools security docs) match the included behavior: SKILL.md promises plain-text reference output and the bundled scripts emit static heredoc documentation. There are no unrelated environment variables, binaries, or network requirements. Minor nit: SKILL.md metadata shows version 2.0.1 while the script sets VERSION="2.0.0" — this is an implementation/versioning inconsistency but not a security concern.
Instruction Scope
The runtime instructions and the script stay within scope: all commands print static documentation via heredocs. The script does not read files, inspect environment variables, perform network calls, or transmit data elsewhere. The show_help heredoc is single-quoted so it prints the literal string '$VERSION' (user-facing bug), but this does not expand or leak secrets.
Install Mechanism
There is no install specification (instruction-only skill with an included script). No downloads, package installs, or extract steps are present. The only shipped code is a standalone shell script which is readable and does not perform risky actions.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script likewise does not access environment variables or credentials. The lack of requested secrets is proportionate to the stated purpose.
Persistence & Privilege
The skill is not always-on and does not request persistent privileges or modify other skills or system-wide agent settings. It is user-invocable and can be run on demand, which is appropriate for a reference tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install security-suite - 安装完成后,直接呼叫该 Skill 的名称或使用
/security-suite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
常见问题
Security Suite 是什么?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Security Suite concepts, best practices, and implementation patte... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Security Suite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-suite」即可一键安装,无需额外配置。
Security Suite 是免费的吗?
是的,Security Suite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Security Suite 支持哪些平台?
Security Suite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Security Suite?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。
推荐 Skills