opentwitter
Audited by Socket on Feb 25, 2026
1 alert found:
MalwareThe skill's stated purpose (querying Twitter-like data via a remote API using a Bearer token) aligns with its implementation pattern (curl-based POST requests to a public API with Authorization header). The data flow is coherent with a legitimate data retrieval tool. However, it introduces standard supply-chain and data-privacy considerations: external API calls, potential exposure of the Bearer token in logs or history, and reliance on an external domain. Overall risk is moderate (benign with caution); no malicious behavior detected from the provided fragment. Recommend ensuring token handling best practices (avoid logging raw commands, use secure secrets management, audit logs) and confirm API domain trust and data-handling policies.