cowsay
Audited by Socket on Feb 27, 2026
1 alert found:
MalwareOverall, the skill appears to implement a legitimate cowsay Northbound feature using external tooling. The main security concern is potential command-line injection or environment tampering if user input isn’t consistently quoted or if the underlying cowsay script is untrusted. As implemented, the guidance to quote the text mitigates some risk, but reliance on external binaries and a mounted path introduces supply-chain risk: ensure cowsay.sh and uvx come from trusted sources and verify integrity. Data flow is limited to user input and stdout, with no credential handling or network activity. Treat as Suspicious risk due to dependency on external/untrusted components and potential injection surface, but not clearly malicious based on provided text.