← 返回 Skills 市场
ryudi84

Sovereign code-review-helper

作者 ryudi84 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
611
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sovereign-code-review-helper
功能描述
Generates file-type-specific code review checklists covering security, performance, style, and testing best practices for pull requests.
安全使用建议
This skill appears to do what it claims (scan git diffs and emit review checklists), but a substantial executable script is bundled and the registry/source provenance is unclear. Before installing or running: (1) Inspect the full scripts/review.sh file for any network calls (curl, wget, nc, openssl to unknown hosts), hardcoded endpoints, or obfuscated/encoded payloads; (2) Confirm the homepage/repository links in skill.json point to a legitimate project and check the repository history; (3) Run it first in a disposable environment or container and without network access if you want to limit risk; (4) If you plan to use the --pr option, be aware it may fetch remote refs and perform network operations — verify what it fetches; (5) If you are not comfortable reviewing the full script, treat this skill as untrusted and avoid running it on sensitive repositories. Additional information that would raise confidence: an authoritative repository/maintainer, signed releases, or a short human-readable changelog explaining the script's behavior.
功能分析
Type: OpenClaw Skill Name: sovereign-code-review-helper Version: 1.0.0 The skill is classified as suspicious due to a critical shell injection vulnerability in `scripts/review.sh`. The `--files` argument, which accepts a glob pattern, is directly used in `grep -E "$FILE_PATTERN"` without proper sanitization. This allows an attacker to inject arbitrary shell commands by crafting a malicious `FILE_PATTERN` value, leading to potential Remote Code Execution (RCE).
能力评估
Purpose & Capability
Name/description (code review checklists) align with the provided components: SKILL.md describes git/diff-based analysis and the package includes a review.sh entrypoint. Required tools (git, bash, standard Unix utilities) are appropriate for the stated purpose. Minor metadata inconsistency: registry summary showed no homepage/source, but skill.json contains homepage and repository URLs — that mismatch is worth checking.
Instruction Scope
SKILL.md and review.sh focus on scanning git diffs, generating templates and searching for patterns (security/performance/style). That scope is appropriate. The documentation and options also mention fetching PR diffs from remote (--pr), which implies network/git remote operations; this is reasonable but you should confirm the script doesn't transmit findings to remote third-party endpoints.
Install Mechanism
No install spec (instruction-only skill) and steps are limited to copying files into ~/.openclaw/skills and making the script executable. This is standard and low risk compared to remote downloads or package installs.
Credentials
No required environment variables or credentials are declared. SKILL.md documents optional CRH_* env vars for configuration, which are reasonable and local-only. There are no unexplained secret/token requirements.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. Installation writes to the user's ~/.openclaw/skills directory (normal for a skill). Because the package contains an executable script, consider that it will run arbitrary commands when invoked; this is expected functionally but increases the need for inspection before use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sovereign-code-review-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sovereign-code-review-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sovereign-code-review-helper
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sovereign code-review-helper 是什么?

Generates file-type-specific code review checklists covering security, performance, style, and testing best practices for pull requests. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 611 次。

如何安装 Sovereign code-review-helper?

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

Sovereign code-review-helper 是免费的吗?

是的,Sovereign code-review-helper 完全免费(开源免费),可自由下载、安装和使用。

Sovereign code-review-helper 支持哪些平台?

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

谁开发了 Sovereign code-review-helper?

由 ryudi84(@ryudi84)开发并维护,当前版本 v1.0.0。

💬 留言讨论