tracking-crypto-prices
Tracks real-time cryptocurrency prices and historical data, providing essential infrastructure for crypto-related skills and analysis.
Install this skill
Security score
The tracking-crypto-prices skill was audited on May 12, 2026 and we found 13 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
| 41 | 4. Add API key to `${CLAUDE_SKILL_DIR}/config/settings.yaml` or set `COINGECKO_API_KEY` env var |
Template literal with variable interpolation in command context
| 46 | ```bash |
Template literal with variable interpolation in command context
| 51 | ```bash |
Template literal with variable interpolation in command context
| 57 | ```bash |
Template literal with variable interpolation in command context
| 62 | 4. Configure settings by editing `${CLAUDE_SKILL_DIR}/config/settings.yaml` to customize cache TTLs, default currency, and custom watchlists. See `references/implementation.md` for the full configurat |
Template literal with variable interpolation in command context
| 68 | - **CSV** (`--output csv`): OHLCV historical data export to `${CLAUDE_SKILL_DIR}/data/` |
Template literal with variable interpolation in command context
| 70 | See `${CLAUDE_SKILL_DIR}/references/implementation.md` for detailed output format examples. |
Template literal with variable interpolation in command context
| 86 | ```bash |
Template literal with variable interpolation in command context
| 92 | ```bash |
Template literal with variable interpolation in command context
| 97 | ```bash |
Template literal with variable interpolation in command context
| 104 | - `${CLAUDE_SKILL_DIR}/references/implementation.md` - Output formats, full config, integration guide, file map |
External URL reference
| 40 | 3. Optional: Get free API key from https://www.coingecko.com/en/api for higher rate limits |
External URL reference
| 105 | - [CoinGecko API](https://www.coingecko.com/en/api) - Primary data source |