nano-banana-pro-background-replace
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 README instructs users to pass API keys via a --api-key CLI flag and shows the key prefix (sk-api-*), which encourages embedding secret values verbatim in commands/outputs (an exfiltration risk if the LLM is asked to generate or run such commands).
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Outsider-authored text from
--prompt(and optional--system) is directly sent asmessages/promptinskill_generate()→cmd_image()→AiHiveClient.generate_image()to the remote AI Hivegeneration/imageendpoint, so free text provided by the caller is ingested at runtime without any filtering or item selection step.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata