← 返回 Skills 市场
ryudi84

Sovereign git-commit-analyzer

作者 ryudi84 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
607
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sovereign-git-commit-analyzer
功能描述
Analyzes git commit history to report commit frequency, top contributors, file changes, and commit message quality for development insights.
安全使用建议
This skill is coherent and implements a local git-history analyzer. Before installing: (1) review scripts/analyze.sh yourself (it will execute git commands in the repository) and only run it in repositories you trust, (2) be aware it reads full commit metadata and file histories (no network calls were found), (3) verify the publisher/source if provenance matters — registry metadata was inconsistent (registry listed no homepage/source while skill.json contains homepage/repository URLs), and (4) run the script manually first (./scripts/analyze.sh ...) to confirm behavior in a controlled environment. If you need higher assurance, request a signed upstream release or confirm the repository URL in skill.json matches a trusted source.
功能分析
Type: OpenClaw Skill Name: sovereign-git-commit-analyzer Version: 1.0.0 The skill's stated purpose of analyzing git commit history is benign. However, the `scripts/analyze.sh` script is vulnerable to shell injection. User-controlled inputs such as `--branch`, `--author`, `--since`, `--until`, and `--days` are directly interpolated into `git log` commands without proper sanitization or quoting. This allows for arbitrary command execution if a malicious string containing shell metacharacters is provided as an argument, posing a significant remote code execution risk. The `SKILL.md` does not contain any prompt injection attempts.
能力评估
Purpose & Capability
The name/description describe commit-history analysis and the code (scripts/analyze.sh) implements exactly that: it runs git log and local text processing to compute commit frequency, contributors, heatmaps, and message quality. Required tools (git, bash, common Unix utilities) are appropriate for the stated purpose.
Instruction Scope
Runtime instructions and the script operate on the local repository via git commands and environment overrides (GCA_*). The script reads commit metadata and file histories only; it does not reference unrelated filesystem paths, external endpoints, or undeclared environment secrets. It will process the repository history in full (expected for this tool).
Install Mechanism
There is no network install spec; this is instruction-only with a bundled script. Nothing is downloaded or written automatically by an installer. Installation guidance is manual (copying into ~/.openclaw/skills and making the script executable), which is low risk.
Credentials
No credentials or sensitive environment variables are required. Optional env vars (GCA_*) are configuration-only. The skill.json lists the expected tools; SKILL.md also documents additional common Unix utilities (awk, sort, uniq, wc) which are reasonable and proportionate.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or global configuration. It can be invoked by the agent (default behavior), which is expected for a user-invocable analysis tool and not concerning on its own.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sovereign-git-commit-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sovereign-git-commit-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug sovereign-git-commit-analyzer
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sovereign git-commit-analyzer 是什么?

Analyzes git commit history to report commit frequency, top contributors, file changes, and commit message quality for development insights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 607 次。

如何安装 Sovereign git-commit-analyzer?

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

Sovereign git-commit-analyzer 是免费的吗?

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

Sovereign git-commit-analyzer 支持哪些平台?

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

谁开发了 Sovereign git-commit-analyzer?

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

💬 留言讨论