marketing-pipeline-ai-content
Warn
Audited by Snyk on Jun 12, 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 skill’s runtime research step (
crawlResearch→ “auto-crawls research” from sources like TechCrunch/Twitter/LinkedIn) can ingest outsider-authored web page text into the LLM prompt viacreateContentwhere it interpolatesconfig.researchintoprompt(i.e., fetched public content becomes readable prose in the LLM context).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's runtime crawlResearch step explicitly auto-crawls external sites (e.g., TechCrunch https://techcrunch.com, a16z https://a16z.com, Twitter https://twitter.com, LinkedIn https://linkedin.com) and the fetched research is JSON-injected into the AI prompt (via JSON.stringify(config.research)), so these remote URLs directly control prompt content at runtime.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata