SKILLEMALL.ai

CF 115-skills

115 网盘智能管理:扫码登录、文件浏览、搜索、转存、离线下载、智能整理。适用于"登录 115"、"查看文件"、"搜索 xxx"、"转存链接"、"磁力链接"、"整理文件"等场景。

ClawHub Agent Skills author: kris su v1.0.1 MIT-0 29 files body ≈ 898 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 31/100 · Will not run — References files that are not bundled: docs/user/USER_GUIDE.md, docs/api/SKILL_API.md, docs/CODE_REVIEW.md

ReferenceInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
72/100
safety, quality, tests
Safety 60%
86
Quality 40%
50
Run on models
none yet
Process rating
F
31/100
Will not run
References files that are not bundled: docs/user/USER_GUIDE.md, docs/api/SKILL_API.md, docs/CODE_REVIEW.md
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
This is a copy of a skill from another catalog; the rating counts the canonical one: 115-skills (ClawHub)

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Broad scope medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

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.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. 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 · 10

✓ No critical or high findings

Medium and low: 10
  • medium Broad scope meta-broad-allowed-tools SKILL.md:1
    Broad tool permissions pre-approved: Bash
    allowed-tools: Read Grep Glob Bash
  • low Dangerous commands cmd-privilege lib/auth-puppeteer.js:30
    Privilege escalation / world-writable permissions (string literal in code, not executed)
    '--disable-setuid-sandbox',
    code literal
  • low Secrets in code secret-password-literal lib/share/share-manager.js:265
    Hard-coded password / key literal (may be an example)
    password = hashMatch[1];
  • low Secrets in code secret-password-literal lib/share/share-manager.js:270
    Hard-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-literal lib/share/share-manager.js:272
    Hard-coded password / key literal (may be an example)
    password = paramMatch[1];
  • low Secrets in code secret-password-literal lib/share/share-manager.js:279
    Hard-coded password / key literal (may be an example)
    password = koulingMatch[2];
  • low Secrets in code secret-password-literal lib/share/transfer.js:43
    Hard-coded password / key literal (may be an example)
    password = hashMatch[1];
  • low Secrets in code secret-password-literal lib/share/transfer.js:48
    Hard-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-literal lib/share/transfer.js:50
    Hard-coded password / key literal (may be an example)
    password = paramMatch[1];
  • low Secrets in code secret-password-literal lib/share/transfer.js:56
    Hard-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-yaml SKILL.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-when description does not say WHEN to use the skill (no "use when")
  • warning missing-ref reference to a missing file: docs/user/USER_GUIDE.md
  • warning missing-ref reference to a missing file: docs/api/SKILL_API.md
  • warning missing-ref reference to a missing file: docs/CODE_REVIEW.md
  • warning missing-ref reference to a missing file: docs/test/TEST_REPORT.md

Process rating: all ten parameters 31/100

Will not run. References files that are not bundled: docs/user/USER_GUIDE.md, docs/api/SKILL_API.md, docs/CODE_REVIEW.md
  • 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
  • 40Consistency. Frontmatter name (115-skills) differs from the folder (115-publish)
  • 100Steps. 45 steps
  • 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.

External checks

ClawHub: suspicious
This 115 cloud-drive skill mostly matches its stated purpose, but it needs review because it handles account cookies and can perform unsafe network and bulk file-management actions.
LLM: suspicious (high) · VirusTotal: · 29 May 2026