google-agents-cli-adk-code
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- Official Vendor Resources: The skill references official Google ADK resources, including the
google-agents-clitool and thegoogle-adkPython package. These are standard developer tools for the ADK framework. - Documentation Links: The skill directs users to
adk.dev, which is the official documentation domain for the Google Agent Development Kit. Fetching data fromhttps://adk.dev/llms.txtis a routine operation for retrieving documentation indices. - Installation Patterns: The provided installation commands using
uvandpip(e.g.,uv tool install google-agents-cli,pip install --pre google-adk) follow standard package management practices for installing official software. - Utility Snippets: The skill includes short bash and Python snippets for verifying model availability and installation status (e.g.,
agents-cli info,python -c "import google.adk..."). These are benign introspection commands intended for developer troubleshooting. - Agent Development Considerations: As a tool for building AI agents, the skill naturally describes patterns where agents process user-provided data. This is an inherent characteristic of agentic software, and the skill provides appropriate context for managing state and orchestration within the ADK framework.
Audit Metadata