CF web-collection
通过云端连接器优先执行浏览器插件数据采集,也可回退到本地连接器;适用于抖音、TikTok、小红书、Amazon、Bilibili 的采集任务,以及 web-collection 首次上手、配置、付费使用说明和 QA 排障。
As a process F 53/100 · Will not run — References files that are not bundled: assets/bitable-step-00-personal-center.png, assets/bitable-step-01-template-copy.png, assets/bitable-step-02-auth-code.png
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.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 5
✓ No critical or high findings
Medium and low: 5
-
medium Exfiltration
net-credential-usescripts/ensure_connector_auth.sh:128Credential used in a network call (verify the destination is the intended service)curl -fsS --max-time 3 -H "x-connector-admin-token: $token" "${BRIDGE_URL}${path}" -
medium Exfiltration
net-redirectable-api-keyscripts/preflight_check.sh:7Helper 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
-
medium Exfiltration
net-redirectable-api-keyscripts/run.sh:33Helper 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
-
medium Exfiltration
net-credential-useSKILL.md:460Credential used in a network call (verify the destination is the intended service)curl -s -H "x-connector-admin-token: $TOKEN" "http://127.0.0.1:19820/api/status"
-
low Dangerous commands
cmd-background-processscripts/collect_and_export_loop.sh:165Starts a background / autostarted processnohup bash -lc "$BRIDGE_CMD" >"$BRIDGE_LOG" 2>&1 &
Files scanned: 13. 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") - warning
body-longSKILL.md body ≈ 8235 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: assets/bitable-step-00-personal-center.png - warning
missing-refreference to a missing file: assets/bitable-step-01-template-copy.png - warning
missing-refreference to a missing file: assets/bitable-step-02-auth-code.png - warning
missing-refreference to a missing file: assets/bitable-step-03-config-save.png - warning
missing-refreference to a missing file: assets/connector-step-01-status-token.png - warning
missing-refreference to a missing file: assets/install-extension-connector.gif - warning
missing-refreference to a missing file: assets/install-extension-connector.png - warning
missing-refreference to a missing file: assets/configure-bitable.gif - warning
missing-refreference to a missing file: assets/configure-bitable.png - warning
missing-refreference to a missing file: assets/verify-connector.gif - warning
missing-refreference to a missing file: assets/verify-connector.png - warning
missing-refreference to a missing file: assets/copy-device-token.gif - warning
missing-refreference to a missing file: assets/copy-device-token.png - warning
missing-refreference to a missing file: assets/view-results.gif - warning
missing-refreference to a missing file: assets/view-results.png - warning
missing-refreference to a missing file: assets/install-extension-connector.*
Process rating: all ten parameters 53/100
- 0Tools and files. 16 referenced file(s) missing: assets/bitable-step-00-personal-center.png, assets/bitable-step-01-template-copy.png, assets/bitable-step-02-auth-code.png
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 40Execution cost. Instruction body is 8235 tokens: crowds the task out of the window
- 100Steps. 298 steps
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 26 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 17 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (3 tags): a typed call is more reliable
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 111: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +4Structure: 23 headings
- +3Step-by-step instructions: 298 items
- +4Has examples (23 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
- +3All 7 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 52.