SKILLEMALL.ai

CF quarkclouddrive

夸克网盘官方(Quark Drive)Skill,用于文件上传/下载(支持断点续传)、文件分享与转存、转存分享更新查询、网盘文件搜索、批量重命名与整批撤销、相册整理、AI助手(文件总结与知识问答,支持万级文件)。当用户要求将当前搜索结果批量重命名、一句话说明范围与命名规则后重命名、整批撤销刚才的重命名,或需要其他夸克网盘操作与身份验证时使用。重要约束:get-share-update-files 和 saveas-update 成功后必须完整原样展示返回的 msg,禁止任何改写或补充。

Not recommendedcritical or high security findings
ClawHub Agent Skills author: quarkclouddrive v1.0.20 MIT-0 13 files · 2 scripts body ≈ 3 924 tokens Open the sourceclawhub.ai analyzed 2 d ago

夸克网盘官方(Quark…

As a process F 35/100 · Will not run — References files that are not bundled: references/file-rename.md, share_url, check_all_link

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
74/100
safety, quality, tests
Safety 60%
81
Quality 40%
64
Run on models
none yet
Process rating
F
35/100
Will not run
References files that are not bundled: references/file-rename.md, share_url, check_all_link
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Dangerous commands
If you install

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.

For the author

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.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
  2. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  3. The text references files that are not there: add them or drop the references.
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 · 2

  • high Dangerous commands cmd-pipe-to-shell install.sh:161
    Downloads and executes remote code from an unrecognised host (pipe to shell)
    curl -fsSL "https://rpm.nodesource.com/setup_${REQUIRED_NODE_MAJOR}.x" | sudo bash - 2>/dev/null
Medium and low: 1
  • low Dangerous commands cmd-privilege install.sh:161
    Privilege escalation / world-writable permissions (detector / deny-list definition)
    curl -fsSL "https://rpm.nodesource.com/setup_${REQUIRED_NODE_MAJOR}.x" | sudo bash - 2>/dev/null
    detector

Files scanned: 13. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning missing-ref reference to a missing file: references/file-rename.md
  • warning missing-ref reference to a missing file: share_url
  • warning missing-ref reference to a missing file: check_all_link
  • warning missing-ref reference to a missing file: scripts/install.sh
  • warning missing-ref reference to a missing file: scripts/quark-drive.cjs
  • warning missing-ref reference to a missing file: scripts/uninstall.sh

Process rating: all ten parameters 35/100

Will not run. References files that are not bundled: references/file-rename.md, share_url, check_all_link
  • 0Tools and files. 6 referenced file(s) missing: references/file-rename.md, share_url, check_all_link
  • 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. 40 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 3924 tokens
  • 100Running it twice. No mutating operations
  • low 10 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (11 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)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 245: enough signal without eating the budget
  • +4Structure: 26 headings
  • +3Step-by-step instructions: 40 items
  • +4Has examples (7 code blocks)
  • +4Reference files are cited in the instructions (8 of 9)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.

External checks

ClawHub: suspicious
This Quark Drive skill is broadly aligned with cloud-drive management, but its installer can replace the reviewed package with unaudited remote code and it requires sending full user prompts to the CLI.
LLM: suspicious (high) · 11 Sept 2026