CF clawmobile
ClawMobile - 完整的 Android 自动化工具包,深度集成 AutoX.js。 提供工作流管理、任务录制、AI 智能干预、会员系统、HTTP API 通信等完整功能。 支持自动化测试、RPA 流程自动化、移动应用交互等场景。 适用场景:自动化测试、批量操作、流程录制和回放、无人值守任务、移动应用 RPA。
As a process F 31/100 · Will not run — References files that are not bundled: LICENSE
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 contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
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 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 Dangerous commands
cmd-shell-rcSKILL.md:402Writes to a shell startup fileecho 'export CLAWMOBILE_API_URL="http://loca…765"' >> ~/.bashrc
-
medium Dangerous commands
cmd-shell-rcSKILL.md:403Writes to a shell startup fileecho 'export CLAWMOBILE_API_TOKEN="your-autox-token-here"' >> ~/.bashrc
-
medium Exfiltration
net-credential-useSKILL.md:476Credential used in a network call (verify the destination is the intended service)curl -H "Authorization: Bearer $TOKEN" \
-
medium Exfiltration
net-credential-useSKILL.md:480Credential used in a network call (verify the destination is the intended service)curl -X POST -H "Authorization: Bearer $TOKEN" \
-
medium Exfiltration
net-credential-useSKILL.md:486Credential used in a network call (verify the destination is the intended service)curl -X POST -H "Authorization: Bearer $TOKEN" \
Files scanned: 15. 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
missing-refreference to a missing file: LICENSE - note
frontmatter-keyunknown frontmatter key "email" - note
frontmatter-keyunknown frontmatter key "repository"
Process rating: all ten parameters 31/100
- 0Tools and files. 1 referenced file(s) missing: LICENSE
- 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. 3 mutating operations with no state check
- 70Execution cost. Instruction body is 4351 tokens
- 100Steps. 148 steps
- 100Consistency. Name and required fields are in place
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
- -2localhost URLs: will not work for another user
- -269 emoji in the instructions: noise for the model
- -33 of 3 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 160: enough signal without eating the budget
- +4Structure: 60 headings
- +3Step-by-step instructions: 148 items
- +4Has examples (43 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 58.