Nano Banana Image Creator

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is classified as suspicious due to potential vulnerabilities related to file system access. The `generate_image.py` script processes user-controlled paths for both input (`--input-image`) and output (`--filename`). This introduces a risk of path traversal, allowing an attacker (or a prompt-injected agent) to read or write files outside the intended directory. Additionally, the script sends user-provided image data to Google's GenAI API, which, while intended functionality, could lead to unintended exposure of sensitive images if a user is tricked into providing them. There is no evidence of intentional malicious behavior like exfiltration to unauthorized endpoints or backdoor installation.