bingx-rsi-bottom-hunter
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script (
scripts/strategy.py) to perform technical analysis calculations. It passes market data (klines) and technical indicators as arguments to determine trading signals. - [EXTERNAL_DOWNLOADS]: Specifies dependencies on the standard Python libraries
pandasandpandas-ta-classicfor data manipulation and technical indicator calculations. - [SAFE]: Implements a robust safety mechanism by requiring the user to explicitly type 'CONFIRM' before any live trades are executed. It also distinguishes between production and simulation (vst) environments to prevent accidental financial loss.
- [SAFE]: Uses standard HMAC-SHA256 signing for API requests. The signing process occurs locally within the agent's environment, and requests are directed exclusively to official BingX API domains.
Audit Metadata