gcp-cloud-run

Pass

Audited by Gen Agent Trust Hub on Sep 16, 2026

Risk Level: SAFECOMMAND_EXECUTIONPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides documentation for executing standard CLI tools including gcloud, docker, and terraform. These commands are used for building container images and managing Google Cloud infrastructure.
  • [PRIVILEGE_ESCALATION]: The Terraform and CLI examples demonstrate how to grant public access to Cloud Run services using the allUsers member for the roles/run.invoker role. This is a high-privilege but standard configuration for public-facing internet services.
  • [INDIRECT_PROMPT_INJECTION]: The scripts/validate-config.sh script takes a configuration file as an input argument, representing an entry point for external data.
  • Ingestion points: The first command-line argument $1 in scripts/validate-config.sh which is stored in the CONFIG_FILE variable.
  • Boundary markers: None implemented in the provided shell script template.
  • Capability inventory: The skill describes capabilities for infrastructure deployment and resource management via GCP and Terraform providers.
  • Sanitization: The script uses set -euo pipefail for basic bash error handling, and the file contains placeholders for further validation logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 16, 2026, 10:44 AM
Security Audit — agent-trust-hub — gcp-cloud-run