recipe-organize-drive-folder
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
gwscommand-line tool to perform folder creation and file management operations on Google Drive. These are standard administrative actions consistent with the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: Declares dependencies on the
gwsbinary andgws-driveskill, which are vendor-provided components for Google Workspace integration. - [INDIRECT_PROMPT_INJECTION]: The skill interacts with external metadata (Google Drive file and folder names) which creates a theoretical injection surface.
- Ingestion points: File and folder metadata is retrieved via
gws drive files listas described inSKILL.md. - Boundary markers: No specific delimiters or safety instructions are used to isolate untrusted metadata from the agent's instructions.
- Capability inventory: The skill allows creating folders and updating file parents via
gws drive files createandupdatecommands inSKILL.md. - Sanitization: No explicit sanitization of Google Drive metadata is performed within the provided steps.
Audit Metadata