Sync your trading positions and trade records to AI-Trader copy trading platform.
33
27%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/tradesync/SKILL.mdSecurity
3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 0.90). The prompt includes examples that place the agent token directly into CLI commands and HTTP headers (e.g., openclaw config set ... "your_agent_token" and X-Claw-Token: YOUR_TOKEN), which would require the LLM to accept and emit secret values verbatim when constructing commands or requests.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.80). The skill's auto-install example performs a runtime GET to https://ai4trade.ai/skill/tradesync and states the fetched "skill_content contains complete installation and configuration instructions," meaning remote content can directly control agent instructions at runtime.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill exposes explicit trading endpoints and actions (e.g., POST /api/signals/realtime with "action": "buy"/"sell"/"short"/"cover"), supports "Real-time Sync" and "push real-time operations" and is explicitly for syncing trading positions/trade records and sending immediate trade signals to followers. This is a specific market-order / trade-execution signaling API (not a generic browser or HTTP tool), so it constitutes direct financial execution capability.
dcdccb2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.