ultimate-ai-content-pipeline
Warn
Audited by Snyk on Jun 29, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). The REQUIRED runtime workflow “Auto-Scan Research” scrapes external sources (e.g., TechCrunch/Twitter/LinkedIn) via
scrapeNewsSource(...), then passes the resulting scraped text asresearchDatainto the LLM prompt (Research Data: ${JSON.stringify(context)}), which is outsider-authored free text.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's runtime scraping pipeline gathers live content from external sites (e.g., https://techcrunch.com) and passes that scraped researchData directly into the AI prompts (generateWithClaude/generateWithOpenAI), so remote content fetched at runtime directly controls the model's instructions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata