bingx-trading-plan
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses official BingX and Lindorm API endpoints for market data and sentiment analysis. All external data fetching is performed over HTTPS to verified domains (open-api.bingx.com and ox-bigdata-api.houtai.io) associated with the service provider.
- [SAFE]: Authentication is handled correctly via environment variables (
LINDORM_ACCESS_TOKEN,LINDORM_PROXY_USER) rather than hard-coded credentials. - [SAFE]: The skill implements restricted execution by only analysis and scoring, explicitly stating in the interaction rules that it must not place, cancel, or modify orders.
- [SAFE]: Python scripts (
scoring.py,plan.py) perform standard numerical calculations usingnumpyandpandasfor trading strategy generation without any risky system calls, shell execution of untrusted input, or obfuscation.
Audit Metadata