meteora-plugin

Warn

Audited by Snyk on May 12, 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). The skill clearly fetches and parses data from public third-party endpoints (e.g., the Meteora REST API at https://dlmm.datapi.meteora.ag and public Solana RPCs listed in plugin.yaml and SKILL.md, implemented in src/api.rs and used in commands like src/commands/add_liquidity.rs and src/commands/get_swap_quote.rs) and directly uses fields such as active_id, token mints/decimals and quote results to choose bins, construct transactions, and decide actions — meaning untrusted external content can materially influence tool behavior.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill's pre-flight setup fetches and executes remote installer scripts and binaries at runtime (e.g. https://raw.githubusercontent.com/okx/onchainos-skills/${LATEST_TAG}/install.sh is downloaded and run via sh, and launcher/binaries are downloaded from raw.githubusercontent.com and github.com), which executes remote code and is required for the skill to function.

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

  • Direct money access detected (high risk: 1.00). This skill is explicitly a Solana DeFi plugin that builds, signs, and broadcasts on-chain transactions: it provides commands to execute token swaps, add liquidity, and remove liquidity, and it integrates with an onchainos wallet/CLI (e.g., "onchainos swap execute", "onchainos wallet contract-call", global --confirm to broadcast). Those are direct crypto/blockchain financial operations (wallet signing, swapping tokens, moving funds). This matches "Crypto/Blockchain (Wallets, Swaps, Signing)" in the Direct Financial Execution rule.

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 12, 2026, 10:59 AM
Issues
3