Skip to main content

nanobanana-skill

Generates and edits images using the Google Gemini API through the nanobanana tool, offering customizable options for output.

Install this skill

or
15/100

Security score

The nanobanana-skill skill was audited on Mar 3, 2026 and we found 13 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 14

Template literal with variable interpolation in command context

SourceSKILL.md
142. **Python3 with depedent packages installed**: google-genai, Pillow, python-dotenv. They could be installed via `python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/requirements.
high line 15

Template literal with variable interpolation in command context

SourceSKILL.md
153. **Executable**: `${CLAUDE_PLUGIN_ROOT}/skills/nanobanana-skill/nanobanana.py`
medium line 30

Template literal with variable interpolation in command context

SourceSKILL.md
30```bash
medium line 45

Template literal with variable interpolation in command context

SourceSKILL.md
45```bash
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79```bash
medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85```bash
medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94```bash
medium line 104

Template literal with variable interpolation in command context

SourceSKILL.md
104```bash
medium line 113

Template literal with variable interpolation in command context

SourceSKILL.md
113```bash
medium line 13

Access to hidden dotfiles in home directory

SourceSKILL.md
131. **GEMINI_API_KEY**: Must be configured in `~/.nanobanana.env` or `export GEMINI_API_KEY=<your-api-key>`
medium line 124

Access to hidden dotfiles in home directory

SourceSKILL.md
124- Check that `GEMINI_API_KEY` is exported or set in ~/.nanobanana.env
medium line 13

Access to .env file

SourceSKILL.md
131. **GEMINI_API_KEY**: Must be configured in `~/.nanobanana.env` or `export GEMINI_API_KEY=<your-api-key>`
medium line 124

Access to .env file

SourceSKILL.md
124- Check that `GEMINI_API_KEY` is exported or set in ~/.nanobanana.env
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →