google-workspace-cli
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The Python scripts
gws_doctor.py,workspace_audit.py,auth_setup_guide.py, andgws_recipe_runner.pyusesubprocess.run()to execute commands via thegwsCLI. This is the intended behavior for automating Google Workspace administration tasks. - [EXTERNAL_DOWNLOADS]: The skill documentation recommends installing the
gwsCLI from trusted sources, specifically referencing the official@anthropic/gwsnpm package and the Google Workspace GitHub repository. - [INDIRECT_PROMPT_INJECTION]: The skill interfaces with external Google Workspace data, including Gmail messages, Drive files, and Calendar events. While this data ingestion creates an attack surface, the risk is mitigated by the skill's reliance on structured CLI commands and JSON parsing in
output_analyzer.pyrather than directly interpolating untrusted data into instructions. - [SAFE]: The skill employs secure practices for managing sensitive information, using placeholders for credentials in templates and recommending environment variables or
.envfiles for authentication instead of hardcoded secrets.
Audit Metadata