Google Meet

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

Package: @openclaw/google-meet (npm) Version: 2026.5.7 Description: OpenClaw Google Meet participant plugin The package is an OpenClaw plugin providing high-fidelity integration with Google Meet, including API access for artifacts and attendance (OAuth required) and real-time voice participation via various transports (Chrome, Chrome-Node, Twilio). The code extensively utilizes platform security features, such as mandatory SSRF protection (`fetchWithSsrFGuard`) for all Google API calls, restricting network traffic to authorized Google domains. High-privilege actions, such as OS command execution for real-time audio routing (using `sox`, typically via `BlackHole 2ch` on macOS) and browser automation (Chrome/Chrome-Node transports), are necessary for the plugin's core function. These operations are sourced from configuration parameters, mitigating runtime injection risks. The overall complexity is justified by the specialized nature of the agent capabilities.