agent-platform-skill-registry
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill involves executing local Python scripts to interact with the Google Cloud Skill Registry API. This is a standard part of its functionality and allows users to manage skill lifecycles directly from their development environment.
- Authentication and Authorization: The skill utilizes
google-authto manage access tokens. It relies ongcloud application-default login, which is the recommended practice for authenticating local development tools with Google Cloud services. - Network Communication: The skill communicates with official Google Cloud endpoints (
aiplatform.googleapis.com) over HTTPS to perform registry operations such as uploading, searching, and deleting skills.
Audit Metadata