claude-tradingview-mcp-autotrading

Warn

Audited by Snyk on Jun 15, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).

  • Direct money access detected (high risk: 1.00). The skill is explicitly a cryptocurrency auto-trading bot designed to place real market orders. It documents connecting to exchange APIs (BitGet, Binance, Bybit, OKX, Coinbase, Kraken, KuCoin, Gate.io, MEXC, Bitfinex), requires API credentials (API key, secret, passphrase) in .env, and includes code that calls exchange.createMarketOrder to execute live trades. It also describes live vs paper trading, VPS deployment for 24/7 execution, and safety rules for exchange API settings. These are specific, purpose-built financial execution capabilities (placing trades via exchange APIs), not generic tooling.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs SSHing in as root, running apt installs, editing crontab, checking systemctl, and creating files under /root (cron jobs, service checks, VPS deployment), all of which modify system state and require elevated/sudo privileges on the host—so it pushes actions that can change the machine's state.

Issues (3)

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W009
MEDIUM

Direct money access capability detected (payment gateways, crypto, banking).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 15, 2026, 01:04 AM
Issues
3
Security Audit — snyk — claude-tradingview-mcp-autotrading