SKILLEMALL.ai

BC solpaw

Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.

ClawHub Agent Skills author: LvcidPsyche v0.1.0 8 files body ≈ 1 241 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 59/100 · Has gaps — weak spots: result and completion, when it triggers, consistency

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
79/100
safety, quality, tests
Safety 60%
83
Quality 40%
74
Run on models
none yet
Process rating
C
59/100
Has gaps
Result and completion w 14
0
Progress reporting w 2
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

The same skill appears in 3 more places: ClawHub, ClawHub, ClawHub

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 · 9

    ✓ No critical or high findings

    Medium and low: 9
    • medium Risky intent intent-wallet-secrets SKILL.md:40
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      - `SOLANA_PRIVATE_KEY` — your wallet private key (base58 encoded, for signing)
    • medium Exfiltration net-credential-use SKILL.md:57
      Credential used in a network call (verify the destination is the intended service)
      CSRF=$(curl -s -H "Authorization: Bearer $SOLPAW_API_KEY" \
    • low Secrets in code secret-high-entropy-token README.md:128
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      //   platform_wallet: "6SoP…ZiS",
      quoted
    • low Exfiltration read-dotenv README.md:241
      Reads a .env file
      cp .env.example .env
    • low Secrets in code secret-high-entropy-token references/api-docs.md:157
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      Send 0.1 SOL launch fee to: `6SoP…ZiS`
      quoted
    • low Secrets in code secret-high-entropy-token SKILL.md:30
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      - **Platform wallet**: `6SoP…ZiS`
      quoted
    • low Secrets in code secret-high-entropy-token SKILL.md:64
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      `6SoP…ZiS`
      quoted
    • low Secrets in code secret-high-entropy-token solpaw-skill.ts:80
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      static readonly PLATFORM_WALLET = "6SoP…ZiS";
      quoted
    • low Secrets in code secret-high-entropy-token solpaw-skill.ts:182
      High-entropy token-like string (may be an id, hash or a credential)
      *   1. Send 0.1 SOL to the platform wallet (6SoP…ZiS)

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

    Against the Agent Skills spec

    • note frontmatter-key unknown frontmatter key "homepage"
    • note frontmatter-key unknown frontmatter key "command-dispatch"
    • note frontmatter-key unknown frontmatter key "command-tool"
    • note frontmatter-key unknown frontmatter key "command-arg-mode"

    Process rating: all ten parameters 59/100

    • 0Result and completion. Does not say what the result is
    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 6 mutating operations with no state check
    • 40Consistency. Frontmatter name (solpaw) differs from the folder (solpaw-skill)
    • 50Failures and branches. 0 branches, has a failure section
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Tools and files. No external tools needed
    • 100Steps. 22 steps
    • 100Execution cost. Instruction body is 1241 tokens

    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)
    • +3Description length 115: 120–800 characters recommended
    • +3Output format is not stated: the model decides each time
    • -41 reference files, but SKILL.md never points to them: the model will not open them
    • +1No license
    • +2Single-language instructions
    • +4Structure: 15 headings
    • +3Step-by-step instructions: 22 items
    • +4Has examples (7 code blocks)

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

    External checks

    ClawHub: suspicious
    This skill needs review because it asks for wallet secrets and claims local signing, but the shipped launch path appears to use server-side signing that can change who is the on-chain creator.
    LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026