Crypto Trading Bot

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 bot built or guided from these instructions could place unintended real trades and cause financial loss if safeguards are not added.

Why it was flagged

This describes webhook-triggered automatic trading across exchanges, but the artifact does not define human confirmation, order-size limits, paper-trading mode, rollback, or a kill switch.

Skill content
- 接收TradingView webhook信號
- 自動執行買賣指令
- 支持多交易所對接
Recommendation

Require explicit user approval before live trading, use paper trading or testnets first, set hard position and loss limits, and include a documented kill switch.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

If a user provides exchange credentials without strict limits, the agent or generated bot could trade with broad account authority.

Why it was flagged

Exchange automation normally requires API keys with trading permissions, but the supplied metadata declares no primary credential or required environment variables and the skill does not bound allowed API scopes.

Skill content
- Binance, Bybit, OKX API 對接
- 現貨/合約自動化
Recommendation

Use least-privilege API keys, disable withdrawals, restrict IPs where possible, separate test and live keys, and document exactly which credentials are needed and how they are stored.