nano-banana-livestream-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.80). The skill README explicitly instructs users to supply an API key via a --api-key CLI argument (and shows the sk-api-* format), which encourages embedding secret values directly in commands or outputs and could cause the LLM to include secrets verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Outsider-authored free text is taken directly from the runtime CLI arguments
--prompt(and optional--system) and sent as theprompt/messages[*].contentfields in the HTTP requestPOST {base}/openapi/v1/generation/imageviaskill_generate()→cmd_image()→client.generate_image().
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata