DC wayfinder
DeFi trading, yield strategies, and portfolio management via the Wayfinder Paths CLI (`poetry run wayfinder`). Use when the user wants to check balances, swap tokens, bridge assets, trade perps, trade prediction markets (Polymarket), run automated yield strategies (stablecoin yield, basis trading, Moonwell loops, HyperLend, Boros HYPE), manage wallets, discover DeFi pools, look up token metadata, manage LP positions (Uniswap V3 / ProjectX), or execute one-off DeFi scripts. Supports Ethereum, Base, Arbitrum, Polygon, BSC, Avalanche, Plasma, and HyperEVM via protocol adapters.
DeFi trading, yield strategies, and portfolio management via the Wayfinder Paths CLI (poetry run wayfinder).
As a process C 58/100 · Has gaps — weak spots: result and completion, inputs and preconditions, 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 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
- 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 · 26
✓ No critical or high findings
Medium and low: 26
-
medium Risky intent
intent-wallet-secretsreferences/setup.md:60Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target## Bot Wallets (Prefer Seed Phrase)
-
medium Risky intent
intent-wallet-secretsreferences/setup.md:62Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target`scripts/setup.py` creates **random local dev wallets** by default (it writes `private_key_hex` into `config.json`). For a long-running bot, prefer a **single seed phrase** stored in your backend/secr
-
medium Risky intent
intent-wallet-secretsreferences/setup.md:67Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Ask the user to **retrieve the seed phrase directly from their machine or secret manager** (recommended), if one already exists. Tell them where/how:
-
medium Risky intent
intent-wallet-secretsreferences/setup.md:70Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target3. Fetch the seed phrase from your secret manager (avoid printing/logging it).
-
medium Risky intent
intent-wallet-secretsreferences/setup.md:72Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- **Only if the user explicitly confirms they cannot access the machine to retrieve it themselves**, offer to generate a new seed phrase and display it once for the user to record, then store it in th
-
medium Risky intent
intent-wallet-secretsSKILL.md:72Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- For a long-running bot, prefer a seed phrase stored in your backend/secret manager rather than generating random wallets on the server.
-
medium Risky intent
intent-wallet-secretsSKILL.md:73Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- On first-time setup, the user should retrieve the seed phrase directly from their machine or secret manager. Only offer to display the seed phrase if the user explicitly confirms they cannot access
-
medium Risky intent
intent-wallet-secretsSKILL.md:683Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- **NEVER output private keys or seed phrases into the conversation.** These are secrets that must stay on the machine. Only offer to display a seed phrase if the user explicitly confirms they cannot
-
low Secrets in code
secret-high-entropy-tokenreferences/adapters.md:160High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | `0xEd…c22` | `0x83…913` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/adapters.md:161High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WETH | `0x62…457` | `0x42…006` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/adapters.md:162High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| wstETH | `0x62…04b` | `0xc1…452` |
table -
low Secrets in code
secret-high-entropy-tokenreferences/coding-interface.md:119High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)token_address="0x83…913", # USDC
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/coding-interface.md:172High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC_MTOKEN = "0xEd…c22"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/coding-interface.md:173High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH_MTOKEN = "0x62…457"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/coding-interface.md:335High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC_MTOKEN = "0xEd…c22"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/coding-interface.md:336High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)WETH_MTOKEN = "0x62…457"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/hyperliquid.md:74High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- This repo’s constant: `ARBITRUM_USDC_ADDRESS = 0xaf…831`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/hyperliquid.md:76High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)- This repo’s constant: `HYPERLIQUID_BRIDGE_ADDRESS = 0x2D…dF7`
detector -
low Secrets in code
secret-high-entropy-tokenreferences/hyperliquid.md:289High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Builder attribution uses a fixed wallet `0xaA…65c`. Fee value `f` is in **tenths of a basis point** (e.g. `30` = 0.030%). Set in `config.json` under `strategy.builder
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/moonwell.md:54High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC_MTOKEN = "0xEd…c22"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/moonwell.md:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)BASE_USDC = "0x83…913"
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/moonwell.md:82High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Two USDC markets on Base**: Main: `0xEd…c22` (use this). Secondary: `0x70…cC8`.
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/pendle.md:82High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)token_in="0x83…913", # USDC
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/polymarket.md:57High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)- **USDC vs USDC.e (collateral mismatch):** Polymarket trading collateral is **USDC.e** on Polygon (`0x27…174`, 6 decimals), not native Polygon USDC (`0x3c…EF5
detector -
low Secrets in code
secret-high-entropy-tokenreferences/strategies.md:60High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Collateral Token (Arbitrum)**: LayerZero OFT HYPE at `0x00…Dc1`
quoted -
low Secrets in code
secret-high-entropy-tokenreferences/tokens-and-pools.md:24High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Example: `base…913`
quoted
Files scanned: 19. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 13632 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 58/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 40Execution cost. Instruction body is 13632 tokens: crowds the task out of the window
- 60Tools and files. Uses tools (bash, web, git, python, node) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 85Steps. 98 steps, 3 vague phrases
- 100Failures and branches. 3 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 14 top-level sections: this looks like several domains in one skill
- low The skill ranks results itself: that belongs to the system behind the tool, not the model
- low The response is described with custom markup (14 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
- -31 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 581: enough signal without eating the budget
- +4Structure: 49 headings
- +3Step-by-step instructions: 98 items
- +4Has examples (31 code blocks)
- +4Reference files are cited in the instructions (14 of 14)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.