marketing-pipeline-share-ai-content
Warn
Audited by Snyk on Jun 26, 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.85). The required runtime workflow calls
conductResearch()(viaapp/api/content/generate/route.ts→lib/research/scraper.ts→fetchNewsArticles) which crawls/scrapes external news sources (e.g., TechCrunch/Twitter) and then injects theirsummary/excerpttext into the LLM prompt asresearchDataingenerateContentWithClaude().
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill clearly fetches external research at runtime via RapidAPI (RAPIDAPI_KEY) from sources like TechCrunch / a16z / Twitter and then injects that fetched researchData directly into the LLM prompt (buildPrompt → anthropic / openai calls), so the external API endpoints used for research (via RapidAPI) directly control prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata