Binance Trade Jury

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

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.