ccxt-typescript
Integrates CCXT library for TypeScript/JavaScript to connect with cryptocurrency exchanges, enabling market data fetching and order management.
Install this skill
or
86/100
Security score
The ccxt-typescript skill was audited on Feb 12, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 768
Template literal with variable interpolation in command context
SourceSKILL.md
| 768 | console.log(`Retry ${i + 1}/${maxRetries}`) |
low line 690
Access to .env file
SourceSKILL.md
| 690 | apiKey: process.env.BINANCE_API_KEY, |
low line 691
Access to .env file
SourceSKILL.md
| 691 | secret: process.env.BINANCE_SECRET, |
low line 555
External URL reference
SourceSKILL.md
| 555 | exchange.httpProxy = 'http://your-proxy-host:port' |
low line 558
External URL reference
SourceSKILL.md
| 558 | exchange.httpsProxy = 'https://your-proxy-host:port' |
low line 564
External URL reference
SourceSKILL.md
| 564 | exchange.httpProxy = 'http://user:pass@proxy-host:port' |
low line 572
External URL reference
SourceSKILL.md
| 572 | exchange.httpsProxy = 'https://proxy:8080' |
low line 579
External URL reference
SourceSKILL.md
| 579 | exchange.httpProxy = 'http://localhost:8080' |
low line 881
External URL reference
SourceSKILL.md
| 881 | <script src="https://cdn.jsdelivr.net/npm/ccxt@latest/dist/ccxt.browser.js"></script> |
low line 894
External URL reference
SourceSKILL.md
| 894 | import ccxt from 'https://cdn.jsdelivr.net/npm/ccxt@latest/dist/ccxt.browser.js' |
Scanned on Feb 12, 2026
View Security Dashboard