google-chat-messages
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate TypeScript utilities (
assets/card-builder.tsandassets/webhook-sender.ts) for constructing and sending messages to Google Chat. - [SAFE]: Network communication is performed using the native
fetchAPI. The target webhook URL is expected to be provided as a parameter at runtime, and the documentation correctly advises users to store these URLs as environment variables or secrets rather than hardcoding them. - [SAFE]: No external or unverifiable dependencies are used. The skill is self-contained and uses standard TypeScript types for the Google Chat API.
- [SAFE]: No patterns of obfuscation, remote code execution, or unauthorized file system access were detected across the skill's assets and documentation.
Audit Metadata