opentwitter
Audited by Socket on Mar 11, 2026
1 alert found:
MalwareThe skill coherently implements a Twitter data access utility via the 6551 API using Bearer token authentication and curl-based HTTP requests. Data flows align with the stated purpose: inputs (username, userId, search terms) are sent to external API endpoints, which return data to the agent. Some security considerations arise from credential exposure potential (Bearer token in headers, environment-based token), and the outbound network interactions to a third-party API present non-trivial data-flow risk. No explicit malicious behavior is evident, but the combination of credentials, network exfiltration risk, and third-party API calls places the skill at a moderate security risk level. Ensure token management best practices (least privilege, short-lived tokens, secure storage) and strict access controls for the 6551 endpoints.