Skip to main content

ccxt-python

Integrates cryptocurrency exchanges in Python using CCXT for market data, order placement, and real-time updates.

Install this skill

or
90/100

Security score

The ccxt-python skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 831

Template literal with variable interpolation in command context

SourceSKILL.md
831```python
low line 590

External URL reference

SourceSKILL.md
590exchange.httpProxy = 'http://your-proxy-host:port'
low line 593

External URL reference

SourceSKILL.md
593exchange.httpsProxy = 'https://your-proxy-host:port'
low line 599

External URL reference

SourceSKILL.md
599exchange.httpProxy = 'http://user:pass@proxy-host:port'
low line 607

External URL reference

SourceSKILL.md
607exchange.httpsProxy = 'https://proxy:8080'
low line 614

External URL reference

SourceSKILL.md
614exchange.httpProxy = 'http://localhost:8080'
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →