What problem does it solve? Security teams managing Check Point Email Security (formerly Harmony Email & Collaboration / Avanan) need to search protected email entities, triage phishing/malware/DLP detections, and remediate threats without manually navigating the portal or hand-writing REST calls with token auth, regional hosts, and pagination. ## Core Features & Use Cases - Entity and event search: Query email entities by sender, subject, or attachments and security events by type, severity, or state, with automatic scrollId pagination. - Safe remediation: Quarantine, restore, dismiss, or change severity with a mandatory dry-run gate that resolves and displays each target before any mutating call executes. - Full auth handling: Manages Infinity Portal token auth, regional CloudInfra host resolution, the required x-av-req-id header, 429/401 retries, and async task polling. - Use Case: A SOC analyst investigating a phishing campaign searches events of type phishing with High severity from the past week, reviews the resolved target list in dry-run mode, then confirms quarantine of the malicious emails. ## Quick Start Set the CHECKPOINT_EMAIL_CLIENT_ID and CHECKPOINT_EMAIL_ACCESS_KEY environment variables, then ask the assistant to run the check command against your Check Point email tenant to verify authentication and access.