SKILLEMALL.ai

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.

modbender/skill-library-mcp Agent Skills author: modbender MIT 17 files body ≈ 1 494 tokens Open the sourcegithub.com analyzed 3 d ago

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

ProcedureData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
79
Quality 40%
77
Run on models
none yet
Process rating
D
48/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

    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 · 21

    ✓ No critical or high findings

    Medium and low: 21
    • low Secrets in code secret-high-entropy-token CLAUDE.md:28
      High-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-token README.md:65
      High-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-token scripts/compound.ts:34
      High-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-token scripts/compound.ts:35
      High-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-token scripts/compound.ts:38
      High-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-token scripts/compound.ts:41
      High-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-token scripts/config.ts:20
      High-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-token scripts/config.ts:21
      High-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-token scripts/package-lock.json:27
      High-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-token scripts/package-lock.json:197
      High-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-token scripts/package-lock.json:418
      High-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-token scripts/package-lock.json:469
      High-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-token scripts/package-lock.json:531
      High-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-token scripts/report.ts:21
      High-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-token scripts/report.ts:22
      High-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-token scripts/rewards.ts:18
      High-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-token scripts/test-swap.ts:28
      High-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-token scripts/test-swap.ts:29
      High-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-token scripts/test-swap.ts:32
      High-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-token SKILL.md:12
      High-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-token SKILL.md:14
      High-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.