SKILLEMALL.ai

CF quarkclouddrive

夸克网盘官方(Quark Drive)Skill,用于文件上传/下载(支持断点续传)、文件分享与转存、网盘文件搜索、相册整理、AI助手(文件总结与知识问答,支持万级文件)。当用户需要操作夸克网盘文件或进行身份验证时使用。

Not recommendedcritical or high security findings
ClawHub Agent Skills author: hope0719 v1.0.10 MIT-0 15 files · 2 scripts body ≈ 2 727 tokens Open the sourceclawhub.ai analyzed 15 h ago

夸克网盘官方(Quark Drive)Skill,用于文件上传/下载(支持断点续传)、文件分享与转存、网盘文件搜索、相册整理、AI助手(文件总结与知识问答,支持万级文件)。当用户需要操作夸克网盘文件或进行身份验证时使用。

As a process F 31/100 · Will not run — References files that are not bundled: share_url, check_all_link, scripts/quark-drive.cjs

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
73/100
safety, quality, tests
Safety 60%
79
Quality 40%
64
Run on models
none yet
Process rating
F
31/100
Will not run
References files that are not bundled: share_url, check_all_link, scripts/quark-drive.cjs
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 · 4

  • high Dangerous commands cmd-pipe-to-shell scripts/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: 3
  • low Dangerous commands cmd-privilege scripts/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
  • low Obfuscation obf-base64-blob workbuddy/config.json:12
    Long base64-looking blob (quoted — discussed, not commanded)
    "accessToken": "~10Dm…gB9
    quoted
  • low Obfuscation obf-base64-blob workbuddy/config.json:13
    Long base64-looking blob (quoted — discussed, not commanded)
    "refreshToken": "eyJh…zA3
    quoted

Files scanned: 15. 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: share_url
  • warning missing-ref reference to a missing file: check_all_link
  • warning missing-ref reference to a missing file: scripts/quark-drive.cjs

Process rating: all ten parameters 31/100

Will not run. References files that are not bundled: share_url, check_all_link, scripts/quark-drive.cjs
  • 0Tools and files. 3 referenced file(s) missing: share_url, check_all_link, scripts/quark-drive.cjs
  • 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
  • 40Consistency. Frontmatter name (quarkclouddrive) differs from the folder (quarkclouddrive-skill)
  • 100Steps. 28 steps
  • 100Execution cost. Instruction body is 2727 tokens
  • 100Running it twice. No mutating operations
  • low 10 top-level sections: this looks like several domains in one skill

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 110: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +4Structure: 25 headings
  • +3Step-by-step instructions: 28 items
  • +4Has examples (7 code blocks)
  • +4Reference files are cited in the instructions (8 of 9)
  • +3All 2 scripts are documented

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

External checks

ClawHub: suspicious
This Quark Drive skill matches its cloud-drive purpose in broad terms, but it needs review because it ships sensitive account tokens, performs powerful self-install/update actions, and sends raw user prompts for tracking.
LLM: suspicious (high) · 25 Jul 2026