spot
Audited by Socket on Mar 11, 2026
1 alert found:
Obfuscated FileThe skill directly serves its stated purpose of HTX spot trading using API keys with mainnet support. The core functionality—authenticating requests, signing payloads, and interacting with HTX endpoints for market and trading operations—is coherent with the description. However, there are notable concerns: (1) credentials are stored/masked and displayed, and appear to be persisted in TOOLS.md, which is non-standard and could risk credential leakage without strict access controls; (2) TOOLS.md as a credential store introduces an unnecessary data surface for exfiltration or misconfiguration; (3) while network calls and signing flow are appropriate, careful handling of logs and artifacts is necessary to avoid leaking keys; (4) the required trust surface (HTX API endpoints, signing) is legitimate for a developer tool but the distribution and storage mechanisms should be tightened. Overall, the footprint is BOUND to the stated purpose but with medium risk due to credential storage practices; treat as SUSPICIOUS rather than BENIGN until credentials storage is relocated to a secure vault or ephemeral session-only handling.