← 返回 Skills 市场
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install release-guard
功能描述
Guard skill releases with pre-publish validation, quality checks, and safety gates. Use before publishing any skill to ensure it meets minimum standards, pas...
安全使用建议
This skill appears to be a local, bash-based pre-release checker and is not obviously malicious, but several things don't add up and you should be cautious:
- Documentation vs implementation: SKILL.md claims Node.js and detailed security/dependency scans; the included scripts are pure bash and do not perform dependency or vulnerability scans. Ask the author to clarify or provide the promised scanners (or supply steps to install the optional security-auditor).
- Odd rule: SKILL.md requires 'No Chinese characters in documentation' — this is discriminatory and unexpected. The scripts do not enforce it; ask why that rule exists and consider whether you want such a restriction enforced in your pipeline.
- Minor risks: the main script uses eval to run condition strings (currently with static inputs) and will chmod files in --fix mode; run it on a copy or in CI sandbox first to verify behavior. The secret-detection is a simple grep which can produce false negatives/positives — do not rely on it as a full secret scanner.
Recommendations before installing or using widely:
- Run the scripts on a non-production copy of a skill directory to observe behavior.
- Request clarification from the publisher about the Node.js requirement and about where/what security scans are executed; if they intend to include an external 'security-auditor', get its source or install instructions.
- If you plan to enable auto-fix, review the fix actions (mkdir, chmod) to ensure they are acceptable for your CI/host environment.
- Prefer running this inside an isolated CI job or container rather than on a developer workstation until you validate it.
If the author provides a corrected SKILL.md (remove inaccurate Node.js claim, document any external tools used) and/or integrates a real vulnerability scanner, confidence in coherence would increase.
功能分析
Type: OpenClaw Skill
Name: release-guard
Version: 1.0.0
The skill is a validation utility for other OpenClaw skills but contains a shell injection vulnerability in `scripts/release-check.sh`. The script's `check` function uses `eval` on strings containing the user-provided directory path (`$SKILL_DIR`) without sanitization, which could allow arbitrary command execution if the script is run on a maliciously named directory. While the logic appears intended for legitimate quality assurance, the use of `eval` on external input is a high-risk implementation flaw.
能力评估
Purpose & Capability
Name and description line up with the included scripts and reference docs: the repo contains a bash release-check.sh and test.sh that perform local file checks and produce a pass/fail score. However SKILL.md claims Node.js 18+ is required and promises security scans and dependency audits; the provided scripts are pure bash and do not perform dependency vulnerability scanning or run Node tooling. The Node.js requirement appears unnecessary or inaccurate.
Instruction Scope
Runtime instructions are limited to running scripts against a local skill directory; the scripts only read files (SKILL.md, README.md, references/, scripts/) and may chmod scripts when --fix is used. No network calls, external endpoints, or credential access are present. Inconsistencies: SKILL.md references checks (dependency audits, security scans) that are not implemented, and it includes a documented rule 'No Chinese characters in documentation' which is not enforced by the scripts. The scripts use eval for running condition strings (the script is static today, but eval is a potential source of risk if the script is modified).
Install Mechanism
No install spec; this is instruction-plus-scripts only. Nothing downloads or writes arbitrary code beyond the included scripts. Low install risk.
Credentials
The skill does not request environment variables, credentials, or config paths. It only operates on the target skill-directory provided by the user. This is proportionate to the stated purpose.
Persistence & Privilege
Flags: always is false and autonomous invocation is allowed by default. The scripts do not attempt to persist configuration outside the provided skill directory; their only write action in fix mode is creating a references/ directory and chmod-ing scripts. They do not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install release-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/release-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release.
元数据
常见问题
Release Guard 是什么?
Guard skill releases with pre-publish validation, quality checks, and safety gates. Use before publishing any skill to ensure it meets minimum standards, pas... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。
如何安装 Release Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install release-guard」即可一键安装,无需额外配置。
Release Guard 是免费的吗?
是的,Release Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Release Guard 支持哪些平台?
Release Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Release Guard?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills