BF feishu-evolver-wrapper
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides dashboard visualization. Use when running evolver with Feishu reporting or when managing the evolution daemon.
As a process F 31/100 · Will not run — References files that are not bundled: assets/gep/events.jsonl
This is a copy of a skill from another catalog; the rating counts the canonical one: feishu-evolver-wrapper (ClawHub)
How to improve
- The text references files that are not there: add them or drop the references.
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 · 3
✓ No critical or high findings
Medium and low: 3
-
low Dangerous commands
cmd-background-processdaemon.sh:36Starts a background / autostarted process (code comment)# Use setsid to detach completely
comment -
low Dangerous commands
cmd-background-processdaemon.sh:37Starts a background / autostarted processsetsid nohup node "$WRAPPER_SCRIPT" --loop >> "$LOG_DIR/evolver_loop.log" 2>&1 &
-
low Exfiltration
net-credential-useexport_history.js:76Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://open.feishu.cn/open-apis/docx/v1/documents/${DOC_TOKEN}/blocks/${DOC_TOKEN}/children`, {vendor-host
Files scanned: 25. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: assets/gep/events.jsonl
Process rating: all ten parameters 31/100
Will not run. References files that are not bundled: assets/gep/events.jsonl
- 0Tools and files. 1 referenced file(s) missing: assets/gep/events.jsonl
- 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
- 40Consistency. Frontmatter name (feishu-evolver-wrapper) differs from the folder (feishu-evolver-wrapper-local)
- 100Steps. 6 steps
- 100Execution cost. Instruction body is 241 tokens
- 100Running it twice. No mutating operations
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
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 267: enough signal without eating the budget
- +4Structure: 3 headings
- +3Step-by-step instructions: 6 items
- +4Has examples (1 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.
External checks
ClawHub: suspicious
This Feishu evolver wrapper has coherent goals, but it also runs agents, changes and pushes repository state, manages recurring jobs, and sends operational data externally with insufficient scoping and safeguards.
LLM: suspicious (high) · VirusTotal: · 29 May 2026