fast-prerequisites
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements a robust step-by-step guide for cloud infrastructure preparation without any malicious patterns or safety bypass attempts.
- [COMMAND_EXECUTION]: The skill uses
gcloudCLI tools to retrieve organizational metadata (Organization IDs, Billing Accounts) and assign IAM roles. These operations are essential for the skill's primary function and are performed within the user's authenticated session. - [EXTERNAL_DOWNLOADS]: The skill offers to install
yamllintviapipto provide validation for the generated YAML configuration files.yamllintis a well-known, standard utility for this purpose, and the installation is only performed upon explicit user consent. - [COMMAND_EXECUTION]: The skill performs local file system operations such as directory creation (
mkdir) and file copying (cp) to manage the configuration workspace. It specifically instructs the agent to use safe tools likereplaceorwrite_filefor editing content, explicitly forbidding unsafe shell operations likesedor redirection (>>).
Audit Metadata