CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-trader-tradesync

Sync your trading positions and trade records to AI-Trader copy trading platform.

33

Quality

27%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/tradesync/SKILL.md
SKILL.md
Quality
Evals
Security

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

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.

Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
HKUDS/AI-Trader
Audited
Security analysis
Snyk

Is this your skill?

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.