google-drive-manager
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes official, versioned Google API client libraries for all interactions with Google Drive services, ensuring reliable and standard communication protocols.- [SAFE]: Authentication is handled securely through the use of Google Cloud Service Account keys loaded from local files or environment variables. There are no hardcoded secrets or API keys within the codebase.- [SAFE]: Destructive operations are designed with safety in mind; the
deletecommand defaults to moving files to the trash rather than permanent deletion, requiring an explicit flag for irreversible actions.- [SAFE]: All operations, including file uploads and downloads, are performed using documented API methods from the Google SDK, with no evidence of dynamic code execution or suspicious network activity outside of the Google API domain.- [SAFE]: The skill provides structured JSON output for all commands, which promotes predictable parsing and reduces the risk of accidental misinterpretation by the AI agent.
Audit Metadata