pump-fun-plugin

Warn

Audited by Snyk on Apr 28, 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 explicitly fetches and consumes public Solana on-chain data via Solana RPC (e.g., the pumpfun crate and commands like get-token-info, get-price, and the proactively-run quickstart in SKILL.md), which is untrusted, user-generated blockchain content that the agent reads and uses to drive trading previews and decision/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 is explicitly built for crypto financial operations on Solana: it exposes write operations "buy" and "sell" that route through onchainos swap execute --chain solana to submit on-chain swaps, resolves and uses a Solana wallet (onchainos wallet login / balance), and returns transaction signatures (tx_hash) on live execution. Although previews/dry-runs exist, the documented "live" mode with --confirm executes real blockchain transactions. This is a specific crypto/blockchain payment/trading capability (wallet + swap + transaction submission), so it grants direct financial execution authority.

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
Apr 28, 2026, 10:51 AM
Issues
3