SKILLEMALL.ai

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.

ClawHub Agent Skills author: gekkoai001 v1.0.0 14 files body ≈ 970 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process D 44/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

GeneratorData and analyticsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
84
Quality 40%
81
Run on models
none yet
Process rating
D
44/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

The same skill appears in 1 more place: ClawHub

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

    ✓ No critical or high findings

    Medium and low: 16
    • low Secrets in code secret-high-entropy-token CLAUDE.md:59
      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 CLAUDE.md:61
      High-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-token scripts/compound.ts:27
      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:28
      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:29
      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/config.ts:19
      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:20
      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/pnpm-lock.yaml:28
      High-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-token scripts/pnpm-lock.yaml:88
      High-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-token scripts/pnpm-lock.yaml:166
      High-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-token scripts/pnpm-lock.yaml:184
      High-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-token scripts/pnpm-lock.yaml:202
      High-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-token scripts/report.ts:25
      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:26
      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 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: 14. 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 44/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
    • 40Consistency. Frontmatter name (gekko-yield) differs from the folder (gekkoai-yield)
    • 50Failures and branches. 0 branches, has a failure section
    • 60Tools and files. Uses tools (bash) that frontmatter does not declare
    • 100Steps. 21 steps
    • 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.

    External checks

    ClawHub: suspicious
    This skill mostly matches its DeFi yield purpose, but its auto-compound command can sign third-party-built swap transactions and deposit all wallet USDC without clear confirmation.
    LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026