broken_links
Crawl a start URL to find broken same-origin links and report 4xx/5xx status codes and fetch errors for sites you own.
Instructions
Same-origin crawl from a start URL (max depth 2), polite delay, report 4xx/5xx and fetch errors. Only use on sites you own or have explicit permission to test. Defensive/informational checks only — no exploit or attack tooling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delayMs | No | Polite delay between page fetches in ms (default 400). | |
| maxDepth | No | Crawl depth 0–2 (default 2, hard-capped at 2). | |
| maxPages | No | Max pages to fetch (default 40, hard-capped at 40). | |
| startUrl | Yes | Start URL (must be http/https). Crawl stays on the same origin. | |
| timeoutMs | No | Per-request timeout in ms (default 12000). |