hyperliquid-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 directly fetches and ingests data from the public Hyperliquid API (https://api.hyperliquid.xyz/info) — see src/api.rs and calls in commands like order, positions, cancel, cancel_batch — and those API responses (prices, meta, balances, order lists) are parsed and used to build and sign follow-up actions, so untrusted third-party content can materially influence the agent's decisions and tool use.

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 trading and funds-management plugin for a crypto exchange (Hyperliquid). It contains numerous write operations that move or execute value: placing perp and spot market/limit orders (order, spot-order, order-batch), closing positions, setting TP/SL, cancelling orders, depositing USDC from Arbitrum to Hyperliquid via a bridge (deposit), withdrawing USDC to Arbitrum (withdraw), transferring USDC between perp and spot accounts (transfer), sending USDC to a HyperEVM address (evm-send), and a get-gas swap. It also requires user EIP-712 signatures via onchainos (onchainos wallet sign-message) and builds/submits on-chain/exchange transactions. These are specific, purpose-built financial operations (sending funds, signing transfers, placing market orders), not generic tooling. Therefore 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, 12:00 PM
Issues
3