binance-account

Warn

Audited by Socket on Sep 17, 2026

3 alerts found:

Anomalyx3
AnomalyLOW
SKILL.md

SUSPICIOUS. The skill’s read-only Binance monitoring purpose is broadly coherent, and the Binance documentation links are official. However, authenticated account data and secrets are routed through a non-Binance internal proxy, and the skill relies on an unofficial third-party library without pinning or integrity guidance. These trust and data-flow choices are disproportionate enough to raise concern, though there is no evidence of overt malware or download-execute behavior.

Confidence: 89%Severity: 63%
AnomalyLOW
scripts/account_scenarios.py

The code is primarily a Binance account-reporting tool and contains no clear malware, destructive behavior, or deliberate credential exfiltration logic. The main risks are the hardcoded proxy credential, routing sensitive authenticated traffic through an internal proxy, and exposing detailed financial records on stdout. The read-only safety claim is not enforced by the code; API-key permissions must be independently verified. The futures_account_transfer invocation appears erroneous but is unlikely to execute a transfer because required parameters are missing.

Confidence: 96%Severity: 55%
AnomalyLOW
scripts/bn_account.py

The code is primarily a Binance account-reporting utility and does not show clear malicious functionality. It performs sensitive read operations and prints financial data, consistent with its stated purpose. The hardcoded proxy username/password and forced routing of authenticated traffic through an internal proxy are significant security concerns; the proxy credential should be moved to protected configuration and the proxy's trustworthiness and TLS behavior should be verified. The code also relies on API keys being read-only without enforcing that restriction.

Confidence: 97%Severity: 58%
Audit Metadata
Analyzed At
Sep 17, 2026, 04:29 AM
Package URL
pkg:socket/skills-sh/starchild-ai-agent%2Fofficial-skills%2Fbinance-account%2F@bbd17496a57908081670718b750a953f65cdb663f3a230d5e41695eb4d9c8afa
Security Audit — socket — binance-account