google-agents-cli-adk-code
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [Official Resource Usage]: The skill references the
adk.devdomain and official Google packages such asgoogle-adkandgoogle-agents-cli. These are recognized vendor resources for the Agent Development Kit suite. - [Standard Development Commands]: Provided commands for installing tools (
uv tool install), syncing projects (uv sync), and listing models via Python are standard practices for developers using these platforms. - [Tool and API Patterns]: The code examples for
LlmAgent,FunctionTool, andWorkflowfollow established API patterns for the ADK SDK without introducing suspicious side effects. - [Secure Documentation Access]: Documentation fetching (e.g.,
curl https://adk.dev/llms.txt) targets an official vendor index and is used for context retrieval, not for executing remote scripts.
Audit Metadata