nano-banana-pro-image-to-image
Fail
Audited by Snyk on Aug 12, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill explicitly encourages supplying an API key via the --api-key CLI flag and references the "sk-api-*" format, which promotes embedding secrets in commands or outputs and could cause the LLM to include secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime workflow ingests outsider-authored free text via the
--prompt(and optional--system) CLI arguments and forwards them asmessages[].content/promptto the AI Hive/chat/textor/generation/imageendpoints without filtering.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata