← 返回 Skills 市场
hanweify

禅道Bug统计

作者 hanweify · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
187
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zentao-bug-stats
功能描述
统计禅道中指定起始日期的版本Bug数量及今日新建、关闭、激活和问题引入的Bug数据。
安全使用建议
This skill appears to do exactly what it says: log into a ZenTao instance and count bugs. Before using it, check and if necessary change the defaults: set ZENTAO_URL to your internal ZenTao URL, and set ZENTAO_USER and ZENTAO_PASS via environment variables rather than relying on the hardcoded defaults. Review the script if you plan to run it on a machine with broader network access—it will POST your credentials to whatever ZENTAO_URL is set to. Also verify the hardcoded project/product IDs (project=47, product=28) and result path (bug-browse-28) match your ZenTao setup, or modify them. If you are uncertain, run the script in an isolated environment (or on an internal network) and inspect network calls (e.g., with a proxy) the first time you run it.
功能分析
Type: OpenClaw Skill Name: zentao-bug-stats Version: 1.0.0 The script zentao_stats.py contains hardcoded credentials (username 'jinx_robot' and password '!!123Abc') and a default target URL pointing to a private IP address (172.16.16.1). While the script's logic aligns with its stated purpose of fetching Zentao bug statistics via web scraping, the inclusion of hardcoded credentials and specific internal project/product IDs (e.g., project 47, product 28) are significant security vulnerabilities. These flaws suggest the bundle is an un-sanitized internal tool that could lead to unauthorized access or internal network probing if executed in a matching environment.
能力评估
Purpose & Capability
Name/description say "ZenTao bug statistics" and the included Python script logs into a ZenTao instance and issues POST queries to search-buildQuery.html then scrapes a bug-browse page to count results. The requested operations (HTTP login and query) align with the stated purpose.
Instruction Scope
SKILL.md tells the user to run the Python script which performs login and query steps described in the docs. The SKILL.md does not document environment variables the script will read (ZENTAO_URL, ZENTAO_USER, ZENTAO_PASS), nor the script's implicit dependence on specific project/product IDs (project=47, product=28) and a result page path (bug-browse-28). Those omissions are scope/documentation issues but not evidence of malicious behavior.
Install Mechanism
This is an instruction-only skill with an included Python script; there is no installer, external downloads, or package installation. Nothing will be written or executed beyond running the provided script.
Credentials
The skill does not request credentials in metadata, but the script will read optional environment variables ZENTAO_URL, ZENTAO_USER, and ZENTAO_PASS (and will POST the credentials to the specified ZenTao server). It also embeds default values (default URL http://172.16.16.1:81/zentao/, default user 'jinx_robot', default password '!!123Abc'). These defaults are convenience choices but should be reviewed before running to avoid accidentally sending credentials to the wrong endpoint.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify agent or system-wide settings. It only performs one-off HTTP actions when run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zentao-bug-stats
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zentao-bug-stats 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
支持统计: 1、按起始日期统计版本bug:某版本总共发现的bug数,问题引入的bug数,激活的bug数、待解决bug数、待验证bug数 2、今日bug统计:今天新建bug数、关闭bug数、激活bug数、问题引入bug数
元数据
Slug zentao-bug-stats
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

禅道Bug统计 是什么?

统计禅道中指定起始日期的版本Bug数量及今日新建、关闭、激活和问题引入的Bug数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 187 次。

如何安装 禅道Bug统计?

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

禅道Bug统计 是免费的吗?

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

禅道Bug统计 支持哪些平台?

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

谁开发了 禅道Bug统计?

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

💬 留言讨论