agent-platform-migrate-from-ai-studio
Fail
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Fetches and executes a configuration script from Google's official cloud-samples-data repository to set up Application Default Credentials (ADC).
- Evidence:
bash <(curl -sSL https://storage.googleapis.com/cloud-samples-data/adc/setup_adc.sh)inSKILL.md. - [COMMAND_EXECUTION]: Provides multiple shell commands for project environment setup, enabling Google Cloud APIs, and managing service account permissions using the
gcloudCLI tool. - Evidence: Use of
gcloud services enable,gcloud auth login, andgcloud projects add-iam-policy-bindingthroughoutSKILL.md. - [PROMPT_INJECTION]: The skill configures and provides examples for agents (using OpenClaw and the GenAI SDK) that ingest untrusted user input directly into LLM prompts, representing a surface for indirect prompt injection.
- Ingestion points:
SKILL.md(demonstratingopenclaw agent --messageand SDKgenerate_contentcalls using user-controlled strings). - Boundary markers: Not present in the configuration examples to delimit instructions from user input.
- Capability inventory:
SKILL.md(configures tools like OpenClaw which can perform various automated tasks based on model output). - Sanitization: No input validation or output sanitization logic is provided in the configuration guide.
Recommendations
- HIGH: Downloads and executes remote code from: https://storage.googleapis.com/cloud-samples-data/adc/setup_adc.sh - DO NOT USE without thorough review
Audit Metadata