google-workspace
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/setup.py,scripts/google_api.py, andscripts/gws_bridge.pyfiles utilize thesubprocessmodule to executepipfor dependency management and thegwsCLI for service interaction as part of the skill's core functionality. - [PROMPT_INJECTION]: The skill processes untrusted external data from Google services, creating an indirect prompt injection surface.
- Ingestion points: Gmail messages and Google Docs are fetched and read into the agent context via functions in
scripts/google_api.py. - Boundary markers: The
SKILL.mdfile contains rules explicitly requiring user confirmation before the agent performs sensitive actions like sending emails or deleting files. - Capability inventory: The skill possesses the ability to send emails, share or delete Drive files, and modify Docs and Sheets via
scripts/google_api.py. - Sanitization: No specific sanitization or filtering of external content to prevent malicious instruction execution was detected.
- [EXTERNAL_DOWNLOADS]: The
scripts/setup.pyscript facilitates the installation of official Google API client libraries from the standard Python package registry.
Audit Metadata