scraperapi-research-agent
Warn
Audited by Snyk on Jun 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). Outsider free text is fetched from public web pages at runtime via ScraperAPI (
search_webdiscovers URLs, thenscrape_pagedownloads each page’s markdown), uploaded as text artifacts to Anthropic Files API (upload_artifact), and then ingested into Claude’s LLM context during synthesis (synthesize_reportpassesdocumentblocks with thosefile_ids).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). During runtime the agent calls ScraperAPI endpoints (https://api.scraperapi.com/structured/google/search and https://api.scraperapi.com/) to fetch arbitrary web pages which are then uploaded as file artifacts and injected directly into Claude's prompt context, meaning remotely-fetched content can directly control 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