BD loveclaw
LoveClaw 八字缘分匹配:云端档案、照片、每日匹配与晚间报告。 用户唤醒:发送「启动爱情龙虾」进入报名。 安全设计:匹配运算与报告生成在 FC 服务端完成;skill 端仅做用户交互与通知路由,每个用户只能访问自己的数据。
As a process D 43/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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".
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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
✓ No critical or high findings
Medium and low: 11
-
medium Exfiltration
net-redirectable-api-keyscripts/cloud-data.js:8Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:110High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…c4x+78Te…bfb+rVvZ…duP+HFizDA==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:174High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…gyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdF…7FQ==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:216High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…cv0+tgEh…Erg==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:277High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…pu2+S5m3…9YZ/BZ/W3/8iHGNr9PxC+f0rN…kqQ==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:358High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…3wF+vkgt…f8F/Vmsw…b6w==",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha512-j+gKEx…ahh+s1F2HZ+wAce…RkU++ZWQr…uoQ==",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:60High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…rvP+yUUf…4tH/iSSo…tEA==",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:160High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha512-8ip+qnRh…Tig+Tewf…am8/anFq…eSQ==",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:166High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…w6M+uprW…rLY/w==",
quoted -
low Obfuscation
obf-base64-blobscripts/photo-oss-probe.js:17Long base64-looking blob (quoted — discussed, not commanded)'iVBO…ggg==';
quoted
Files scanned: 23. 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") - note
frontmatter-keyunknown frontmatter key "handler" - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "env"
Process rating: all ten parameters 43/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
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 100Steps. 15 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 516 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
- +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 114: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- -38 of 14 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +4Structure: 13 headings
- +3Step-by-step instructions: 15 items
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 60.