backtesting-trading-strategies
Enables backtesting of trading strategies with performance metrics and optimization for crypto and traditional markets.
Install this skill
Security score
The backtesting-trading-strategies skill was audited on May 24, 2026 and we found 9 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 61 | 1. Fetch historical data (cached to `${CLAUDE_SKILL_DIR}/data/` for reuse): |
Template literal with variable interpolation in command context
| 63 | ```bash |
Template literal with variable interpolation in command context
| 69 | ```bash |
Template literal with variable interpolation in command context
| 79 | 3. Analyze results saved to `${CLAUDE_SKILL_DIR}/reports/` -- includes `*_summary.txt` (performance metrics), `*_trades.csv` (trade log), `*_equity.csv` (equity curve data), and `*_chart.png` (visual |
Template literal with variable interpolation in command context
| 82 | ```bash |
Template literal with variable interpolation in command context
| 155 | Create `${CLAUDE_SKILL_DIR}/config/settings.yaml`: |
Template literal with variable interpolation in command context
| 175 | See `${CLAUDE_SKILL_DIR}/references/errors.md` for common issues and solutions. |
Template literal with variable interpolation in command context
| 179 | See `${CLAUDE_SKILL_DIR}/references/examples.md` for detailed usage examples including: |
External URL reference
| 198 | - [TA-Lib](https://ta-lib.org/) - Technical analysis library |