nano-banana-pro
Generates and edits images using Google's Nano Banana Pro API, supporting text-to-image and image-to-image modifications.
Install this skill
or
82/100
Security score
The nano-banana-pro skill was audited on Feb 9, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 15
Template literal with variable interpolation in command context
SourceSKILL.md
| 15 | ``` |
medium line 20
Template literal with variable interpolation in command context
SourceSKILL.md
| 20 | ``` |
low line 57
Access to hidden dotfiles in home directory
SourceSKILL.md
| 57 | uv run ~/.clawdbot/skills/nano-banana-pro/scripts/generate_image.py \ |
low line 66
Access to hidden dotfiles in home directory
SourceSKILL.md
| 66 | uv run ~/.clawdbot/skills/nano-banana-pro/scripts/generate_image.py \ |
low line 75
Access to hidden dotfiles in home directory
SourceSKILL.md
| 75 | uv run ~/.clawdbot/skills/nano-banana-pro/scripts/generate_image.py \ |
low line 220
Access to hidden dotfiles in home directory
SourceSKILL.md
| 220 | uv run ~/.clawdbot/skills/nano-banana-pro/scripts/generate_image.py \ |
low line 230
Access to hidden dotfiles in home directory
SourceSKILL.md
| 230 | uv run ~/.clawdbot/skills/nano-banana-pro/scripts/generate_image.py \ |
low line 240
Access to hidden dotfiles in home directory
SourceSKILL.md
| 240 | uv run ~/.clawdbot/skills/nano-banana-pro/scripts/generate_image.py \ |
low line 16
External URL reference
SourceSKILL.md
| 16 | POST https://generativelanguage.googleapis.com/v1beta/models/gemini-3-pro-image-preview:generateContent?key=${API_KEY} |
low line 21
External URL reference
SourceSKILL.md
| 21 | POST https://${REGION}-aiplatform.googleapis.com/v1/projects/${PROJECT_ID}/locations/${REGION}/publishers/google/models/gemini-3-pro-image-preview:predict |
Scanned on Feb 9, 2026
View Security Dashboard