SKILLEMALL.ai

DD gitlab-weekly-report

生成 GitLab 团队周报,支持按产品功能分类 MR、按成员和仓库汇总贡献、输出 Markdown/HTML、生成图表和历史周报首页,并可选上传到飞书文档。用于用户提到“GitLab 周报”“团队周报”“统计本周 MR/commit”“按功能归类开发工作”“生成 HTML 周报”“上传周报到飞书”等场景。 Generate GitLab weekly team reports with MR categorization, contributor and repository summaries, Markdown/HTML output, charts, historical report index pages, and optional Feishu publishing. Use when users ask for “GitLab weekly report”, “team engineering summary”, “summarize merge requests and commits”, “group work by product area”, “generate an HTML report”, or “publish the report to Feishu”.

Not recommendedcritical or high security findings · low grade D
ClawHub Agent Skills author: Zhongning Wang v1.0.0 MIT-0 15 files · 6 scripts body ≈ 530 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

GeneratorGitLabData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
D
55/100
safety, quality, tests
Safety 60%
34
Quality 40%
86
Run on models
none yet
Process rating
D
46/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Dangerous commands
If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 11

  • high Dangerous commands cmd-persistence scripts/setup-cron.sh:69
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    (crontab -l 2>/dev/null | grep -v "$CRON_COMMENT") | crontab -
  • high Dangerous commands cmd-persistence scripts/setup-cron.sh:91
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    (crontab -l 2>/dev/null | grep -v "$CRON_COMMENT") | crontab -
  • high Dangerous commands cmd-persistence scripts/setup-cron.sh:94
    Persistence mechanism (cron / launchd / scheduled task / autorun registry)
    (crontab -l 2>/dev/null; echo "$CMD") | crontab -
Medium and low: 8
  • medium Exfiltration net-credential-use scripts/lib/feishu-api.sh:31
    Credential used in a network call (verify the destination is the intended service)
    curl -s "${FEISHU_API_BASE}/docx/v1/documents/${doc_token}" \
  • low Dangerous commands cmd-cron-mention scripts/setup-cron.sh:64
    Mentions editing / listing crontab
    crontab -l 2>/dev/null | grep -A2 -B2 "$CRON_COMMENT" || echo "  未找到 GitLab 周报定时任务"
  • low Dangerous commands cmd-cron-mention scripts/setup-cron.sh:69
    Mentions editing / listing crontab
    (crontab -l 2>/dev/null | grep -v "$CRON_COMMENT") | crontab -
  • low Dangerous commands cmd-cron-mention scripts/setup-cron.sh:91
    Mentions editing / listing crontab
    (crontab -l 2>/dev/null | grep -v "$CRON_COMMENT") | crontab -
  • low Dangerous commands cmd-cron-mention scripts/setup-cron.sh:94
    Mentions editing / listing crontab
    (crontab -l 2>/dev/null; echo "$CMD") | crontab -
  • low Dangerous commands cmd-cron-mention scripts/setup-cron.sh:99
    Mentions editing / listing crontab
    crontab -l | grep -A1 -B1 "$CRON_COMMENT"
  • low Exfiltration net-credential-use scripts/upload-to-feishu.js:270
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)
    return { docToken, docUrl: `https://feishu.cn/docx/${docToken}` };
    vendor-hostquoted
  • low Exfiltration net-credential-use scripts/upload-to-feishu.js:292
    Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)
    docUrl: `${origin}/docx/${docToken}`,
    quoted

Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

✓ No remarks against the Agent Skills spec

Process rating: all ten parameters 46/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 1 mutating operations with no state check
  • 40Consistency. Frontmatter name (gitlab-weekly-report) differs from the folder (gitlab-team-report)
  • 100Tools and files. No external tools needed
  • 100Steps. 33 steps
  • 100Execution cost. Instruction body is 530 tokens

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • -33 of 8 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +5Description quotes 11 example trigger phrases
  • +3Description length 552: enough signal without eating the budget
  • +4Structure: 9 headings
  • +3Step-by-step instructions: 33 items
  • +4Has examples (3 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.

External checks

ClawHub: suspicious
This GitLab reporting skill is mostly purpose-aligned, but it needs review because it can set up recurring automatic Feishu uploads and overwrite Feishu document contents without a clear per-run confirmation.
LLM: suspicious (high) · VirusTotal: · 29 May 2026