BF chainstream-data
Query and analyze on-chain data via MCP (17 tools) and CLI across Solana, BSC, Ethereum. Use when user asks to search tokens, check token security or holders, track market trends or hot tokens, analyze wallet PnL or holdings, stream real-time trades, compare multiple tokens, or backtest trading strategies. Covers token analytics, market ranking, wallet profiling, and WebSocket streaming. Keywords: token, wallet, market, trending, PnL, holders, security, candles, WebSocket, on-chain data, MCP.
As a process F 63/100 · Will not run — References files that are not bundled: ../shared/authentication.md, ../shared/authentication.md, ../shared/x402-payment.md
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.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
How to improve
- The text references files that are not there: add them or drop the references.
- 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 · 20
✓ No critical or high findings
Medium and low: 20
-
medium Risky intent
intent-wallet-secretsshared/authentication.md:20Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target| Own wallet private key | CLI with `wallet set-raw` | CLI signs with imported key | x402 (USDC on Base/Solana) |
-
medium Dangerous commands
cmd-pipe-to-shellshared/authentication.md:207Downloads and executes remote code from an unrecognised host (pipe to shell) (documentation of a security skill)curl -fsSL https://tempo.xyz/install | bash
security skill -
low Exfiltration
net-credential-usereferences/query-examples.md:14Credential used in a network call (verify the destination is the intended service) (test fixture / example file; documentation of a security skill)curl -H "Authorization: Bearer $TOKEN" \
fixturesecurity skill -
low Secrets in code
secret-high-entropy-tokenreferences/query-examples.md:35High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; test fixture / example file){"tool": "tokens/analyze", "arguments": {"chain": "sol", "address": "DezX…263", "sections": ["overview","metrics","holders","security"]}}detectorfixture -
low Exfiltration
net-credential-usereferences/query-examples.md:38Credential used in a network call (verify the destination is the intended service) (test fixture / example file; documentation of a security skill)curl -H "Authorization: Bearer $TOKEN" \
fixturesecurity skill -
low Exfiltration
net-credential-usereferences/query-examples.md:40Credential used in a network call (verify the destination is the intended service) (test fixture / example file; documentation of a security skill)curl -H "Authorization: Bearer $TOKEN" \
fixturesecurity skill -
low Exfiltration
net-credential-usereferences/query-examples.md:42Credential used in a network call (verify the destination is the intended service) (test fixture / example file; documentation of a security skill)curl -H "Authorization: Bearer $TOKEN" \
fixturesecurity skill -
low Secrets in code
secret-high-entropy-tokenreferences/query-examples.md:59High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; test fixture / example file){"tool": "tokens/price_history", "arguments": {"chain": "sol", "address": "So11…112", "resolution": "1h", "limit": 24}}detectorfixture -
low Secrets in code
secret-high-entropy-tokenreferences/query-examples.md:65High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)tokenAddress: 'So11…112',
fixturequoted -
low Secrets in code
secret-high-entropy-tokenreferences/query-examples.md:97High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; test fixture / example file){"tool": "wallets/profile", "arguments": {"chain": "sol", "address": "5Q54…4j1", "include": ["holdings","pnl","net_worth"]}}detectorfixture -
low Exfiltration
net-credential-usereferences/query-examples.md:100Credential used in a network call (verify the destination is the intended service) (test fixture / example file; documentation of a security skill)curl -H "Authorization: Bearer $TOKEN" \
fixturesecurity skill -
low Secrets in code
secret-high-entropy-tokenreferences/x402-auth.md:103High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base | `eip155:8453` | `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/x402-auth.md:104High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Solana | `sola…vdp` | `EPjF…t1v` |
table -
low Risky intent
intent-wallet-secretsshared/authentication.md:32Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)For agents that don't have their own wallet. CLI creates a ChainStream TEE wallet on first login — no email, no registration form, no seed phrase.
quoted -
low Secrets in code
secret-high-entropy-tokenshared/chains.md:17High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| sol | SOL | `So11…112` | `EPjF…t1v` |
table -
low Secrets in code
secret-high-entropy-tokenshared/chains.md:19High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| eth | ETH | `0x00…000` | `0xA0…B48` |
table -
low Secrets in code
secret-high-entropy-tokenshared/chains.md:33High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Solana | Base58, 32-44 chars | `So11…112` |
table -
low Secrets in code
secret-high-entropy-tokenshared/chains.md:34High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| EVM (bsc/eth) | `0x` + 40 hex chars | `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenshared/x402-payment.md:118High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Base**: mainnet — USDC (`0x83…913`), chain ID `eip155:8453`
quoted -
low Secrets in code
secret-high-entropy-tokenshared/x402-payment.md:119High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Solana**: mainnet — USDC (`EPjF…t1v`)
quoted
Files scanned: 17. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: ../shared/authentication.md - warning
missing-refreference to a missing file: ../shared/authentication.md - warning
missing-refreference to a missing file: ../shared/x402-payment.md - warning
missing-refreference to a missing file: ../chainstream-graphql/ - warning
missing-refreference to a missing file: ../chainstream-defi/
Process rating: all ten parameters 63/100
- 0Tools and files. 5 referenced file(s) missing: ../shared/authentication.md, ../shared/authentication.md, ../shared/x402-payment.md
- 0Progress reporting. Says nothing while it works
- 50When it triggers. No condition that starts the skill
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 34 steps, 1 vague phrases
- 100Failures and branches. 6 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3462 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 (3 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 497: enough signal without eating the budget
- +4Structure: 20 headings
- +3Step-by-step instructions: 34 items
- +3Output format is stated explicitly
- +4Has examples (6 code blocks)
- +4Reference files are cited in the instructions (4 of 8)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 79.