bingx-technical-analysis
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs read-only market data operations through official BingX API endpoints. Authentication is handled via standard HMAC-SHA256 signing as documented in the provided TypeScript helper.
- [SAFE]: Technical analysis is performed locally using standard, well-known data science libraries (
pandas,scipy, andpandas-ta-classic). The logic for indicator calculation, composite scoring, and pattern recognition is transparently implemented in the provided Python scripts. - [SAFE]: Input validation is enforced for symbols and intervals, preventing injection attacks. The use of
__import__("math").isnan()inscripts/patterns.pyis a benign use of dynamic importing for a standard mathematical check and does not pose a security risk in this context. - [SAFE]: The external dependencies listed in
scripts/requirements.txtare official, widely-used packages for financial and technical analysis.
Audit Metadata