Ae1
High
- Category
- analysis-evasion
- Content
const binance = require('./index.js');- Confidence
- 100% confidence
- Finding
- Referenced artifact was not completely inspected
Security audit
Security checks for vulnerabilities and agentic risk
This skill appears to be a real Binance trading wrapper, but it can place live trades, change leverage, and close futures positions without documented confirmation or safety limits.
Review this carefully before installing. Use a dedicated least-privilege Binance API key, prefer read-only or testnet keys when possible, never hardcode secrets in source, restrict key permissions and IPs, and do not let an agent call the order, leverage, or close-position functions without a separate human confirmation process.
const binance = require('./index.js');No suspicious patterns detected.