SKILLEMALL.ai

BC bitget-wallet

Interact with Bitget Wallet API for crypto market data, token info, swap quotes, and security audits. Use when the user asks about token prices, market data, swap/trading quotes, token security checks, K-line charts, or token rankings on supported chains (ETH, SOL, BSC, Base, etc.).

ClawHub Agent Skills author: karryzhang v1.0.0 7 files body ≈ 12 990 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 57/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency

IntegrationInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
79/100
safety, quality, tests
Safety 60%
82
Quality 40%
74
Run on models
none yet
Process rating
C
57/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

The same skill appears in 1 more place: ClawHub

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Concealment 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 skill tells the agent to hide things from you: not to show errors, not to mention actions, to report differently from what was done. You lose the ability to see what the agent really did.

For the author

Transparency beats a smooth answer. If the goal is to hide technical noise, ask the agent to "summarise briefly", not to "not mention".

How to improve

  1. 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 · 14

✓ No critical or high findings

Medium and low: 14
  • medium Concealment en-hide-from-user SKILL.md:182
    Instruction to hide actions from the user (documentation of a security skill)
    Before executing any swap, the agent should silently run risk checks and then present a **single confirmation summary** to the user. Do not prompt the user at every step.
    security skill
  • low Secrets in code secret-high-entropy-token COMPATIBILITY.md:105
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    > "Clone https://github.com/bitget-wallet-ai-lab/bitget-wallet-skill and use it to: 1) Get current price of SOL 2) Get current price of ETH 3) Run security audit on USDC on Solana (contract: EPjFWdd5A
    quoted
  • low Secrets in code secret-high-entropy-token COMPATIBILITY.md:114
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - `python3 scripts/bitget_api.py security --chain sol --contract EPjF…t1v`
    quoted
  • low Secrets in code secret-high-entropy-token COMPATIBILITY.md:227
    High-entropy token-like string (may be an id, hash or a credential)
    > 3. Run a security audit on USDC on Solana (contract: EPjF…t1v)
  • low Secrets in code secret-high-entropy-token README.md:58
    High-entropy token-like string (may be an id, hash or a credential)
    --from-chain base --from-contract 0x83…913 \
  • low Secrets in code secret-high-entropy-token README.md:59
    High-entropy token-like string (may be an id, hash or a credential)
    --to-chain bnb --to-contract 0x55…955 \
  • low Secrets in code secret-high-entropy-token README.md:64
    High-entropy token-like string (may be an id, hash or a credential)
    --from-chain base --from-contract 0x83…913 \
  • low Secrets in code secret-high-entropy-token README.md:65
    High-entropy token-like string (may be an id, hash or a credential)
    --to-chain bnb --to-contract 0x55…955 \
  • low Secrets in code secret-high-entropy-token README.md:179
    High-entropy token-like string (may be an id, hash or a credential)
    --to-contract EPjF…t1v \
  • low Secrets in code secret-high-entropy-token SKILL.md:160
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Ethereum (`eth`) | `0xdA…ec7` | `0xA0…B48` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:161
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | BNB Chain (`bnb`) | `0x55…955` | `0x8A…80d` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:162
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Base (`base`) | `0xfd…bb2` | `0x83…913` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:163
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Arbitrum (`arbitrum`) | `0xFd…bb9` | `0xaf…831` |
    table
  • low Secrets in code secret-high-entropy-token SKILL.md:164
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | Optimism (`optimism`) | `0x94…e58` | `0x0b…f85` |
    table

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

Against the Agent Skills spec

  • warning body-long SKILL.md body ≈ 12990 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "updated"

Process rating: all ten parameters 57/100

  • 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
  • 40Consistency. Frontmatter name (bitget-wallet) differs from the folder (bgw-wallet-api)
  • 40Execution cost. Instruction body is 12990 tokens: crowds the task out of the window
  • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
  • 100Steps. 169 steps
  • 100When it triggers. States when to use and when not to
  • 100Failures and branches. 22 branches, has a failure section
  • 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

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
  • -239 emoji in the instructions: noise for the model
  • +1No license
  • +2Single-language instructions
  • +3Description length 283: enough signal without eating the budget
  • +4Structure: 46 headings
  • +3Step-by-step instructions: 169 items
  • +4Has examples (29 code blocks)
  • +3All 2 scripts are documented

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

External checks

ClawHub: suspicious
This is a real Bitget Wallet integration, but it can handle wallet private keys and submit signed crypto transactions, so users should review it carefully before installing.
LLM: suspicious (high) · VirusTotal: · 29 May 2026