relay-deploy
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands during its initialization phase (
Step 0: Read the Project) to inspect the local environment. These commands (ls,cat,head) are used to identify the project's programming language and existing configuration files to determine the appropriate deployment strategy. - [COMMAND_EXECUTION]: The skill generates shell scripts for operational tasks such as service deployment, traffic shifting, and rollbacks using platform-specific CLIs (
gcloud,flyctl,kubectl). These are provided as templates for the user to execute. - [COMMAND_EXECUTION]: The skill creates a
smoke-test.shscript that utilizescurlto perform health and latency checks against the deployed service's URL to verify a successful deployment.
Audit Metadata