x trade
Analysis
This is a coherent trading skill with no hidden code, but it needs review because it uses a personal trading API key and can place or cancel financial orders.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Before calling POST /orders, always: ... Wait for explicit confirmation ... ## DELETE /orders/{order_id} — Cancel an orderThe artifacts correctly require confirmation before placing orders, but the separate cancel-order operation is also a high-impact account mutation and lacks a matching explicit confirmation rule.
Source: unknown
The skill is instruction-only and has no code install path, but its provenance is not clearly established while it asks users to connect a financial trading account.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
All requests require the following header: X-API-KEY: {X_TRADING_API_KEY}The skill uses a personal trading API key for all requests, giving the agent delegated access to account and trading functions.
