CC pump-fun
Buy, sell, and launch tokens on Pump.fun using the PumpPortal API
Buy, sell, and launch tokens on Pump.fun using the PumpPortal API
As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
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.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 20
✓ No critical or high findings
Medium and low: 20
-
medium Risky intent
intent-wallet-secretsSKILL.md:46Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- `SOLANA_PRIVATE_KEY` - Your Solana wallet private key (base58 encoded)
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:107High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…0ah+lGiA…co6+9GrJ…naQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:158High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:187High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Mvo+5lex…ani+adC5PQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:205High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…7sL+iGzu…aOw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:214High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-c/I8ZRb51j+pYGA…kSk+qT2Ea+OdWElz/OiMf…ihw==",
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:88High-entropy token-like string (may be an id, hash or a credential)/pump-buy 7xKX…AsU 0.1
-
low Secrets in code
secret-high-entropy-tokenREADME.md:91High-entropy token-like string (may be an id, hash or a credential)/pump-buy 7xKX…AsU 0.5 15
-
low Secrets in code
secret-high-entropy-tokenREADME.md:94High-entropy token-like string (may be an id, hash or a credential)/pump-sell 7xKX…AsU 1000000
-
low Secrets in code
secret-high-entropy-tokenREADME.md:97High-entropy token-like string (may be an id, hash or a credential)/pump-sell 7xKX…AsU 50%
-
low Secrets in code
secret-high-entropy-tokenREADME.md:100High-entropy token-like string (may be an id, hash or a credential)/pump-sell 7xKX…AsU 100%
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:21High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `/pump-buy 7xKX…AsU 0.1` - Buy 0.1 SOL worth of tokens
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:22High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `/pump-buy 7xKX…AsU 0.5 15` - Buy with 15% slippage
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)- `/pump-sell 7xKX…AsU 1000000` - Sell 1,000,000 tokens
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `/pump-sell 7xKX…AsU 100%` - Sell all tokens
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:32High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `/pump-sell 7xKX…AsU 50% 10` - Sell 50% with 10% slippage
quoted -
low Risky intent
intent-wallet-secretssrc/cli.ts:24Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)SOLANA_PRIVATE_KEY Your Solana wallet private key (required)
quoted -
low Secrets in code
secret-high-entropy-tokensrc/cli.ts:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node cli.js buy 7xKX…AsU 0.1
quoted -
low Secrets in code
secret-high-entropy-tokensrc/cli.ts:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node cli.js buy 7xKX…AsU 0.1 15
quoted -
low Secrets in code
secret-high-entropy-tokensrc/cli.ts:37High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node cli.js sell 7xKX…AsU 100%
quoted
Files scanned: 13. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 51/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
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 2 mutating operations with no state check
- 100Tools and files. No external tools needed
- 100Steps. 25 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 649 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (5 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)
- +3Description length 65: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 12 headings
- +3Step-by-step instructions: 25 items
- +4Has examples (3 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 68.