Raydium - swaps, CLMM positions, AMM liquidity on Solana
70
59%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./src/skills/bundled/raydium/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.70). The skill's handlers (e.g., calls to tokenlist.resolveTokenMints, tokenlist.getTokenList, raydium.listRaydiumPools/listRaydiumPoolsSdk, raydium.getRaydiumQuote/getRaydiumPoolInfoSdk) fetch public on-chain/tokenlist data (SOLANA_RPC_URL defaults to https://api.mainnet-beta.solana.com) and the agent reads and uses that external data to decide and execute swaps, pool operations, and position management, so untrusted third-party content can materially influence actions.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly a Raydium DEX integration for Solana and includes direct transaction-executing commands and APIs: swap execution ("/ray swap", `raydium_swap`, `executeRaydiumSwap`), CLMM and AMM position creation/management (create/increase/decrease/close positions, add/remove liquidity), CLMM swaps, and harvesting rewards. The TypeScript API requires a keypair and connection and the environment exposes SOLANA_PRIVATE_KEY and SOLANA_RPC_URL, indicating the skill can sign and send blockchain transactions. These are specific crypto financial operations (wallet signing, swaps, liquidity management) intended to move funds, so it grants direct financial execution capability.
2a8c94e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.