@349/binance
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
ccxtlibrary from the Python Package Index (PyPI). CCXT is a widely recognized and trusted open-source library used for cryptocurrency exchange integration. - [COMMAND_EXECUTION]: The skill modifies the environment's
workspace/setup.shfile to include the installation command forccxt. This ensures the dependency is available after system restarts, which is a documented and standard procedure for this agent's environment. - [SAFE]: Authentication is handled using user-provided environment variables (
BINANCE_API_KEYandBINANCE_SECRET). The skill does not contain hardcoded credentials or suspicious data exfiltration patterns; credentials are used solely to authenticate requests to the specified exchange via the CCXT library.
Audit Metadata