orderly

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill securely manages authentication by generating ephemeral Ed25519 keys in memory and registering them via the agent's wallet service. This prevents the need for hardcoded API keys and adheres to the Orderly Network's security protocols.\n- [SAFE]: Network activity is restricted to the official Orderly API and blockchain RPC providers. These operations are necessary for market data retrieval and trade execution.\n- [SAFE]: The processing of external market data (such as instrument info and orderbooks) is a core function and is handled through structured API calls. The potential surface for indirect prompt injection is minimal and well-managed.\n
  • Ingestion points: Market data is ingested through client.py and returned via tools in tools.py.\n
  • Boundary markers: Not present in code; relies on platform-level agent safety controls.\n
  • Capability inventory: Functions include trading (orderly_order), position management, and fund transfers (orderly_deposit, orderly_withdraw).\n
  • Sanitization: Inputs are type-validated (float/int) before being sent to the API.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 06:29 PM