← 返回 Skills 市场
asiridalugoda

Releaseguard

作者 Siri · GitHub ↗ · v0.1.5 · MIT-0
cross-platform ⚠ suspicious
320
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install releaseguard
功能描述
Scan, harden, sign, and verify release artifacts with ReleaseGuard — the artifact policy engine for dist/ and release/ outputs.
安全使用建议
This skill appears internally consistent with its purpose. Before installing or running it: (1) prefer the Homebrew install if available; (2) never blindly run curl ... | sh — review the install script or download the release artifact and verify checksums/signatures from the project's GitHub Releases; (3) provide cloud tokens (RELEASEGUARD_CLOUD_TOKEN) or OIDC tokens only when you intentionally use cloud features or keyless signing; (4) ensure the releaseguard binary on PATH is the official one you vetted; and (5) remember the skill is instruction-only — it only performs actions if the agent runs the releaseguard commands or you run the installer locally.
功能分析
Type: OpenClaw Skill Name: releaseguard Version: 0.1.5 The skill bundle describes a security tool for artifact hardening, but it includes high-risk installation instructions in SKILL.md that use the 'curl | sh' pattern, which is a common vector for remote code execution. While the documentation advises reviewing the script first, an autonomous agent might execute the command directly. Additionally, the _meta.json file contains an anomalous future-dated timestamp (1774412381985, corresponding to May 2026). Although no explicit malicious intent or data exfiltration was identified, these factors represent significant security risks in an agentic context.
能力评估
Purpose & Capability
Name and description match the runtime instructions. The skill requires the releaseguard binary (declared) and the commands documented (check, fix, sbom, sign, obfuscate, verify, etc.) are consistent with an artifact policy engine.
Instruction Scope
Runtime instructions focus on running releaseguard against artifact paths (no instructions to read unrelated system files or secrets). The SKILL.md documents which flags trigger network calls and which require credentials. It does include install guidance that, if executed, would run system-level install commands — the instructions recommend reviewing scripts first.
Install Mechanism
The skill is instruction-only (no automatic install), which is low-risk. However SKILL.md suggests three install routes: Homebrew (recommended), direct GitHub releases, and a curl | sh installer. The piped-script pattern (curl ... | sh) is explicitly shown — this is common but risky if executed without review. The README does advise reviewing the script before running.
Credentials
Declared requires.env is empty, which is acceptable because core commands are offline. SKILL.md documents optional credentials (OIDC token for keyless Sigstore signing; RELEASEGUARD_CLOUD_TOKEN for cloud obfuscation/services; local private key files for local signing). Those optional credentials are proportionate to the features, but the metadata omission of these optional env vars is an inconsistency worth noting.
Persistence & Privilege
always:false and no requested config paths or persistent changes to other skills. The skill is user-invocable and can be invoked autonomously (platform default), which is expected for tools of this kind.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install releaseguard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /releaseguard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
# ReleaseGuard 0.1.5 Changelog - No file or documentation changes detected in this version. - Ensures consistency and stability pending future updates.
v0.1.2
Security scan remediation: Homebrew-first install, external services table, per-command network disclosure, offline vs network commands documented
v0.1.1
Initial release — scan, fix, sbom, sign, attest, verify, report, vex
元数据
Slug releaseguard
版本 0.1.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Releaseguard 是什么?

Scan, harden, sign, and verify release artifacts with ReleaseGuard — the artifact policy engine for dist/ and release/ outputs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。

如何安装 Releaseguard?

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

Releaseguard 是免费的吗?

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

Releaseguard 支持哪些平台?

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

谁开发了 Releaseguard?

由 Siri(@asiridalugoda)开发并维护,当前版本 v0.1.5。

💬 留言讨论