web-scraper

Warn

Audited by Snyk on Mar 1, 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). The skill's SKILL.md and bundled scripts (scripts/scrape.py) explicitly fetch and extract content from arbitrary user-supplied URLs using requests.get, so the agent ingests untrusted public web content (webpages, blogs, forums) as part of its workflow and that content can materially influence subsequent actions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The skill fetches arbitrary user-supplied URLs at runtime (e.g., https://example.com/article) and returns the extracted content to the agent/model, which effectively injects remote content into the prompt/context and can therefore control agent behavior.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 1, 2026, 07:32 AM