raydium
Integrates Raydium Protocol SDK for Solana, enabling seamless access to DeFi features like token swaps, liquidity provision, and farming.
Install this skill
or
88/100
Security score
The raydium skill was audited on Jun 13, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 232
Template literal with variable interpolation in command context
SourceSKILL.md
| 232 | console.log(`https://solscan.io/tx/${txId}`); |
low line 47
External URL reference
SourceSKILL.md
| 47 | **Base URL:** `https://transaction-v1.raydium.io` |
low line 52
External URL reference
SourceSKILL.md
| 52 | **Base URL:** `https://api-v3.raydium.io` |
low line 74
External URL reference
SourceSKILL.md
| 74 | const connection = new Connection('https://api.mainnet-beta.solana.com'); |
low line 196
External URL reference
SourceSKILL.md
| 196 | const API_URL = 'https://api-v3.raydium.io'; |
low line 199
External URL reference
SourceSKILL.md
| 199 | const DEVNET_API = 'https://api-v3.raydium.io/main/'; |
low line 232
External URL reference
SourceSKILL.md
| 232 | console.log(`https://solscan.io/tx/${txId}`); |
low line 254
External URL reference
SourceSKILL.md
| 254 | uri: "https://arweave.net/metadata.json", |
Scanned on Jun 13, 2026
View Security Dashboard