CtrlK
BlogDocsLog inGet started
Tessl Logo

raydium

Raydium - swaps, CLMM positions, AMM liquidity on Solana

70

Quality

59%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./src/skills/bundled/raydium/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
alsk1992/CloddsBot
Audited
Security analysis
Snyk

Is this your skill?

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.