marketing-pipeline-share-ai-content-automation
Warn
Audited by Snyk on Jun 21, 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). Required runtime path
app/api/generate-content/route.ts→crawlRecentNews()fetches public web/news content via RapidAPI (response.data.articles), thenextractInsights()turnsarticle.contentinto readable strings that are concatenated intoresearchContextand injected into the LLM prompt ingenerateContent().
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill performs runtime requests to https://api.rapidapi.com/search to fetch news articles and then injects that fetched content into the model prompts (researchContext → user/system prompt), so remote content from that URL can directly control the agent's outputs.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata