Binance Trade Jury

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill sends a user's Binance trade idea to a disclosed external review API and does not request credentials or execute trades.

Before installing, be aware that the skill calls an external Vercel-hosted API with your trade thesis and optional bankroll amount. Do not provide Binance API keys, private account details, or sensitive portfolio information. The skill appears coherent and limited to trade review; it does not show evidence of executing trades or using credentials.

Findings (2)

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

Your trade idea and any bankroll amount you provide may be transmitted to the skill provider's external service.

Why it was flagged

The workflow sends the user's trading thesis and optional bankroll amount to a third-party hosted API. This is purpose-aligned, but it is still user financial planning data leaving the chat context.

Skill content
curl -sS -X POST https://binance-trade-jury.vercel.app/api/trade-jury ... -d '{"symbol":"<symbol>","side":"<LONG|SHORT>","thesis":"<thesis>","bankrollUsd":null}'
Recommendation

Avoid including account identifiers, balances, API keys, or private portfolio details unless you are comfortable sharing them with the external service.

What this means

You are trusting an externally hosted analysis service whose implementation and operator details are not provided in the supplied artifacts.

Why it was flagged

The skill depends on hosted public endpoints, but the registry metadata does not provide a source repository or homepage for the service behind those endpoints.

Skill content
Source: unknown; Homepage: none
Recommendation

Use the skill for non-sensitive trade review only, and treat its output as informational rather than as an authority to place trades.