BC swimmer-stock-trading
Discover Swimmer Finance Solana stock-token routes and balances, then submit a custodial order instruction by irreversibly transferring USDC or a trusted stock token to the fixed operator recipient with a public memo. Use for pool discovery, tradability checks, optional quotes, balance checks, market or limit order preparation, explicit risk confirmation, local signing, submission, and settlement-status checks. This is not an atomic on-chain swap and does not guarantee execution, consideration, cancellation, or refund.
Discover Swimmer Finance Solana stock-token routes and balances, then submit a custodial order instruction by irreversibly transferring USDC or a trusted…
As a process C 54/100 · Has gaps — weak spots: result and completion, inputs and preconditions, 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 · 9
✓ No critical or high findings
Medium and low: 9
-
medium Risky intent
intent-wallet-secretsreferences/keypair-setup.md:23Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- `private_key`: a new dedicated base…ded 64-byte Solana keypair, never a seed phrase or primary wallet.
-
medium Risky intent
intent-wallet-secretsSKILL.md:25Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Never ask for or display a seed phrase, private key, wallet export, or config contents. If a secret appears in chat or output, tell the user to treat it as compromised and move funds from a separate
-
low Secrets in code
secret-high-entropy-tokenreferences/custody-and-settlement.md:6High-entropy token-like string (may be an id, hash or a credential)Cdnw…2cf
-
low Secrets in code
secret-high-entropy-tokenreferences/keypair-setup.md:38High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"EPjF…t1v": "25000000"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/wallet-submission.md:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"offer_mint": "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/solana_sign_send.py:32High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)TOKEN_PROGRAM_ID = Pubkey.from_string("Toke…5DA")quoted -
low Secrets in code
secret-high-entropy-tokenscripts/solana_sign_send.py:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)MEMO_PROGRAM_ID = Pubkey.from_string("Memo…cHr")quoted -
low Secrets in code
secret-high-entropy-tokenscripts/solana_sign_send.py:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)SOLANA_USDC_MINT = Pubkey.from_string("EPjF…t1v")quoted -
low Secrets in code
secret-high-entropy-tokenscripts/solana_sign_send.py:36High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"Cdnw…2cf"
quoted
Files scanned: 13. 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 54/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 4 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 100Steps. 16 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1106 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
- -32 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 524: enough signal without eating the budget
- +4Structure: 4 headings
- +3Step-by-step instructions: 16 items
- +4Reference files are cited in the instructions (5 of 5)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 81.