BC token-launcher
Launch tokens on any chain without giving up 30-50% of your fees. Two paths: Easy Mode (call Tator API via x402 — works with any wallet provider, no env vars required) or Direct Mode (integrate SDKs yourself, keep 100% — requires signing key and RPC). Covers Clanker (7 EVM chains), Flaunch (Base), and Pump.fun (Solana). Includes strategy evaluation, fee management, claiming, recipient updates, and tax/legal guidance. Triggers: "token idea", "launch a coin", "launch a token", "deploy a token", "token strategy", "claim fees", "creator fees", "update fee recipient", "token launch on base", "launch on solana", "clanker", "flaunch", "pump.fun", "token economics", "is this a good token".
As a process C 55/100 · Has gaps — weak spots: result and completion, consistency, running it twice
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
- 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-secretsSKILL.md:105Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target2. **NOT sent to Tator:** Your private key, seed phrase, or any signing material
-
low Secrets in code
secret-high-entropy-tokenreferences/clanker.md:56High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base | 8453 | Via `WETH_ADDRESSES` from SDK | USDC: `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/clanker.md:57High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Arbitrum | 42161 | Via SDK | USDC: `0xaf…831` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/clanker.md:58High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Mainnet | 1 | Via SDK | USDC: `0xA0…B48` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/clanker.md:143High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)pairedToken: "0x83…913", // USDC on Base
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/pumpfun.md:54High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PUMP_PROGRAM_ID = new PublicKey("6EF8…F6P");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/pumpfun.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PUMP_FEES_PROGRAM_ID = new PublicKey("pfee…jVZ");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/pumpfun.md:56High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PUMP_AMM_PROGRAM_ID = new PublicKey("pAMM…XEA");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/pumpfun.md:57High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const GLOBAL_PDA = new PublicKey("4wTV…njf");quoted -
low Secrets in code
secret-high-entropy-tokenreferences/pumpfun.md:58High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const MINT_AUTHORITY_PDA = new PublicKey("TSLv…okM");quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:150High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition; documentation table row)| Pump.fun program | On-chain on Solana | Verify on Solscan — program ID: `6EF8…F6P` |
detectortable
Files scanned: 6. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "publisher" - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "source" - note
frontmatter-keyunknown frontmatter key "documentation"
Process rating: all ten parameters 55/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 15 mutating operations with no state check
- 40Consistency. Frontmatter name (token-launcher) differs from the folder (tator-launch-pad)
- 50When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Failures and branches. 10 branches
- 70Execution cost. Instruction body is 4938 tokens
- 100Steps. 61 steps
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 13 top-level sections: this looks like several domains in one skill
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
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +5Description quotes 15 example trigger phrases
- +3Description length 690: enough signal without eating the budget
- +4Structure: 35 headings
- +3Step-by-step instructions: 61 items
- +4Has examples (9 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 90.