scope
Manage scope rules to include or exclude URLs in HTTP security tests. Add, remove, import presets, and check which rules apply to a given URL.
Instructions
Manage scope rules — add/remove include/exclude rules, import presets, check URLs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Rule ID (for remove) | |
| url | No | URL to check (for check) | |
| port | No | Port number (for add) | |
| type | No | Rule type: include or exclude (for add) | |
| notes | No | Notes for the rule (for add) | |
| action | Yes | Action: add remove list clear import status check | |
| preset | No | Preset name: exclude-static exclude-cdn exclude-analytics (for import) | |
| protocol | No | Protocol: any http https (default any) (for add) | |
| host_pattern | No | Host pattern e.g. *.example.com (for add) | |
| path_pattern | No | Path pattern e.g. /api/* (for add) |