01Secure web page fetching: strips scripts, iframes, and cookie banners without JavaScript execution
02Built-in caching: optional directory reduces repeated network calls for efficiency
03Prompt-injection detection: validates URLs and fetched content for malicious instructions
04Rich data extraction: retrieves links, metadata, Open Graph/Twitter cards, and downloadable resources
05Safe file downloads: enforces size limits, filename sanitization, and path-traversal protection within a sandboxed cache
060 GitHub stars