marketing-content-pipeline-automation
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.85). The runtime path
runContentPipeline()→researchTopic()→fetchNewsData()ingests scraped/public web article text (e.g., TechCrunch/a16z/Twitter/LinkedIn content) intoresearchSummaries, which is then embedded verbatim into the LLM prompt viagenerateContent()/buildPrompt()asResearch Data:(indirect prompt injection risk from outsider-authored web content).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's crawler fetches external news content at runtime (e.g., TechCrunch: https://techcrunch.com) and injects that fetched content into the AI prompt via researchData, so remote URLs directly influence 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