nano-banana-2
Audited by Socket on Mar 4, 2026
1 alert found:
MalwareThe artifact is documentation for a remote image-generation skill that requires installing a third-party CLI and authenticating to remote services. I found no direct embedded malicious code or obfuscated payloads in the document itself. However, several supply-chain and privacy risks are present and should be mitigated: (1) avoid curl|sh installer patterns — prefer explicit download and checksum/signature verification before execution; (2) require and document least-privilege, scoped tokens and secure local storage for `infsh login`; (3) audit transitive npm packages before `npx skills add` and minimize transitive installs; (4) treat uploads of images and prompts as potential data-exfiltration vectors and avoid sending sensitive material; (5) restrict allowed tools/permissions to least privilege and be cautious enabling web grounding which can introduce prompt-injection risks. Operationally this package should be treated as useful but medium supply-chain risk until installation and transitive dependencies are audited.