Bird
Audited by Socket on Feb 28, 2026
1 alert found:
SecurityThis CLI is a plausible and coherent X/Twitter command-line client that legitimately needs cookie-based authentication and the ability to post/read content. The documented capabilities align with the declared purpose. The primary security concern is access to browser cookie stores and support for passing raw session tokens on the command line — both are sensitive by nature. There is no explicit evidence in the provided documentation of malicious behavior (no references to attacker-controlled endpoints, no curl|bash install-from-personal-URL flows, no obfuscated payloads). However, because cookie extraction and network request code are not shown, those implementation details are the highest-risk area: they could inadvertently or intentionally leak credentials if implemented poorly. Recommendations: review the actual implementation for cookie extraction (ensure read-only local access, no remote upload of cookies), avoid encouraging passing tokens on the command line, and consider integration with secure OS keystores or interactive credential prompts. Overall: functional but moderate security sensitivity due to credential handling and posting capabilities.