gws-alertcenter
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires and executes the
gwscommand-line utility to perform Google Workspace management tasks. - Evidence: Metadata field
requires: bins: ["gws"]and various bash command examples throughoutSKILL.md. - Context: The tool is a vendor-owned resource for 'googleworkspace'.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it retrieves and processes alert data from external Google Workspace logs.
- Ingestion points:
alerts.list,alerts.get, andalerts.getMetadatamethods inSKILL.md. - Boundary markers: No explicit delimiters or boundary markers are defined in the instructions for processing alert content.
- Capability inventory: The skill has the ability to delete alerts (
batchDelete,delete) and update settings (updateSettings). - Sanitization: No sanitization logic is visible within the skill definition; the agent relies on its internal safety filters when processing output from the
gwstool.
Audit Metadata