agent-platform-deploy
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various
gcloudCLI commands to manage cloud infrastructure, includingai model-garden models deploy,ai endpoints create, andprojects add-iam-policy-binding. - [COMMAND_EXECUTION]: Utilizes a local script
scripts/config_gcloud_cli.shto configure environment-specificgcloudprofiles, including overriding the AI Platform API endpoint to a Google-owned sandbox domain (sandbox.googleapis.com). - [COMMAND_EXECUTION]: References an absolute file system path to an internal utility (
/google/bin/releases/oneplatform/chemist/project_id_number_translator) for project ID translation, indicating the skill is designed for a specific internal development environment. - [COMMAND_EXECUTION]: Uses
curlto interact with Google Cloud APIs, passing authentication tokens via$(gcloud auth print-access-token)to perform operations like model copying and prediction verification.
Audit Metadata