infographics
Fail
Audited by Snyk on Jun 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt includes a --api-key CLI option and examples that show passing API keys on the command line (and a placeholder export), which encourages embedding secret values verbatim into commands or generated code and therefore creates an exfiltration risk despite also mentioning the safer env-var approach.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill’s
--researchpath calls Perplexity Sonar Pro (research_topic()→requests.posttoperplexity/sonar-pro), and the returned web-sourced free text (research_data['content']) is then injected into the LLM prompt for infographic generation via_enhance_prompt_with_research()→_build_generation_prompt().
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill makes runtime requests to the OpenRouter API (https://openrouter.ai/api/v1) to (optionally) fetch Perplexity Sonar research content and to obtain Gemini/Nano Banana model responses whose content (research output and review critiques) is injected into and directly controls subsequent prompts and regeneration logic, and the skill requires an OpenRouter API key to operate.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata