inspect_cookies
Analyze cookies on the current page, showing domain, path, expiry, security flags, and third-party status. Detect security issues (missing Secure/HttpOnly) and filter by domain.
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 |