BB silkyway
Agent banking and payments on Solana. Send and receive stablecoins with cancellable escrow transfers. Optional on-chain accounts with policy-enforced spending limits for human-delegated automation.
As a process B 70/100 · Nearly there — weak spots: when it triggers, inputs and preconditions, progress reporting
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
- 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
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:107High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…0ah+lGiA…co6+9GrJ…naQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:167High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:176High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Mvo+5lex…ani+adC5PQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:194High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…asG+Fkr6…2vM+P9eO…k5W+1WL8w==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:203High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-c/I8ZRb51j+pYGA…kSk+qT2Ea+OdWElz/OiMf…ihw==",
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:48High-entropy token-like string (may be an id, hash or a credential)silk pay 7xKX…vNx 10 --memo "Payment for code review"
-
low Secrets in code
secret-high-entropy-tokenREADME.md:51High-entropy token-like string (may be an id, hash or a credential)silk contacts add alice 7xKX…vNx
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:72High-entropy token-like string (may be an id, hash or a credential)silk pay 7xKX…vNx 10 --memo "Payment for code review"
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:107High-entropy token-like string (may be an id, hash or a credential)silk contacts add alice 7xKX…vNx
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:291High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"sender": "BrKz…sXp",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:292High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"recipient": "7xKX…vNx",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:316High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"transferPda": "9aE5…DJ4",
quoted
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") - warning
body-longSKILL.md body ≈ 6042 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 70/100
- 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
- 60Result and completion. Output format stated, no completion criterion
- 70Execution cost. Instruction body is 6042 tokens
- 100Tools and files. No external tools needed
- 100Steps. 24 steps
- 100Failures and branches. 5 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 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 14 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (24 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)
- +1No license
- +2Single-language instructions
- +3Description length 197: enough signal without eating the budget
- +4Structure: 43 headings
- +3Step-by-step instructions: 24 items
- +3Output format is stated explicitly
- +4Has examples (41 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.
External checks
ClawHub: suspicious
SilkyWay appears to be a real Solana payments skill, but it gives the agent real-money signing authority with plaintext local wallet keys and backend-built transactions that are signed without local verification.
LLM: suspicious (high) · VirusTotal: benign · 28 May 2026