skills/gemini-cli-extensions/data-agent-kit-starter-pack/google-cloud-storage-basics/Gen Agent Trust Hub
google-cloud-storage-basics
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill allows the agent to read and process object content from Cloud Storage buckets (e.g., via
read_object,download_object, andgcsfusemounts). If these buckets contain untrusted data, it could lead to indirect prompt injection attacks. - Ingestion points: Objects are read via the
read_objecttool inreferences/mcp-usage.mdand via file system operations ongcsfusemounts described inreferences/gcsfuse.md. - Boundary markers: The instructions do not specify the use of delimiters or "ignore embedded instructions" prompts when processing object content.
- Capability inventory: The skill utilizes the
gcloudCLI for bucket and object management, and provides tools for writing objects, copying/moving files, and managing IAM policies as detailed inSKILL.mdandreferences/mcp-usage.md. - Sanitization: No explicit sanitization or validation of the object content is mentioned before the agent processes it.
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for downloading official Google tools and configuration.
- Evidence: Downloads
gcsfusefrompackages.cloud.google.com(File:references/gcsfuse.md) and theMCP Toolboxbinary fromstorage.googleapis.com(File:references/mcp-usage.md). These are official, well-known service domains.
Audit Metadata