BD solana-wallet
Manage Solana and Polygon wallets, run Polymarket weather arbitrage, post to X/Twitter, and execute Raydium swaps — all from natural language.
As a process D 47/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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 12
✓ No critical or high findings
Medium and low: 12
-
medium Risky intent
intent-wallet-secretsSKILL.md:227Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetwallet private key (AES-256-GCM, per-wallet salt → ~/.raphael/)
-
medium Risky intent
intent-wallet-secretssrc/polymarketClob.ts:5Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target// Order signing: EIP-712 Order struct signed with the EVM wallet private key.
-
low Secrets in code
secret-high-entropy-tokensrc/balance.ts:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded){ programId: new PublicKey("Toke…5DA") }quoted -
low Exfiltration
read-dotenvsrc/environment.ts:8Reads a .env file (quoted — discussed, not commanded)if (!val) throw new Error(`Missing required env var: ${key}\nRun: cp .env.example .env && pnpm setup`)quoted -
low Secrets in code
secret-high-entropy-tokensrc/evmBalance.ts:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_ADDRESS = "0x3c…359" // Native USDC on Polygon
quoted -
low Secrets in code
secret-high-entropy-tokensrc/polymarketClob.ts:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const USDC_POLYGON = "0x3c…359"
quoted -
low Secrets in code
secret-high-entropy-tokensrc/polymarketClob.ts:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const NEG_RISK_CTF_EXCHANGE = "0xC5…80a"
quoted -
low Exfiltration
exfil-secret-in-urlsrc/polymarketOracle.ts:184Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)`https://clob.polymarket.com/price?token_id=…&side=…
placeholder -
low Secrets in code
secret-high-entropy-tokensrc/swap.ts:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const SOL_MINT = "So11…112"
quoted -
low Secrets in code
secret-high-entropy-tokensrc/swap.ts:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const USDC_MINT = "EPjF…t1v" // mainnet USDC
quoted -
low Secrets in code
secret-high-entropy-tokensrc/swap.ts:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const USDC_DEVNET_MINT = "4zMM…cDU"
quoted -
low Secrets in code
secret-password-literalsrc/wallet.ts:51Hard-coded password / key literal (may be an example)const secretKey = bs58Decode(priv…s58)
Files scanned: 28. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 47/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (solana-wallet) differs from the folder (raphael-solana)
- 55Failures and branches. 1 branches
- 60Tools and files. Uses tools (node) that frontmatter does not declare
- 100Steps. 22 steps
- 100Execution cost. Instruction body is 2333 tokens
- 100Running it twice. Mutating operations check current state
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (22 tags): a typed call is more reliable
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
- -32 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 142: enough signal without eating the budget
- +4Structure: 19 headings
- +3Step-by-step instructions: 22 items
- +4Has examples (5 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 68.