cmc-api-crypto
Provides a comprehensive API reference for CoinMarketCap cryptocurrency endpoints, enabling users to retrieve and integrate crypto data programmatically.
Install this skill
or
62/100
Security score
The cmc-api-crypto skill was audited on Jun 11, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 24
Curl to non-GitHub URL
SourceSKILL.md
| 24 | curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest" \ |
medium line 83
Curl to non-GitHub URL
SourceSKILL.md
| 83 | curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/map?symbol=ETH" \ |
medium line 87
Curl to non-GitHub URL
SourceSKILL.md
| 87 | curl -X GET "https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?id=1027" \ |
medium line 94
Curl to non-GitHub URL
SourceSKILL.md
| 94 | curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?limit=100&sort=market_cap" \ |
medium line 101
Curl to non-GitHub URL
SourceSKILL.md
| 101 | curl -X GET "https://pro-api.coinmarketcap.com/v3/cryptocurrency/quotes/historical?id=1&time_start=2024-01-01&time_end=2024-01-31&interval=daily" \ |
medium line 108
Curl to non-GitHub URL
SourceSKILL.md
| 108 | curl -X GET "https://pro-api.coinmarketcap.com/v2/cryptocurrency/info?id=1,1027" \ |
low line 24
External URL reference
SourceSKILL.md
| 24 | curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest" \ |
low line 28
External URL reference
SourceSKILL.md
| 28 | Get your API key at: https://pro.coinmarketcap.com/login |
low line 33
External URL reference
SourceSKILL.md
| 33 | https://pro-api.coinmarketcap.com |
low line 83
External URL reference
SourceSKILL.md
| 83 | curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/map?symbol=ETH" \ |
low line 87
External URL reference
SourceSKILL.md
| 87 | curl -X GET "https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?id=1027" \ |
low line 94
External URL reference
SourceSKILL.md
| 94 | curl -X GET "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?limit=100&sort=market_cap" \ |
low line 101
External URL reference
SourceSKILL.md
| 101 | curl -X GET "https://pro-api.coinmarketcap.com/v3/cryptocurrency/quotes/historical?id=1&time_start=2024-01-01&time_end=2024-01-31&interval=daily" \ |
low line 108
External URL reference
SourceSKILL.md
| 108 | curl -X GET "https://pro-api.coinmarketcap.com/v2/cryptocurrency/info?id=1,1027" \ |
Scanned on Jun 11, 2026
View Security Dashboard