CC four-meme-ai
CLI tool for creating and trading meme tokens on Four.Meme (BSC), with structured JSON outputs for config, token details, pricing quotes, on-chain events, and TaxToken fee configuration.
As a process C 57/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 24
✓ No critical or high findings
Medium and low: 24
-
low Secrets in code
secret-high-entropy-tokenreferences/agent-creator-and-wallets.md:57High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Address**: `0x09…f13`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/agent-creator-and-wallets.md:75High-entropy token-like string (may be an id, hash or a credential)IAgentIdentifier ai = IAgentIdentifier(0x09…f13);
-
low Secrets in code
secret-high-entropy-tokenreferences/contract-addresses.md:11High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| BSC | `0xEC…FbC` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contract-addresses.md:19High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| BSC | `0x5c…62b` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contract-addresses.md:27High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| BSC | `0xF2…034` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/contract-addresses.md:35High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| BSC | `0x09…f13` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/event-listening.md:3High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Only **Toke…er2 (V2)** is supported. V1 is not supported. Contract address (BSC): `0x5c…62b`.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/event-listening.md:28High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKE…ER2 = '0x5c…62b';
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/8004-balance.ts:9High-entropy token-like string (may be an id, hash or a credential)* Default contract: 0x80…432 (BSC).
-
low Secrets in code
secret-high-entropy-tokenscripts/8004-balance.ts:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const DEFA…NFT = '0x80…432' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/8004-register.ts:13High-entropy token-like string (may be an id, hash or a credential)* Default contract: 0x80…432 (BSC).
-
low Secrets in code
secret-high-entropy-tokenscripts/8004-register.ts:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const DEFA…NFT = '0x80…432' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/create-token-api.ts:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKE…BSC = '0x5c…62b' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/create-token-chain.ts:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKE…BSC = '0x5c…62b' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/create-token-instant.ts:23High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKE…BSC = '0x5c…62b' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/execute-buy.ts:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const HELPER_ADDRESS = '0xF2…034' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/execute-sell.ts:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const HELPER_ADDRESS = '0xF2…034' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/get-recent-events.ts:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKE…BSC = '0x5c…62b' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/get-token-info.ts:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const HELPER_ADDRESS = '0xF2…034' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/quote-buy.ts:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const HELPER_ADDRESS = '0xF2…034' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/quote-sell.ts:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const HELPER_ADDRESS = '0xF2…034' as const;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/verify-events.ts:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const TOKE…BSC = '0x5c…62b' as const;
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:59Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)- **Install agents/plugins carefully**: When installing any agent, browser extension, or third-party tool, verify the source to avoid malware that could steal your private key or seed phrase.
detector -
low Secrets in code
secret-high-entropy-tokenSKILL.md:281High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)EIP-8004 identity NFT: **register** (mint) and **query balance**. Default contract: `0x80…432` (BSC). Override with env `8004…ESS` or `EIP8…ESS`.
quoted
Files scanned: 30. 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") - warning
body-longSKILL.md body ≈ 5869 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 57/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 54 mutating operations with no state check
- 70Execution cost. Instruction body is 5869 tokens
- 85Steps. 47 steps, 2 vague phrases
- 100Tools and files. Tools declared in frontmatter
- 100Failures and branches. 3 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 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 (33 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
- -318 of 18 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 186: enough signal without eating the budget
- +4Structure: 22 headings
- +3Step-by-step instructions: 47 items
- +4Has examples (14 code blocks)
- +4Reference files are cited in the instructions (10 of 10)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.
External checks
ClawHub: suspicious
The skill is transparent about using a wallet key for live BSC actions, but it also enables broad fund transfers through an unpinned external CLI, so users should review it carefully before installing.
LLM: suspicious (high) · VirusTotal: · 29 May 2026