web-scraping-ethics-guide
Warn
Audited by Snyk on Jul 20, 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.80). SKILL.md describes a workflow that fetches and decodes web page content at runtime (outsider-authored free text from public web sources) via
scrape_with_rate_limit()usingurllib.request.urlopen(...).read().decode(...), which would be ingested into the agent’s LLM context if that content is subsequently passed to the LLM.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata