agent-platform-endpoint-management
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- Official Tooling Integration: The skill exclusively utilizes the
gcloudcommand-line interface, which is the official tool provided by Google for managing cloud resources. This avoids reliance on third-party scripts or unverifiable dependencies. - Safety-First Design: It implements a clear hierarchy of safety tiers (Tier R, M, and D) that govern how the agent interacts with the user. Specifically, it enforces interactive confirmation for mutating actions and typed confirmation for destructive actions, preventing accidental resource modification.
- Secure Authentication Practices: The skill follows best practices by using
gcloud auth loginand Application Default Credentials (ADC) for authentication. This approach leverages established, secure authentication flows rather than requesting or storing hardcoded credentials or long-lived service account keys. - Environment-Specific Execution: By mandating the use of specific regions and project IDs, the skill ensures that commands are executed within the correct scope, reducing the risk of unintended operations on the wrong resources.
Audit Metadata