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/cliand 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 vianpx skills add. - [COMMAND_EXECUTION]: Modifies system shell configuration files (such as
.zshrcand.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 storeclient_secret.jsonfor 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