nano-banana-image-ad
Warn
Audited by Snyk on Aug 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
SKILL.mdPhase 2–4 andscripts/generate_image.pymain()/build_prompt()/generate(), outsider-authored free text (the user’s seed prompt and pin-block description) is rewritten and then sent as thepromptfield to Novoads at runtime viaPOST /v1/estimatesandPOST /v1/images.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly directs runtime fetching of shared prompt and safety files from https://raw.githubusercontent.com/novoads/claude-code-ads/main/ (or by running git clone https://github.com/novoads/claude-code-ads.git), and those fetched files (prompt-library.md, safety-suffixes.md, guide.md) directly control prompt rewriting and safety instructions used by the generator.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata