SKILLEMALL.ai

BB us3

Upload files to UCloud US3 object storage and generate public URLs

modbender/skill-library-mcp Agent Skills author: modbender MIT 4 files body ≈ 977 tokens Open the sourcegithub.com analyzed 2 d ago

Upload files to UCloud US3 object storage and generate public URLs

As a process B 65/100 · Nearly there — weak spots: when it triggers, running it twice, progress reporting

GeneratorMedia and videotype and topics are labelled automatically from the skill text
JSON
Technical rating
B
89/100
safety, quality, tests
Safety 60%
93
Quality 40%
84
Run on models
none yet
Process rating
B
65/100
Nearly there
Progress reporting w 2
0
When it triggers w 12
20
Running it twice w 4
30
the three weakest of ten parameters · all ten

How to improve

    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 · 7

    ✓ No critical or high findings

    Medium and low: 7
    • low Secrets in code secret-high-entropy-token package-lock.json:19
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…JbG+vnnQ…1TK+nxAp…hhm+kzE4…g4g==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:44
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…HxH+tv3k…kSo+8o0wxg9lZWw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:53
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…9dM/mwVgvbZJaSNaRk+bshk…Kbz+IoId…W0Q==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:89
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…SDq+2kAA…MOe/+5cdoEdg==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:265
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…IjQ+odgj…sRA==",
      detector
    • low Exfiltration net-credential-use upload.mjs:126
      Credential used in a network call (verify the destination is the intended service) (destination host is a configured variable)
      const publicUrl = `https://${bucket}/${objectKey}`;
      variable host
    • low Exfiltration net-credential-use upload.mjs:219
      Credential used in a network call (verify the destination is the intended service) (destination host is a configured variable)
      const publicUrl = `https://${bucket}/${objectKey}`;
      variable host

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

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 65/100

    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 1 mutating operations with no state check
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (node) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 34 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 977 tokens

    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 66: 120–800 characters recommended
    • +1No license
    • +2Single-language instructions
    • +4Structure: 15 headings
    • +3Step-by-step instructions: 34 items
    • +3Output format is stated explicitly
    • +4Has examples (6 code blocks)

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