ai-trading-crew
Warn
Audited by Snyk on May 10, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The installation instructs
git clone https://github.com/omer475/ai-trading-crewand then runningpython main.py, meaning code fetched from that GitHub repo is a required runtime dependency that will be executed and contains the agent definitions/prompts that control behavior.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly integrates a broker API (Alpaca) and includes code/workflow to submit orders. The workflow states the Execution team "submits order to Alpaca," the README lists ALPACA_API_KEY and ALPACA_SECRET_KEY in .env, and the project describes broker-backed paper trading for US stocks (with real market data from Polygon). This is a specific market-order / broker integration (not a generic HTTP or browser tool), so it grants direct financial execution capability.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata