Skip to main content

backtesting-trading-strategies

Enables backtesting of trading strategies with performance metrics and optimization for crypto and traditional markets.

Install this skill

or
9/100

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

high line 61

Template literal with variable interpolation in command context

SourceSKILL.md
611. Fetch historical data (cached to `${CLAUDE_SKILL_DIR}/data/` for reuse):
medium line 63

Template literal with variable interpolation in command context

SourceSKILL.md
63```bash
medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69```bash
high line 79

Template literal with variable interpolation in command context

SourceSKILL.md
793. 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
medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82```bash
high line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155Create `${CLAUDE_SKILL_DIR}/config/settings.yaml`:
high line 175

Template literal with variable interpolation in command context

SourceSKILL.md
175See `${CLAUDE_SKILL_DIR}/references/errors.md` for common issues and solutions.
high line 179

Template literal with variable interpolation in command context

SourceSKILL.md
179See `${CLAUDE_SKILL_DIR}/references/examples.md` for detailed usage examples including:
low line 198

External URL reference

SourceSKILL.md
198- [TA-Lib](https://ta-lib.org/) - Technical analysis library
Scanned on May 24, 2026
View Security Dashboard
Installation guide →