project-name-generator
Audited by Socket on Apr 1, 2026
2 alerts found:
Securityx2No strong indicators of stealth malware, credential theft, or backdoor behavior are present in this fragment. However, the module has a significant security vulnerability: potential shell command injection via execAsync(`whois ${domain}`) where domain is constructed directly from untrusted CLI input without validation or escaping. Treat the tool as unsafe when processing attacker-controlled arguments, and mitigate by removing shell usage (use spawn with arguments or strict allowlisting/escaping).
SUSPICIOUS rather than malicious. The skill’s naming/domain-check purpose is coherent, and it does not request credentials or unrelated access, but it mandates execution of an unspecified local script (`check-domains.js`) with no verifiable source or installation trail. That unverifiable executable dependency drives the main risk.