binance
Integrates with Binance for trading and portfolio management on the largest cryptocurrency exchange, supporting spot and futures trading.
Install this skill
Security score
The binance skill was audited on Feb 9, 2026 and we found 37 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 49 | ```bash |
Template literal with variable interpolation in command context
| 64 | ```bash |
Template literal with variable interpolation in command context
| 76 | ```bash |
Template literal with variable interpolation in command context
| 84 | ```bash |
Template literal with variable interpolation in command context
| 93 | ```bash |
Template literal with variable interpolation in command context
| 109 | ```bash |
Template literal with variable interpolation in command context
| 123 | ```bash |
Template literal with variable interpolation in command context
| 133 | ```bash |
Template literal with variable interpolation in command context
| 146 | ```bash |
Template literal with variable interpolation in command context
| 158 | ```bash |
Template literal with variable interpolation in command context
| 168 | ```bash |
Curl to non-GitHub URL
| 68 | curl -s "https://api.binance.com/api/v3/account?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 79 | curl -s "https://api.binance.com/api/v3/ticker/price?symbol=${SYMBOL}" | jq '.' |
Curl to non-GitHub URL
| 85 | curl -s "https://api.binance.com/api/v3/depth?symbol=${SYMBOL}&limit=10" | jq '{ |
Curl to non-GitHub URL
| 103 | curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 117 | curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 127 | curl -s "https://api.binance.com/api/v3/openOrders?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 140 | curl -s -X DELETE "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 152 | curl -s "https://api.binance.com/api/v3/myTrades?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 162 | curl -s "https://fapi.binance.com/fapi/v2/positionRisk?${QUERY}&signature=${SIGNATURE}" \ |
Curl to non-GitHub URL
| 177 | curl -s -X POST "https://api.binance.com/sapi/v1/convert/getQuote?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 43 | - Spot: `https://api.binance.com` |
External URL reference
| 44 | - Futures: `https://fapi.binance.com` |
External URL reference
| 45 | - Testnet: `https://testnet.binance.vision` |
External URL reference
| 68 | curl -s "https://api.binance.com/api/v3/account?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 79 | curl -s "https://api.binance.com/api/v3/ticker/price?symbol=${SYMBOL}" | jq '.' |
External URL reference
| 85 | curl -s "https://api.binance.com/api/v3/depth?symbol=${SYMBOL}&limit=10" | jq '{ |
External URL reference
| 103 | curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 117 | curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 127 | curl -s "https://api.binance.com/api/v3/openOrders?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 140 | curl -s -X DELETE "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 152 | curl -s "https://api.binance.com/api/v3/myTrades?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 162 | curl -s "https://fapi.binance.com/fapi/v2/positionRisk?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 177 | curl -s -X POST "https://api.binance.com/sapi/v1/convert/getQuote?${QUERY}&signature=${SIGNATURE}" \ |
External URL reference
| 221 | - [Binance API Docs](https://binance-docs.github.io/apidocs/) |
External URL reference
| 222 | - [Binance](https://www.binance.com/) |
External URL reference
| 223 | - [Testnet](https://testnet.binance.vision/) |