SKILLEMALL.ai

BD standx-cli

Crypto trading CLI for StandX exchange v0.3.5. Use when users need to: (1) Query crypto market data (prices, order books, klines, funding rates), (2) Manage trading orders (create, cancel, view), (3) Check account balances, positions, and trade history, (4) Stream real-time market data via WebSocket, (5) Manage leverage and margin settings. Supports BTC, ETH, SOL, XRP and other trading pairs.

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

Crypto trading CLI for StandX exchange v0.3.5. Use when users need to: (1) Query crypto market data (prices, order books, klines, funding rates), (2) Manage…

As a process D 47/100 · Unfinished process — weak spots: when it triggers, inputs and preconditions, failures and branches

IntegrationGitHubData and analyticsDesigntype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
81
Quality 40%
87
Run on models
none yet
Process rating
D
47/100
Unfinished process
Inputs and preconditions w 11
0
Failures and branches w 10
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

The same skill appears in 1 more place: skill-library-mcp

What is at stake

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

Dangerous commands 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 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

    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
    • medium Dangerous commands cmd-privilege SKILL.md:77
      Privilege escalation / world-writable permissions
      sudo mv /tmp/standx /usr/local/bin/
    • medium Dangerous commands cmd-privilege SKILL.md:78
      Privilege escalation / world-writable permissions
      sudo chmod +x /usr/local/bin/standx
    • medium Dangerous commands cmd-privilege SKILL.md:83
      Privilege escalation / world-writable permissions
      sudo mv /tmp/standx /usr/local/bin/
    • low Dangerous commands cmd-privilege skill.json:30
      Privilege escalation / world-writable permissions (string literal in code, not executed)
      "script": "curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.3.5/stan….gz && tar -xzf /tmp/standx.tar.gz -C /tmp && sudo mv
      code literal
    • low Dangerous commands cmd-privilege skill.json:37
      Privilege escalation / world-writable permissions (string literal in code, not executed)
      "script": "curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.3.5/stan….gz && tar -xzf /tmp/standx.tar.gz -C /tmp && sudo mv /tm
      code literal
    • low Dangerous commands cmd-privilege SKILL.md:36
      Privilege escalation / world-writable permissions (quoted — discussed, not commanded)
      "script": "curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.3.5/stan….gz && tar -xzf /tmp/standx.tar.gz -C /tmp && sudo mv
      quoted
    • low Dangerous commands cmd-privilege SKILL.md:43
      Privilege escalation / world-writable permissions (quoted — discussed, not commanded)
      "script": "curl -L -o /tmp/standx.tar.gz https://github.com/wjllance/standx-cli/releases/download/v0.3.5/stan….gz && tar -xzf /tmp/standx.tar.gz -C /tmp && sudo mv /tm
      quoted

    Files scanned: 3. 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 47/100

    • 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. 1 mutating operations with no state check
    • 40Consistency. Frontmatter name (standx-cli) differs from the folder (openclaw)
    • 60Tools and files. Uses tools (bash) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 100Steps. 12 steps
    • 100Execution cost. Instruction body is 1431 tokens
    • low 11 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)
    • +1No license
    • +2Single-language instructions
    • +3Description length 395: enough signal without eating the budget
    • +4Structure: 35 headings
    • +3Step-by-step instructions: 12 items
    • +3Output format is stated explicitly
    • +4Has examples (26 code blocks)

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