Upload, download, search, and share files on Google Drive. Create folders and manage permissions. Use when asked to share a file, upload to gdrive, search cloud storage, manage a Drive folder, or organize Google Drive files.
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Security
2 findings — 1 high severity, 1 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The skill's examples and setup require placing client_id/client_secret in a config file and passing --client-secret on the command line, which instructs embedding secret values verbatim in files/commands and creates exfiltration risk.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The skill directly accesses user/third-party Google Drive content (see SKILL.md and scripts/google-drive.py commands like `files list`, `files search`/fullText queries, and `files download`) so the agent can fetch and read arbitrary user-generated files which could contain instructions that influence subsequent actions (e.g., share, move, upload).