gws-korean-setup

Pass

Audited by Gen Agent Trust Hub on Mar 20, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes standard installation commands for official tools, including npm install -g @googleworkspace/cli and the Google Cloud SDK installation script.
  • [EXTERNAL_DOWNLOADS]: Fetches the Google Cloud CLI archive from official Google download servers (dl.google.com) and adds additional functionality from the Google Workspace GitHub repository via npx skills add.
  • [COMMAND_EXECUTION]: Modifies system shell configuration files (such as .zshrc and .bashrc) to update the system PATH, which is a common requirement for CLI tool accessibility.
  • [COMMAND_EXECUTION]: Suggests using elevated privileges (sudo) for global package installation and guides the user through local OAuth authentication to create and store client_secret.json for API access.
  • [DATA_EXFILTRATION]: While the skill manages OAuth credentials, it guides the user to store them in standard local configuration directories (~/.config/gws/) for use by the official CLI tool, without sending them to unauthorized external destinations.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 20, 2026, 03:44 PM