SKILLEMALL.ai

CF chainstream-graphql

Execute flexible GraphQL queries against ChainStream's on-chain data warehouse (27 cubes in 3 chain groups: EVM, Solana, Trading). Use when user needs custom analytics beyond standard REST/MCP — cross-cube JOINs, custom aggregations, complex WHERE filters, time-series analysis, or SQL-level flexibility on blockchain data. Supports x402/MPP auto-payment. Keywords: GraphQL, query, cube, DEXTrades, DEXTradeByTokens, Pairs, aggregation, join, on-chain analytics, custom query.

Not recommendedcritical or high security findings
ClawHub Agent Skills author: ChainStream v1.0.7 MIT-0 11 files body ≈ 2 776 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process F 44/100 · Will not run — References files that are not bundled: ../shared/authentication.md, ../shared/x402-payment.md, ../shared/authentication.md

AnalyzerData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
71/100
safety, quality, tests
Safety 60%
68
Quality 40%
76
Run on models
none yet
Process rating
F
44/100
Will not run
References files that are not bundled: ../shared/authentication.md, ../shared/x402-payment.md, ../shared/authentication.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

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.

Dangerous commands
If you install

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.

For the author

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.

Risky intent medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

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

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
  2. The text references files that are not there: add them or drop the references.
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 · 11

  • high Dangerous commands cmd-pipe-to-shell shared/authentication.md:207
    Downloads and executes remote code from an unrecognised host (pipe to shell)
    curl -fsSL https://tempo.xyz/install | bash
Medium and low: 10
  • medium Risky intent intent-wallet-secrets shared/authentication.md:20
    Handles 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) |
  • low Secrets in code secret-high-entropy-token references/query-patterns.md:92
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    Trade: {Dex: {ProgramAddress: {is: "6EF8…F6P"}}}
    detector
  • low Secrets in code secret-high-entropy-token references/schema-guide.md:77
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    Variables JSON: `{"token": "So11…112", "since": "2026-04-01 00:00:00"}`
    quoted
  • low Risky intent intent-wallet-secrets shared/authentication.md:32
    Handles 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-token shared/chains.md:17
    High-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-token shared/chains.md:19
    High-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-token shared/chains.md:33
    High-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-token shared/chains.md:34
    High-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-token shared/x402-payment.md:118
    High-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-token shared/x402-payment.md:119
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - **Solana**: mainnet — USDC (`EPjF…t1v`)
    quoted

Files scanned: 11. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: ../shared/authentication.md
  • warning missing-ref reference to a missing file: ../shared/x402-payment.md
  • warning missing-ref reference to a missing file: ../shared/authentication.md
  • warning missing-ref reference to a missing file: ../chainstream-data/
  • warning missing-ref reference to a missing file: ../chainstream-defi/

Process rating: all ten parameters 44/100

Will not run. References files that are not bundled: ../shared/authentication.md, ../shared/x402-payment.md, ../shared/authentication.md
  • 0Tools and files. 5 referenced file(s) missing: ../shared/authentication.md, ../shared/x402-payment.md, ../shared/authentication.md
  • 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
  • 30Running it twice. 4 mutating operations with no state check
  • 50When it triggers. No condition that starts the skill
  • 85Steps. 39 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 2776 tokens
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 11 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (6 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
  • +1No license
  • +2Single-language instructions
  • +3Description length 476: enough signal without eating the budget
  • +4Structure: 15 headings
  • +3Step-by-step instructions: 39 items
  • +4Has examples (5 code blocks)
  • +4Reference files are cited in the instructions (2 of 2)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.

External checks

ClawHub: clean
This is a disclosed ChainStream GraphQL analytics skill with payment and wallet setup instructions, and the risky parts are mostly documented subscription/auth flows rather than hidden behavior.
LLM: benign (medium) · VirusTotal: · 29 May 2026