google-drive
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exclusively uses official Google API endpoints (googleapis.com) for all file management operations.
- [SAFE]: Sensitive authentication tokens are handled via the
$GOOGLE_DRIVE_TOKENenvironment variable, avoiding the risk of hardcoded credentials. - [SAFE]: Local file operations are limited to standard transient paths (such as
/tmp/drive_request.json) and specific file downloads requested by the user. - [SAFE]: Command execution is limited to standard utilities like
curlandjqfor API interaction and data processing.
Audit Metadata