BC dingtalk-approval
钉钉 OA 审批处理插件,支持查询待办、查看审批详情、执行同意/拒绝,以及查询假期余额。 **当以下情况时使用此 Skill**: (1) 用户需要查询钉钉 OA 审批待办任务列表 (2) 用户需要执行审批操作(同意或拒绝) (3) 用户提到"钉钉审批"、"OA 审批"、"待办任务"、"审批单据" (4) 用户要求处理钉钉工作通知或审批流程 (5) 需要批量处理审批任务或查看审批详情
As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
Proceduretype and topics are labelled automatically from the skill text
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 · 10
✓ No critical or high findings
Medium and low: 10
-
low Exfiltration
exfil-secret-in-urlindex.js:103Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const res = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {placeholder -
low Exfiltration
net-credential-useindex.js:103Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {vendor-host -
low Exfiltration
exfil-secret-in-urlindex.js:161Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {placeholder -
low Exfiltration
net-credential-useindex.js:161Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {vendor-host -
low Exfiltration
exfil-secret-in-urlindex.js:180Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const detailRes = await fetch(`https://oapi.dingtalk.com/topapi/processinstance/get?access_token=… {placeholder -
low Exfiltration
net-credential-useindex.js:180Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const detailRes = await fetch(`https://oapi.dingtalk.com/topapi/processinstance/get?access_token=… {vendor-host -
low Exfiltration
exfil-secret-in-urlindex.js:298Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {placeholder -
low Exfiltration
net-credential-useindex.js:298Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const queryRes = await fetch(`https://oapi.dingtalk.com/topapi/process/workrecord/task/query?access_token=… {vendor-host -
low Exfiltration
exfil-secret-in-urlindex.js:368Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)const typeRes = await fetch(`https://oapi.dingtalk.com/topapi/attendance/vacation/type/list?access_token=… {placeholder -
low Exfiltration
net-credential-useindex.js:368Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const typeRes = await fetch(`https://oapi.dingtalk.com/topapi/attendance/vacation/type/list?access_token=… {vendor-host
Files scanned: 10. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 53/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
- 100Tools and files. No external tools needed
- 100Steps. 26 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1011 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)
- +3Output format is not stated: the model decides each time
- -212 emoji in the instructions: noise for the model
- -42 reference files, but SKILL.md never points to them: the model will not open them
- +1No license
- +2Single-language instructions
- +3Description length 194: enough signal without eating the budget
- +4Structure: 24 headings
- +3Step-by-step instructions: 26 items
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.
External checks
ClawHub: suspicious
This appears to be a genuine DingTalk approval helper, but it can approve or reject live workplace workflows in one step without a built-in confirmation check.
LLM: suspicious (high) · VirusTotal: · 29 May 2026