aster-api-spot-account-v3
Audited by Socket on Mar 9, 2026
1 alert found:
Obfuscated FileThe skill centers on legitimate access to a trading/testnet API, including sensitive actions like withdrawals and API key creation. While functionality is coherent with its stated purpose, the footprint raises meaningful security considerations around credential handling, per-action user consent, and auditability. Without explicit safeguards (credential storage policy, per-action confirmations, and secure signing/rotation), the risk profile is elevated to suspicious. Recommend implementing explicit user prompts for high-risk actions (withdraw, createApiKey), strong credential management (never store secrets in plain memory, use secure storage, rotate keys), and clear data-flow/documentation on TLS behavior and auditing.