bingx-maker-entry
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/maker.pyto perform mathematical calculations for order planning and price adjustment based on real-time market depth data. - [SAFE]: The skill implements a mandatory safety checkpoint requiring the user to type 'CONFIRM' before any orders are placed in the live trading environment.
- [SAFE]: The provided
fetchSignedhelper function includes avalidateParamscheck that filters for characters like&,=, and?to prevent common injection vulnerabilities in API requests. - [SAFE]: All network operations are directed towards official BingX domains (
bingx.com,bingx.pro), which are consistent with the skill's author and intended functionality.
Audit Metadata