BC sum2slides-lite
对话总结成专业PPT,支持纯本地处理和可选飞书上传 (v1.1.6)
As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 13
✓ No critical or high findings
Medium and low: 13
-
low Exfiltration
read-dotenvCHANGELOG.md:213Reads a .env filecp ~/.openclaw/skills/sum2…ite/.env ~/.openclaw/skills/sum2…ite/.env.backup
-
low Exfiltration
read-dotenvCHANGELOG.md:236Reads a .env filecp ~/.openclaw/skills/sum2…ite/.env.backup ~/.openclaw/skills/sum2…ite/.env
-
low Secrets in code
secret-labelled-tokencredentials_management.md:67Labelled token / key literal (vendor format unknown — verify it is not a live credential) (placeholder value)API_KEY = "sk_l…def"
placeholder -
low Secrets in code
secret-password-literalcredentials_management.md:67Hard-coded password / key literal (may be an example) (placeholder value)API_KEY = "sk_l…def"
placeholder -
low Secrets in code
secret-password-literaldocs/PERMISSIONS.md:87Hard-coded password / key literal (may be an example)API_KEY = "sk_l…456"
-
low Exfiltration
read-dotenvdocs/PERMISSIONS.md:157Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvdocs/SECURITY_GUIDE.md:82Reads a .env file (documentation of a security skill)cp .env.example .env
security skill -
low Exfiltration
read-dotenvdocs/USER_GUIDE.md:92Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvdocs/USER_GUIDE.md:358Reads a .env filecp .env .env.backup
-
low Exfiltration
read-dotenvinstall_mechanism.md:78Reads a .env filecp .env.example .env
-
low Dangerous commands
cmd-shell-rcINSTALL_SPECIFICATION.md:58Writes to a shell startup file (test fixture / example file)echo 'export FEISHU_APP_ID="your_app_id"' >> ~/.bashrc
fixture -
low Dangerous commands
cmd-shell-rcINSTALL_SPECIFICATION.md:59Writes to a shell startup file (test fixture / example file)echo 'export FEISHU_APP_SECRET="your_app_secret"' >> ~/.bashrc
fixture -
low Exfiltration
read-dotenvINSTALL_SPECIFICATION.md:64Reads a .env file (test fixture / example file)cp .env.example .env
fixture
Files scanned: 40. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-shortdescription under 40 chars: too little signal for triggering - warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 51/100
- 0Result and completion. Does not say what the result is
- 0When it triggers. No condition that starts the skill
- 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
- 100Tools and files. No external tools needed
- 100Steps. 40 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 982 tokens
- 100Running it twice. No mutating operations
- low 10 top-level sections: this looks like several domains in one skill
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)
- +3Description length 34: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -229 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Structure: 35 headings
- +3Step-by-step instructions: 40 items
- +4Has examples (10 code blocks)
- +4Reference files are cited in the instructions (2 of 5)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 63.
External checks
ClawHub: suspicious
The skill mostly matches a conversation-to-PPT tool, but its code can try external Feishu sharing by default and includes under-scoped messaging and credential-handling behavior users should review first.
LLM: suspicious (high) · VirusTotal: · 29 May 2026