SKILLEMALL.ai

CD bitagent-skill

Launch, buy, and sell tokens on BitAgent bonding curves via CLI. Use when the user wants to create a new agent token, or trade existing agent tokens on BitAgent (BSC Testnet/Mainnet).

ClawHub Agent Skills author: parasyte-x v0.1.1 7 files body ≈ 568 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 45/100 · Unfinished process — weak spots: result and completion, inputs and preconditions, failures and branches

IntegrationAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
C
72/100
safety, quality, tests
Safety 60%
65
Quality 40%
83
Run on models
none yet
Process rating
D
45/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

What is at stake

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

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.

Exfiltration 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 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".

For the author

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

    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

    ✓ No critical or high findings

    Medium and low: 11
    • medium Risky intent intent-wallet-secrets README.md:61
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      | `PRIVATE_KEY` | Wallet private key (0x...) for the agent wallet. |
    • medium Exfiltration net-credential-use scripts/index.ts:175
      Credential used in a network call (verify the destination is the intended service)
      const res = await fetch(`${config.apiBase}/agent?token=${tokenAddress}`);
    • medium Exfiltration net-credential-use scripts/index.ts:183
      Credential used in a network call (verify the destination is the intended service)
      const resList = await fetch(`${config.apiBase}/agents?token=${tokenAddress}`);
    • medium Exfiltration net-credential-use scripts/index.ts:196
      Credential used in a network call (verify the destination is the intended service)
      const resDetail = await fetch(`${config.apiBase}/agents/${tokenAddress}`);
    • medium Risky intent intent-wallet-secrets skill-card.md:24
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      Risk: A raw wallet private key can authorize token launches and trades.
    • medium Risky intent intent-wallet-secrets SKILL.md:14
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      - `PRIVATE_KEY` — Wallet private key (0x...)
    • low Secrets in code secret-high-entropy-token scripts/index.ts:31
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      token: '0x7e…B37',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/index.ts:38
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      token: '0xB9…085',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/index.ts:45
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      token: '0xae…7cd',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/index.ts:55
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      token: '0x40…Fde',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/index.ts:62
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      token: '0x8d…B0d',
      quoted

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

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 45/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 30Running it twice. 2 mutating operations with no state check
    • 40Consistency. Frontmatter name (bitagent-skill) differs from the folder (openclaw-bitagent)
    • 60Tools and files. Uses tools (node) that frontmatter does not declare
    • 70When it triggers. States when to use, but not when not to
    • 100Steps. 5 steps
    • 100Execution cost. Instruction body is 568 tokens
    • low The response is described with custom markup (4 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
    • +4No input/output examples
    • +1No license
    • +2Single-language instructions
    • +3Description length 183: enough signal without eating the budget
    • +4Structure: 5 headings
    • +3Step-by-step instructions: 5 items
    • +3All 1 scripts are documented

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

    External checks

    ClawHub: suspicious
    This skill does what it claims, but it can use a raw wallet private key to perform real, irreversible token launches and trades without enough guardrails.
    LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026