SKILLEMALL.ai

CD openbroker

Hyperliquid trading plugin with background position monitoring. Execute market orders, limit orders, manage positions, view funding rates, and run trading strategies with automatic alerts for PnL changes and liquidation risk.

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

Hyperliquid trading plugin with background position monitoring.

As a process D 48/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationCommerceAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
73/100
safety, quality, tests
Safety 60%
68
Quality 40%
80
Run on models
none yet
Process rating
D
48/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

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

Risky intent 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 purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.

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

    ✓ No critical or high findings

    Medium and low: 16
    • medium Risky intent intent-wallet-secrets README.md:529
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      export HYPERLIQUID_PRIVATE_KEY=0x...     # Required: wallet private key
    • medium Risky intent intent-wallet-secrets README.md:539
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      export HYPERLIQUID_PRIVATE_KEY="0x..."        # API wallet private key
    • medium Risky intent intent-wallet-secrets SKILL.md:63
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      HYPERLIQUID_PRIVATE_KEY=0x...        # API wallet private key
    • medium Risky intent intent-wallet-secrets SKILL.md:367
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      | `HYPERLIQUID_PRIVATE_KEY` | Yes | Wallet private key (0x...) |
    • low Risky intent intent-wallet-secrets config/example.env:5
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (test fixture / example file)
      # Required: Your wallet private key (64 hex chars with 0x prefix)
      fixture
    • low Secrets in code secret-high-entropy-token config/example.env:31
      High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)
      # Default builder: 0xbb…068
      fixture
    • low Secrets in code secret-high-entropy-token package-lock.json:34
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha512-GZMB+a0mO…4cw+w1WV…UED+1X8a…sJi+8mgpw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:204
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…HK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXP…R8w==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:425
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…78O/B3Kkh+nKABUF++bvJv…56W+C8F9…X6m+IktJnIb1Jjg==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:494
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…5Ue/+tX+nmkg…wNx+ulArw==",
      detector
    • low Secrets in code secret-high-entropy-token package-lock.json:515
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…p81+8Ob3…L40/b0i7…gQw==",
      detector
    • low Risky intent intent-wallet-secrets scripts/core/client.ts:536
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
      response: 'Cannot approve builder fee with API wallet. Must use main wallet private key.',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/core/config.ts:28
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      export const OPEN_BROKER_BUILDER_ADDRESS = '0xbb…068';
      quoted
    • low Risky intent intent-wallet-secrets scripts/operations/market-order.ts:27
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
      HYPERLIQUID_PRIVATE_KEY  Your wallet private key (0x...)
      quoted
    • low Secrets in code secret-high-entropy-token scripts/setup/onboard.ts:11
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const OPEN_BROKER_BUILDER_ADDRESS = '0xbb…068';
      quoted
    • low Risky intent intent-wallet-secrets scripts/setup/onboard.ts:145
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
      # Your wallet private key
      quoted

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

    Against the Agent Skills spec

    • note frontmatter-key unknown frontmatter key "homepage"

    Process rating: all ten parameters 48/100

    • 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
    • 30Running it twice. 6 mutating operations with no state check
    • 85Steps. 28 steps, 3 vague phrases
    • 100Tools and files. Tools declared in frontmatter
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 3526 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)
    • +3Output format is not stated: the model decides each time
    • -42 reference files, but SKILL.md never points to them: the model will not open them
    • +2Single-language instructions
    • +3Description length 225: enough signal without eating the budget
    • +4Structure: 51 headings
    • +3Step-by-step instructions: 28 items
    • +4Has examples (35 code blocks)
    • +1License stated

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