BD morpho-earn
Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Morpho (Base). Use when depositing USDC, withdrawing from the vault, checking position/APY, or setting up wallet credentials for DeFi yield.
Earn yield on USDC by supplying to the Moonwell Flagship USDC vault on Morpho (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 · 21
✓ No critical or high findings
Medium and low: 21
-
low Secrets in code
secret-high-entropy-tokenCLAUDE.md:28High-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-tokenREADME.md:65High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| **Address** | `0xc1…2Ca` |
table -
low Secrets in code
secret-high-entropy-tokenscripts/compound.ts:34High-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:35High-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:38High-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/compound.ts:41High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const MERKL_DISTRIBUTOR = '0x3E…9Ae' 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 VAULT_ADDRESS = '0xc1…2Ca' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/config.ts:21High-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/package-lock.json:27High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-GZMB+a0mO…4cw+w1WV…UED+1X8a…sJi+8mgpw==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:197High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…HK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXP…R8w==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:418High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…78O/B3Kkh+nKABUF++bvJv…56W+C8F9…X6m+IktJnIb1Jjg==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:469High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…p81+8Ob3…L40/b0i7…gQw==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:531High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-+lF0B…kdX+94aG…d8c+B3KT…U6A==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/report.ts:21High-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:22High-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/rewards.ts:18High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const MERKL_DISTRIBUTOR = '0x3E…9Ae' as Address;
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/test-swap.ts:28High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const WELL_ADDRESS = '0xA8…6AE' as Address;
fixturequoted -
low Secrets in code
secret-high-entropy-tokenscripts/test-swap.ts:29High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const MORPHO_ADDRESS = '0xBA…842' as Address;
fixturequoted -
low Secrets in code
secret-high-entropy-tokenscripts/test-swap.ts:32High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const ODOS_ROUTER = '0x19…5a1' as Address;
fixturequoted -
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: 17. 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. 3 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. 35 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1494 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
- -41 reference files, but SKILL.md never points to them: the model will not open them
- -32 of 9 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 211: enough signal without eating the budget
- +4Structure: 20 headings
- +3Step-by-step instructions: 35 items
- +4Has examples (12 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 77.