BB farming-planner
Plan yield farming and CAKE staking on PancakeSwap. Use when user says "farm on pancakeswap", "stake CAKE", "unstake CAKE", "stake LP", "unstake LP", "yield farming", "syrup pool", "pancakeswap farm", "earn CAKE", "farm APR", "harvest rewards", "deposit LP", "withdraw LP", or describes wanting to stake, unstake, or earn yield on PancakeSwap. Do NOT use this skill when the user has a token pair and asks how to earn yield or best profit with those tokens (prefer liquidity-planner instead).
As a process B 70/100 · Nearly there — weak spots: inputs and preconditions, consistency, execution cost
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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 19
✓ No critical or high findings
Medium and low: 19
-
medium Broad scope
meta-broad-allowed-toolsSKILL.md:1Broad tool permissions pre-approved: Bash(curl:*)allowed-tools: Read Write Edit Glob Grep Bash(curl:*) Bash(jq:*) Bash(cast:*) Bash(python3:*) Bash(node:*) Bash(xdg-open:*) Bash(open:*) WebFetch WebSearch Task(subagent_type:Explore) AskUserQuestion
-
medium Dangerous commands
cmd-autorun-instructionSKILL.md:601Instructs the agent to auto-run a script on every sessionWhen recommending Syrup Pools, ALWAYS run this script first to show the user current APR data. Never recommend Syrup Pools without live APR.
-
low Secrets in code
secret-high-entropy-tokenreferences/fetch-farms.py:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)56: '0xbb…95c',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/fetch-farms.py:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)1: '0xC0…Cc2',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/fetch-farms.py:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)42161: '0x82…ab1',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/fetch-farms.py:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)324: '0x5A…a91',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/fetch-farms.py:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)56: '0x55…59e',
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/fetch-solana.cjs:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PANCAKE_CLMM_PROGRAM_ID = new PublicKey('HpNf…xFq')quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:126High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| CAKE | `0x0E…E82` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:127High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WBNB | `0xbb…95c` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:129High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDT | `0x55…955` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:130High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `0x8A…80d` | 18 |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:131High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| BUSD | `0xe9…D56` | 18 |
table -
low Obfuscation
obf-base64-blobSKILL.md:212Long base64-looking blob (documentation table row)| CAKE / WBNB | V2 | `https://pancakeswap.finance/v2/add/0x0E…E82/0xbb…95c?chain=bsc&persistChain=1` |
table -
low Obfuscation
obf-base64-blobSKILL.md:214Long base64-looking blob (documentation table row)| CAKE / USDT | V3 | `https://pancakeswap.finance/add/0x0E…E82/0x55…955/2500?chain=bsc&persistChain=1` |
table -
low Obfuscation
obf-base64-blobSKILL.md:215Long base64-looking blob (documentation table row)| WBNB / USDT | V3 | `https://pancakeswap.finance/add/0xbb…95c/0x55…955/2500?chain=bsc&persistChain=1` |
table -
low Obfuscation
obf-base64-blobSKILL.md:216Long base64-looking blob (documentation table row)| ETH / WBNB | V3 | `https://pancakeswap.finance/add/0x21…3F8/0xbb…95c/2500?chain=bsc&persistChain=1` |
table -
low Obfuscation
obf-base64-blobSKILL.md:217Long base64-looking blob (documentation table row)| BTCB / WBNB | V3 | `https://pancakeswap.finance/add/0x71…d9c/0xbb…95c/2500?chain=bsc&persistChain=1` |
table -
low Exfiltration
net-credential-useSKILL.md:246Credential used in a network call (verify the destination is the intended service) (quoted — discussed, not commanded)cast call "$TOKEN_ADDRESS" "symbol()(string)" --rpc-url https://bsc-…org
quoted
Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 10319 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "slug" - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 70/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 40Consistency. Frontmatter name (farming-planner) differs from the folder (pcs-farming-planner)
- 40Execution cost. Instruction body is 10319 tokens: crowds the task out of the window
- 60Result and completion. Output format stated, no completion criterion
- 65Failures and branches. 3 branches
- 100Tools and files. Tools declared in frontmatter
- 100Steps. 30 steps
- 100When it triggers. States when to use and when not to
- 100Running it twice. No mutating operations
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 19 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
- +2Single-language instructions
- +5Description quotes 13 example trigger phrases
- +4Description says when NOT to use the skill
- +3Description length 492: enough signal without eating the budget
- +4Structure: 54 headings
- +3Step-by-step instructions: 30 items
- +3Output format is stated explicitly
- +4Has examples (43 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 85.