Openclaw Googlechat 2026.5.12 Beta.6.Tgz

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

Package: @openclaw/googlechat (npm) Version: 2026.5.7 Description: OpenClaw Google Chat channel plugin This package is a channel plugin for Google Chat designed to integrate with the OpenClaw platform. It handles configuration, authentication using Google Service Accounts, secure webhook monitoring, and interaction with the Google Chat API (messaging, media upload/download, reactions, DM finding). The code exhibits strong security practices, including explicit SSRF protection measures (`fetchWithSsrFGuard` with hostname allowlists) around all external network requests (Google Auth and Chat API endpoints). It implements robust webhook verification logic using Google's ID token and JWT methods, and manages access control (DM/Group policies, pairing flow) standard for secure chat integrations. All complex logic relates directly to providing the documented chat channel functionality within the defined constraints of the host framework.