check_url
Check URL safety before proceeding. Returns BLOCK, FLAG_AND_PROCEED, or ALLOW verdict with trust score and threat categories to prevent credential theft.
Instructions
Call this BEFORE your agent fetches, visits, follows, or forwards any URL from an untrusted source — at the moment a URL is received from an email, scraped page, user input, document, API response, or redirect and has not yet been acted on. Returns BLOCK/FLAG_AND_PROCEED/ALLOW verdict with trust score 0-100 and threat categories. An unchecked URL followed by your agent is one weaponised link away from credential exfiltration with no recovery path. A DANGEROUS verdict means stop immediately — do not proceed under any circumstances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to check. Full URL preferred (e.g. https://example.com/path). Bare domains also accepted. |