FB bsc-impossible-finance
BSC (Binance Smart Chain) trading on Impossible Finance DEX — wallet creation, token swaps, pair discovery, and balance management.
As a process B 67/100 · Nearly there — weak spots: result and completion, when it triggers, consistency
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
How to improve
- Remove the critical guard findings (secrets, dangerous commands, hidden instructions): while they stand the skill is blocked and cannot grade above F.
- 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 · 6
-
critical Exfiltration
exfil-send-secrets-to-urlskill.md:174Instruction to send secrets/history to an external endpoint3. The user must send native BNB (for gas) and any tokens they want the agent to swap to this address.
Medium and low: 5
-
low Secrets in code
secret-high-entropy-tokenskill.md:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)default: "0xCC…A33"
quoted -
low Secrets in code
secret-high-entropy-tokenskill.md:21High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)default: "0xBf…E69"
quoted -
low Secrets in code
secret-high-entropy-tokenskill.md:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)default: "0xbb…95c"
quoted -
low Secrets in code
secret-high-entropy-tokenskill.md:96High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export IF_ROUTER="0xCC…A33"
quoted -
low Secrets in code
secret-high-entropy-tokenskill.md:97High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export IF_FACTORY="0xBf…E69"
quoted
Files scanned: 2. 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" - note
frontmatter-keyunknown frontmatter key "env" - note
frontmatter-keyunknown frontmatter key "credentials" - note
frontmatter-keyunknown frontmatter key "dependencies"
Process rating: all ten parameters 67/100
- 0Result and completion. Does not say what the result is
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (bsc-impossible-finance) differs from the folder (impossible-finance-skill)
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 4385 tokens
- 100Tools and files. No external tools needed
- 100Steps. 83 steps
- 100Failures and branches. 7 branches, has a failure section
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 12 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
- +1No license
- +2Single-language instructions
- +3Description length 131: enough signal without eating the budget
- +4Structure: 44 headings
- +3Step-by-step instructions: 83 items
- +4Has examples (11 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.