pendle-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.80). This skill calls external Pendle APIs and the Pendle Hosted SDK (see api.rs sdk_convert / sdk_convert_v2_get and plugin.yaml api_calls pointing at https://api-v2.pendle.finance/core) and then directly uses SDK responses (calldata, router, requiredApprovals, expected_*_out) to decide approvals and to execute on-chain transactions, so untrusted third-party content can materially influence agent 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 a DeFi trading plugin for Pendle Finance and includes built-in write operations that create and broadcast on-chain transactions. It supports buy-pt/sell-pt, buy-yt/sell-yt, add-liquidity/remove-liquidity, mint-py/redeem-py and ERC‑20 approvals; previews return calldata and the live mode (via a global --confirm flag) invokes onchainos wallet contract-call (with --force) to submit approvals and router transactions and returns tx_hashes. These are specific crypto/blockchain transaction primitives (wallet integration, calldata generation, approvals, and on-chain contract calls) intended to move funds — therefore 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
Apr 28, 2026, 12:47 PM
Issues
3