marketing-pipeline-share-ai-content
Warn
Audited by Snyk on Jun 24, 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 calls
crawlRecentNews()which fetches public web/news content via RapidAPI (https://api.rapidapi.com/news/search), then concatenatesn.titleandn.contentintoresearchDataand injects it into the LLM prompt ingenerateContent()/generateContentOpenAI()as free text.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill calls the RapidAPI news endpoint at runtime (https://api.rapidapi.com/news/search) via axios to fetch articles that are injected into the AI prompt as "researchData", so external content directly influences model instructions and is a required runtime dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata