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, and pandas-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() in scripts/patterns.py is 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.txt are official, widely-used packages for financial and technical analysis.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 12, 2026, 12:13 PM
Security Audit — agent-trust-hub — bingx-technical-analysis