CtrlK
BlogDocsLog inGet started
Tessl Logo

vnpy-export

Export a Vibe-Trading backtest strategy to a runnable vnpy CtaTemplate Python class — supports A-share equities, futures, and crypto via BarGenerator + ArrayManager.

66

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./agent/src/skills/vnpy-export/SKILL.md
SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

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

The skill is explicitly designed to generate vnpy CtaTemplate strategies for live trading and backtesting. The document includes concrete order-execution calls (self.buy, self.sell, self.short, self.cover, buy_stop, short_stop, cancel_all) and a Signal→Order mapping to vnpy order APIs. This is a specific market-order/trading integration (direct financial execution) rather than a generic tool, so it grants direct financial execution capability.

Report incorrect finding
Repository
HKUDS/Vibe-Trading
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.