BC solpaw
Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.
As a process C 59/100 · Has gaps — weak spots: result and completion, when it triggers, consistency
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.
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 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".
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
- 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-secretsSKILL.md:40Handles 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-useSKILL.md:57Credential 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-tokenREADME.md:128High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)// platform_wallet: "6SoP…ZiS",
quoted -
low Exfiltration
read-dotenvREADME.md:241Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenreferences/api-docs.md:157High-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-tokenSKILL.md:30High-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-tokenSKILL.md:64High-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-tokensolpaw-skill.ts:80High-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-tokensolpaw-skill.ts:182High-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-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "command-dispatch" - note
frontmatter-keyunknown frontmatter key "command-tool" - note
frontmatter-keyunknown 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.