recipe-create-meet-space
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill utilizes the 'gws' command-line interface to manage Google Workspace tasks. The operations for creating meeting spaces and sending emails are consistent with the developer's identity and the skill's stated purpose.
- [INDIRECT_PROMPT_INJECTION]: The skill defines a sequence where output from a tool is interpolated into an outgoing message.
- Ingestion points: The meeting URI response from the 'gws meet' command in step 1 is captured and used in step 3.
- Boundary markers: No explicit delimiters or instructions are used to wrap the interpolated URI in the email body.
- Capability inventory: The skill uses the 'gws' binary to execute API calls for Meet and Gmail.
- Sanitization: No specific filtering or escaping is applied to the tool output before email transmission.
Audit Metadata