agent-platform-skill-registry
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts (
validate_env.pyandskill_registry_ops.py) to facilitate interaction with the Skill Registry. This is documented and intended behavior. - [EXTERNAL_DOWNLOADS]: Instructs the user to install standard, well-known Python packages (
google-auth,requests) from official registries for API interaction. - [DATA_EXFILTRATION]: The skill communicates with official Google Cloud API endpoints (
*.googleapis.com) to upload, update, and search for skills. It uses standard Google Application Default Credentials for authentication.
Audit Metadata