---
name: stijnman/sandbox-internet-handler
source: https://app.decimal.ai/s/stijnman-sandbox-internet-handler@1/SKILL.md
source_sha256: 9c167c4b89ff
---

# 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

1. Validate URL scheme (https only).
2. Fetch with timeout and size limit.
3. Strip scripts; return text/markdown only.
4. Flag suspicious content; do not execute embedded code.

## Integrations

- `internet-enabler`
- `web-scraper`
- `privacy-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.