google-sheets
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses OAuth 2.0 for authentication, which is a standard and secure protocol. It provides clear documentation for setting up GCP projects and OAuth credentials.
- [SAFE]: Data management follows best practices by storing OAuth tokens in the system keyring rather than in plain text configuration files. The
auth setupcommand explicitly guides users to store sensitive credentials safely. - [SAFE]: The skill includes a
permissions.mdfile that correctly classifies commands into 'read' and 'write' levels, enabling appropriate user confirmation workflows. - [SAFE]: All external dependencies (
google-auth,google-api-python-client, etc.) are standard, well-known libraries from trusted sources. - [SAFE]: The Python script implements robust error handling for API interactions, specifically addressing insufficient scope errors and providing clear remediation steps for the user.
Audit Metadata