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.
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.
