CF 115-skills
115 网盘智能管理:扫码登录、文件浏览、搜索、转存、离线下载、智能整理。适用于"登录 115"、"查看文件"、"搜索 xxx"、"转存链接"、"磁力链接"、"整理文件"等场景。
As a process F 35/100 · Will not run — References files that are not bundled: docs/user/USER_GUIDE.md, docs/api/SKILL_API.md, docs/CODE_REVIEW.md
The same skill appears in 1 more place: ClawHub
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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The text references files that are not there: add them or drop the references.
- 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
-
medium Broad scope
meta-broad-allowed-toolsSKILL.md:1Broad tool permissions pre-approved: Bashallowed-tools: Read Grep Glob Bash
-
low Dangerous commands
cmd-privilegelib/auth-puppeteer.js:30Privilege escalation / world-writable permissions (string literal in code, not executed)'--disable-setuid-sandbox',
code literal -
low Secrets in code
secret-password-literallib/share/share-manager.js:265Hard-coded password / key literal (may be an example)password = hashMatch[1];
-
low Secrets in code
secret-password-literallib/share/share-manager.js:270Hard-coded password / key literal (may be an example) (detector / deny-list definition)const paramMatch = input.match(/[?&]password=([a-zA-Z0-9]{4})/i);detector -
low Secrets in code
secret-password-literallib/share/share-manager.js:272Hard-coded password / key literal (may be an example)password = paramMatch[1];
-
low Secrets in code
secret-password-literallib/share/share-manager.js:279Hard-coded password / key literal (may be an example)password = koulingMatch[2];
-
low Secrets in code
secret-password-literallib/share/transfer.js:43Hard-coded password / key literal (may be an example)password = hashMatch[1];
-
low Secrets in code
secret-password-literallib/share/transfer.js:48Hard-coded password / key literal (may be an example) (detector / deny-list definition)const paramMatch = shareCode.match(/[?&]password=([a-zA-Z0-9]{4})/i);detector -
low Secrets in code
secret-password-literallib/share/transfer.js:50Hard-coded password / key literal (may be an example)password = paramMatch[1];
-
low Secrets in code
secret-password-literallib/share/transfer.js:56Hard-coded password / key literal (may be an example)password = receiveMatch[1];
Files scanned: 29. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
frontmatter-yamlSKILL.md: the frontmatter is not valid YAML (YAML parse error: Unexpected flow-seq-start at node end at line 3, column 25: argument-hint: [action] [target] [options] ^ ); fields were read line by line. The usual cause is a colon inside an unquoted value - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
missing-refreference to a missing file: docs/user/USER_GUIDE.md - warning
missing-refreference to a missing file: docs/api/SKILL_API.md - warning
missing-refreference to a missing file: docs/CODE_REVIEW.md - warning
missing-refreference to a missing file: docs/test/TEST_REPORT.md
Process rating: all ten parameters 35/100
- 0Tools and files. 4 referenced file(s) missing: docs/user/USER_GUIDE.md, docs/api/SKILL_API.md, docs/CODE_REVIEW.md
- 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
- 100Steps. 45 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 898 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
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 89: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -219 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +5Description quotes 2 example trigger phrases
- +4Structure: 24 headings
- +3Step-by-step instructions: 45 items
- +4Has examples (8 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 50.