spot
Audited by Socket on Mar 6, 2026
1 alert found:
Obfuscated FileThe artifact is legitimate documentation for a Binance Spot API skill and does not contain overt malicious code or connections to attacker-controlled endpoints. The primary security concern is operational: the documentation encourages insecure secret handling (uploading raw two-line credential files, examples with plaintext secrets, and storing account entries in a local TOOLS.md). These practices materially increase the risk of credential leakage and subsequent account compromise. Recommendations: disallow uploading raw secret files; integrate or document use of a secure secret store (Vault, OS keyring, or agent secrets adapter) and ephemeral signing; never include plaintext secret examples in TOOLS.md; require explicit account selection for any mainnet actions and add automated checks to prevent accidental mainnet use (e.g., confirmation dialog with account name/environment visible). With these mitigations the risk drops substantially.