trading-signals
Warn
Audited by Snyk on Mar 14, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill makes runtime calls to the OpenRouter API (e.g., https://openrouter.ai/api/v1 and https://openrouter.ai/api/v1/chat/completions) and directly uses the returned LLM responses to drive prompts, parse signals, and make trading decisions, so the external content controls agent behavior at runtime.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a trading-focused tool (technical analysis, confluence scoring, and BUY/SELL actions) and names concrete execution-related integrations: CCXT (crypto exchange trading library) and Alpaca API (brokerage API for placing market orders). Those are specific financial execution interfaces (crypto trading and market order/brokerage APIs), not generic utilities. Therefore it meets the "Direct Financial Execution" criteria.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata