trading-assistant
SKILL.md
📊 Trading Assistant
Version: v2.0.0 (Security Hardened) | License: MIT
Advanced trading analysis system providing technical indicators, trading signals, and position management for stock and crypto investors.
Security Improvements in v2.0.0:
- ✅ Removed TradingAgents and other heavy external dependencies
- ✅ No reading of sibling/parent
.envfiles - ✅ Direct API calls to Twelve Data and Alpha Vantage only
- ✅ All API keys loaded from environment variables only (not from
.envfiles at runtime) - ✅ No access to files outside the project directory
- ✅ Removed all
sys.path.insert()calls to prevent sibling directory imports - ✅ Removed runtime
.envfile loading (daily_report.py, news_sentiment_monitor.py) - ✅ Removed
load_dotenv()from config.py to prevent automatic.envscanning
Dependencies:
requests- HTTP client for API calls (installed via requirements.txt)- Standard Python libraries:
json,os,datetime,argparse, etc.