orderly-onboarding
Warn
Audited by Snyk on May 7, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs running npx @orderly.network/mcp-server@latest (https://www.npmjs.com/package/@orderly.network/mcp-server), which fetches and executes remote package code at runtime and provides MCP tools that can directly drive agent prompts/instructions, and the skill recommends this as a required dependency.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). Yes. The skill explicitly exposes concrete trading and asset-management functionality: REST endpoints like POST /v1/order (place orders), deposit/withdraw functionality, CLI commands (e.g., orderly order-place ...), skills named orderly-trading-orders and orderly-deposit-withdraw, wallet integration and API signing (EIP-712 / Ed25519). These are specific, purpose-built interfaces to execute market orders and move crypto/funds, not just generic tooling. Therefore it grants direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata