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-cli tool and the google-adk Python 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 from https://adk.dev/llms.txt is a routine operation for retrieving documentation indices.
  • Installation Patterns: The provided installation commands using uv and pip (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
Risk Level
SAFE
Analyzed
May 19, 2026, 03:08 AM
Security Audit — agent-trust-hub — google-agents-cli-adk-code