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.
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
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
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
- 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-secretsREADME.md:529Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetexport HYPERLIQUID_PRIVATE_KEY=0x... # Required: wallet private key
-
medium Risky intent
intent-wallet-secretsREADME.md:539Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetexport HYPERLIQUID_PRIVATE_KEY="0x..." # API wallet private key
-
medium Risky intent
intent-wallet-secretsSKILL.md:63Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetHYPERLIQUID_PRIVATE_KEY=0x... # API wallet private key
-
medium Risky intent
intent-wallet-secretsSKILL.md:367Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target| `HYPERLIQUID_PRIVATE_KEY` | Yes | Wallet private key (0x...) |
-
low Risky intent
intent-wallet-secretsconfig/example.env:5Handles 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-tokenconfig/example.env:31High-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-tokenpackage-lock.json:34High-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-tokenpackage-lock.json:204High-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-tokenpackage-lock.json:425High-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-tokenpackage-lock.json:494High-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-tokenpackage-lock.json:515High-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-secretsscripts/core/client.ts:536Handles 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-tokenscripts/core/config.ts:28High-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-secretsscripts/operations/market-order.ts:27Handles 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-tokenscripts/setup/onboard.ts:11High-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-secretsscripts/setup/onboard.ts:145Handles 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-keyunknown 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.