curve-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 fetches live pool/token data from the public Curve API (https://api.curve.finance) and public RPC endpoints (see plugin.yaml api_calls and src/api.rs), and that external data is parsed and directly used to select pools, resolve token decimals/addresses, build calldata, and drive swap/add/remove actions—so untrusted third-party content can materially influence tool decisions and 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 designed to perform on-chain financial operations: it provides commands to "swap", "add-liquidity", and "remove-liquidity" on Curve Finance, requires a --wallet address for write commands, handles ERC‑20 approvals, previews calldata with --dry-run, and executes transactions via "onchainos wallet contract-call" (broadcasting txs and reporting txHash/explorer links). These are concrete crypto/blockchain transaction capabilities (signing/submitting on‑chain transfers), 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
May 12, 2026, 10:59 AM
Issues
3