What problem does it solve?
It provides a production‑grade, security‑first solution for extracting structured, LLM‑ready data from websites while defending against SSRF, LFI, prompt injection, and other web‑based attacks.
Core Features & Use Cases
- Library‑only mode: Uses crawl4ai directly without Docker or external services, eliminating surface‑area vulnerabilities.
- Strict URL validation: Blocks unsafe schemes, private IPs, and resolves DNS rebinding to prevent SSRF and LFI.
- Output sanitization: Strips HTML comments, zero‑width characters, hidden text, and limits content size to stop prompt‑injection attacks.
- Rate limiting & robots.txt compliance: Enforces 5 requests‑per‑second and respects site policies.
- Extraction hierarchy: CSS‑first, Markdown‑second, LLM‑last, ensuring the safest method is used whenever possible.
- Integration patterns: Ready for RAG pipelines, Polymath research, NotebookLM, and downstream data stores.
Quick Start
Use the web‑scraper skill to retrieve and sanitize clean markdown content from https://example.com.