CB polymarket-aion-trader
Place Polymarket trades through Aionmarket. Use when the user wants to search markets, register wallet credentials, verify a wallet, or submit a Polymarket order with an Aionmarket API key, Polymarket CLOB apiKey/apiSecret/apiPassphrase, wallet private key, or a pre-signed EIP712 order. Keywords: Polymarket, Aionmarket, place trade, market order, limit order, wallet credentials, API key, prediction market, 下单, 钱包私钥.
As a process B 69/100 · Nearly there — weak spots: result and completion, running it twice
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 · 10
✓ No critical or high findings
Medium and low: 10
-
medium Risky intent
intent-wallet-secretsassets/trade-request-template.md:12Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Wallet private key for local signing, or pre-signed order object:
-
medium Risky intent
intent-wallet-secretsskill-card.md:2Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetPlace Polymarket trades through Aionmarket when the user wants to search markets, register wallet credentials, verify a wallet, or submit an order with an Aionmarket API key, Polymarket CLOB credentia
-
medium Risky intent
intent-wallet-secretsskill-card.md:20Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetRisk: The skill can handle live trading credentials and an optional wallet private key. <br>
-
medium Risky intent
intent-wallet-secretsskill-card.md:37Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target**Other Properties Related to Output:** [Requires an Aionmarket API key for authenticated actions and may require Polymarket CLOB credentials plus either a pre-signed EIP712 order or wallet private ke
-
medium Risky intent
intent-wallet-secretsSKILL.md:18Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- User can provide a wallet private key for local EIP712 signing, or already has a signed order object.
-
medium Risky intent
intent-wallet-secretsSKILL.md:26Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- If the user does not want to share a wallet private key, ask for a pre-signed EIP712 order object instead.
-
medium Risky intent
intent-wallet-secretsSKILL.md:36Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target4. Either the wallet private key for local signing, or a fully signed EIP712 order payload.
-
medium Risky intent
intent-wallet-secretsSKILL.md:53Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target8. If the user gave a wallet private key, sign the Polymarket order locally and never persist the key. If the user did not, require a pre-signed `order` object.
-
low Risky intent
intent-wallet-secretsclawhub.json:37Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)"description": "Optional EVM wallet private key for local EIP712 signing. Only needed when the user wants local signing instead of supplying a pre-signed order object."
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:3Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)description: 'Place Polymarket trades through Aionmarket. Use when the user wants to search markets, register wallet credentials, verify a wallet, or submit a Polymarket order with an Aionmarket API k
quoted
Files scanned: 6. 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 69/100
- 0Result and completion. Does not say what the result is
- 30Running it twice. 1 mutating operations with no state check
- 60Tools and files. Uses tools (python) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 46 steps
- 100Failures and branches. 10 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1283 tokens
- 100Progress reporting. Reports progress
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
- +4No input/output examples
- +1No license
- +2Single-language instructions
- +3Description length 419: enough signal without eating the budget
- +4Structure: 8 headings
- +3Step-by-step instructions: 46 items
- +4Reference files are cited in the instructions (2 of 2)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.