AI Agent Trading on DEX

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a disclosed Superior Trade integration for backtests and live trading; it is coherent, but it can control real-money trading through an API key.

Install only if you intend to let an agent manage Superior Trade backtests and deployments. Treat the API key as financial authority, never share wallet private keys or seed phrases, backtest strategies before live use, and confirm live deployments only after reviewing the trading parameters.

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.

What this means

A mistaken confirmation or poorly configured strategy could place real trades and lose deposited funds.

Why it was flagged

The skill can trigger a high-impact live trading action, but the visible instructions require explicit user confirmation for that action.

Skill content
userConfirmationRequired: ... action: deployment_start ... reason: "Starts live trading with real funds"
Recommendation

Backtest first, review the deployment summary carefully, and only confirm live trading when you understand the stake, pairs, stoploss, margin mode, and risk.

What this means

Anyone or any agent with access to this API key could manage your Superior Trade deployments and potentially start trades, though the skill states it cannot withdraw funds or export private keys.

Why it was flagged

The required API key grants delegated account authority over backtests, deployments, and live trading, which is expected for the skill but sensitive.

Skill content
scope: "Read-write the user's own backtests and deployments. Can start live trading deployments that execute real trades..."
Recommendation

Store the API key only in a trusted credential manager, revoke or rotate it if exposed, and use this skill only with agents you trust for financial actions.

What this means

Balance checks may reveal or confirm your public wallet address to the referenced external API.

Why it was flagged

The skill discloses an external provider data flow to Hyperliquid; the address is public on-chain, but sharing it is still privacy-relevant.

Skill content
Balance checks send the user's public wallet address ... No authentication or secrets are sent to this endpoint.
Recommendation

Do not provide private keys or seed phrases, and be comfortable with the public wallet address being used for balance checks.