binance-account
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill correctly manages sensitive credentials (Binance API keys) by retrieving them from environment variables via a
.envfile rather than hardcoding them. - [SAFE]: All external dependencies (
python-binance,python-dotenv) are well-known, legitimate libraries from official registries. - [SAFE]: Network operations are restricted to the official Binance API endpoints. The use of a proxy (
sc-vpn.internal) is documented as a mechanism to handle geographic restrictions and does not represent an exfiltration risk in this context. - [SAFE]: The skill exclusively performs read-only operations, aligned with its stated purpose, and provides clear instructions for users to disable trading and withdrawal permissions on their API keys.
Audit Metadata