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.
A wrong strategy, chain, token, amount, position, or recipient could cause financial loss or lock funds in a DeFi protocol.
The skill authorizes financial-impacting fdx calls, but the documented flow requires human selection and confirmation before depositing.
Human selects a strategy — confirm the choice, risks, and deposit amount 5. Execute deposit with `fdx call depositForYield`
Only approve commands after independently checking the strategy, risk level, chain, token address, amount, position ID, recipient address, and any wallet-signing prompt.
The skill operates in the context of a wallet with funds, so mistakes or over-approval can affect real assets.
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.
Must be authenticated (`fdx status` to check, see `authenticate` skill) - Wallet must hold sufficient balance of the deposit token on the target chain
Use a wallet with limited funds or spending approvals where possible, verify the fdx account/session in use, and avoid approving broad token allowances.
Users have less external context for trusting who authored the financial workflow instructions.
The provided metadata does not identify a source repository or homepage, which limits provenance review even though this artifact is instruction-only.
Source: unknown Homepage: none
Prefer installing financial skills from publishers and sources you trust, and treat the instructions as guidance rather than authority.
