BD gekko-yield
Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Base. Use when depositing USDC, withdrawing from the vault, checking position/APY, or generating yield reports.
Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Base.
As a process D 48/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
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 · 16
✓ No critical or high findings
Medium and low: 16
-
low Secrets in code
secret-high-entropy-tokenCLAUDE.md:59High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Address:** `0xc1…2Ca`
quoted -
low Secrets in code
secret-high-entropy-tokenCLAUDE.md:61High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **Asset:** USDC (`0x83…913`)
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/compound.ts:27High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const WELL_ADDRESS = '0xA8…6AE' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/compound.ts:28High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const MORPHO_ADDRESS = '0xBA…842' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/compound.ts:29High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const ODOS_ROUTER = '0x19…5a1' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/config.ts:19High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const VAULT_ADDRESS = '0xc1…2Ca' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/config.ts:20High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const USDC_ADDRESS = '0x83…913' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/pnpm-lock.yaml:28High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha512-GZMB+a0mO…4cw+w1WV…UED+1X8a…sJi+8mgpw==} -
low Secrets in code
secret-high-entropy-tokenscripts/pnpm-lock.yaml:88High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…HK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXP…R8w==} -
low Secrets in code
secret-high-entropy-tokenscripts/pnpm-lock.yaml:166High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…78O/B3Kkh+nKABUF++bvJv…56W+C8F9…X6m+IktJnIb1Jjg==} -
low Secrets in code
secret-high-entropy-tokenscripts/pnpm-lock.yaml:184High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha5…p81+8Ob3…L40/b0i7…gQw==} -
low Secrets in code
secret-high-entropy-tokenscripts/pnpm-lock.yaml:202High-entropy token-like string (may be an id, hash or a credential)resolution: {integrity: sha512-+lF0B…kdX+94aG…d8c+B3KT…U6A==} -
low Secrets in code
secret-high-entropy-tokenscripts/report.ts:25High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const WELL_ADDRESS = '0xA8…6AE' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/report.ts:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const MORPHO_ADDRESS = '0xBA…842' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:12High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)**Vault:** `0xc1…2Ca`
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)**Asset:** USDC (`0x83…913`)
quoted
Files scanned: 13. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 48/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. 2 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash) that frontmatter does not declare
- 100Steps. 21 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 970 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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 7 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 182: enough signal without eating the budget
- +4Structure: 16 headings
- +3Step-by-step instructions: 21 items
- +4Has examples (9 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 81.