Yield Strategies

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A wrong strategy, chain, token, amount, position, or recipient could cause financial loss or lock funds in a DeFi protocol.

Why it was flagged

The skill authorizes financial-impacting fdx calls, but the documented flow requires human selection and confirmation before depositing.

Skill content
Human selects a strategy — confirm the choice, risks, and deposit amount
5. Execute deposit with `fdx call depositForYield`
Recommendation

Only approve commands after independently checking the strategy, risk level, chain, token address, amount, position ID, recipient address, and any wallet-signing prompt.

What this means

The skill operates in the context of a wallet with funds, so mistakes or over-approval can affect real assets.

Why it was flagged

The skill depends on an authenticated wallet and can view balances and initiate yield-related wallet actions, which is expected for the purpose but sensitive.

Skill content
Must be authenticated (`fdx status` to check, see `authenticate` skill)
- Wallet must hold sufficient balance of the deposit token on the target chain
Recommendation

Use a wallet with limited funds or spending approvals where possible, verify the fdx account/session in use, and avoid approving broad token allowances.

What this means

Users have less external context for trusting who authored the financial workflow instructions.

Why it was flagged

The provided metadata does not identify a source repository or homepage, which limits provenance review even though this artifact is instruction-only.

Skill content
Source: unknown
Homepage: none
Recommendation

Prefer installing financial skills from publishers and sources you trust, and treat the instructions as guidance rather than authority.