inspect_cookies
Inspect cookies on the current page to identify security issues such as missing secure or httponly flags, and filter by domain or only problematic cookies.
Instructions
Inspect cookies on the current page with security analysis. Returns all cookies with domain, path, expiry, secure/httponly flags, and detected security issues (missing_secure, missing_httponly, sameSite_none_without_secure, excessive_lifetime, overly_broad_domain). Includes third-party detection and filtering options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Filter by domain substring | |
| issues_only | No | If true, return only cookies with detected security issues |