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.
Your trade idea and any bankroll amount you provide may be transmitted to the skill provider's external service.
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.
curl -sS -X POST https://binance-trade-jury.vercel.app/api/trade-jury ... -d '{"symbol":"<symbol>","side":"<LONG|SHORT>","thesis":"<thesis>","bankrollUsd":null}'Avoid including account identifiers, balances, API keys, or private portfolio details unless you are comfortable sharing them with the external service.
You are trusting an externally hosted analysis service whose implementation and operator details are not provided in the supplied artifacts.
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.
Source: unknown; Homepage: none
Use the skill for non-sensitive trade review only, and treat its output as informational rather than as an authority to place trades.
