temporal-cloud-setup
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bash script (
scripts/provision.sh) to execute various lifecycle commands. This includes installing tools, managing cloud resources, and running application workers and workflows. The commands are predefined based on the selected SDK. - [EXTERNAL_DOWNLOADS]: The setup process involves downloading the Temporal CLI via Homebrew and cloning sample projects from Temporal's official GitHub repositories. All external resources are sourced from the vendor's official infrastructure.
- [CREDENTIALS_UNSAFE]: The skill generates and stores Temporal Cloud API keys. It employs several mitigations to prevent accidental exposure: using temporary files with restricted permissions (
chmod 600), redacting sensitive patterns in logs usingsed, and avoiding the use of secrets in command-line arguments.
Audit Metadata