raydium-plugin

Warn

Audited by Snyk on May 13, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (high risk: 0.90). This skill directly fetches live, public data from Raydium endpoints (e.g., https://api-v3.raydium.io and https://transaction-v1.raydium.io — see compute/swap-base-in and mint/price calls in SKILL.md and src/*), and the agent parses those untrusted responses (quotes, priceImpactPct, routePlan, serialized transactions) to decide warnings, build transactions, and perform swaps, so third‑party content can materially influence tool use and next actions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


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

  • Direct money access detected (high risk: 1.00). The skill explicitly implements on-chain token swaps on Solana: it provides a "swap" command that builds serialized transactions, signs/submits them via an onchainos wallet (uses onchainos wallet contract-call --unsigned-tx --force), resolves wallet addresses, checks balances, and returns transaction hashes. It is specifically designed for crypto financial operations (token swaps / wallet-based transaction broadcasting), so it grants direct financial execution capability.

Issues (3)

W011
MEDIUM

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

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
May 13, 2026, 07:44 AM
Issues
3