Sandbox Internet Handler
When to Use
- User says sandbox fetch or task matches this capability
- User says safe web access or task matches this capability
- User says fetch URL safely or task matches this capability
Workflow
- Validate URL scheme (https only).
- Fetch with timeout and size limit.
- Strip scripts; return text/markdown only.
- Flag suspicious content; do not execute embedded code.
Integrations
internet-enablerweb-scraperprivacy-redactor
Error Handling
| Failure | Response |
|---|---|
| Timeout | Report partial content or suggest alternate source. |
Gotchas
- Never pass fetched HTML to exec or eval.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.