Skip to main content

binance

Integrates with Binance for trading and portfolio management on the largest cryptocurrency exchange, supporting spot and futures trading.

Install this skill

or
0/100

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

medium line 49

Template literal with variable interpolation in command context

SourceSKILL.md
49```bash
medium line 64

Template literal with variable interpolation in command context

SourceSKILL.md
64```bash
medium line 76

Template literal with variable interpolation in command context

SourceSKILL.md
76```bash
medium line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84```bash
medium line 93

Template literal with variable interpolation in command context

SourceSKILL.md
93```bash
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109```bash
medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123```bash
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133```bash
medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146```bash
medium line 158

Template literal with variable interpolation in command context

SourceSKILL.md
158```bash
medium line 168

Template literal with variable interpolation in command context

SourceSKILL.md
168```bash
medium line 68

Curl to non-GitHub URL

SourceSKILL.md
68curl -s "https://api.binance.com/api/v3/account?${QUERY}&signature=${SIGNATURE}" \
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl -s "https://api.binance.com/api/v3/ticker/price?symbol=${SYMBOL}" | jq '.'
medium line 85

Curl to non-GitHub URL

SourceSKILL.md
85curl -s "https://api.binance.com/api/v3/depth?symbol=${SYMBOL}&limit=10" | jq '{
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \
medium line 117

Curl to non-GitHub URL

SourceSKILL.md
117curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \
medium line 127

Curl to non-GitHub URL

SourceSKILL.md
127curl -s "https://api.binance.com/api/v3/openOrders?${QUERY}&signature=${SIGNATURE}" \
medium line 140

Curl to non-GitHub URL

SourceSKILL.md
140curl -s -X DELETE "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \
medium line 152

Curl to non-GitHub URL

SourceSKILL.md
152curl -s "https://api.binance.com/api/v3/myTrades?${QUERY}&signature=${SIGNATURE}" \
medium line 162

Curl to non-GitHub URL

SourceSKILL.md
162curl -s "https://fapi.binance.com/fapi/v2/positionRisk?${QUERY}&signature=${SIGNATURE}" \
medium line 177

Curl to non-GitHub URL

SourceSKILL.md
177curl -s -X POST "https://api.binance.com/sapi/v1/convert/getQuote?${QUERY}&signature=${SIGNATURE}" \
low line 43

External URL reference

SourceSKILL.md
43- Spot: `https://api.binance.com`
low line 44

External URL reference

SourceSKILL.md
44- Futures: `https://fapi.binance.com`
low line 45

External URL reference

SourceSKILL.md
45- Testnet: `https://testnet.binance.vision`
low line 68

External URL reference

SourceSKILL.md
68curl -s "https://api.binance.com/api/v3/account?${QUERY}&signature=${SIGNATURE}" \
low line 79

External URL reference

SourceSKILL.md
79curl -s "https://api.binance.com/api/v3/ticker/price?symbol=${SYMBOL}" | jq '.'
low line 85

External URL reference

SourceSKILL.md
85curl -s "https://api.binance.com/api/v3/depth?symbol=${SYMBOL}&limit=10" | jq '{
low line 103

External URL reference

SourceSKILL.md
103curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \
low line 117

External URL reference

SourceSKILL.md
117curl -s -X POST "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \
low line 127

External URL reference

SourceSKILL.md
127curl -s "https://api.binance.com/api/v3/openOrders?${QUERY}&signature=${SIGNATURE}" \
low line 140

External URL reference

SourceSKILL.md
140curl -s -X DELETE "https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}" \
low line 152

External URL reference

SourceSKILL.md
152curl -s "https://api.binance.com/api/v3/myTrades?${QUERY}&signature=${SIGNATURE}" \
low line 162

External URL reference

SourceSKILL.md
162curl -s "https://fapi.binance.com/fapi/v2/positionRisk?${QUERY}&signature=${SIGNATURE}" \
low line 177

External URL reference

SourceSKILL.md
177curl -s -X POST "https://api.binance.com/sapi/v1/convert/getQuote?${QUERY}&signature=${SIGNATURE}" \
low line 221

External URL reference

SourceSKILL.md
221- [Binance API Docs](https://binance-docs.github.io/apidocs/)
low line 222

External URL reference

SourceSKILL.md
222- [Binance](https://www.binance.com/)
low line 223

External URL reference

SourceSKILL.md
223- [Testnet](https://testnet.binance.vision/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →