google-genai-sdk-python
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references the official
google-genaipackage for installation and provides links to the official SDK source code on GitHub (googleapis/python-genai). These URLs belong to a trusted organization and are intended for documentation inspection. - [CREDENTIALS_UNSAFE] (SAFE): Documentation correctly advises users to use environment variables (
GEMINI_API_KEY) for authentication. Examples use standard non-sensitive placeholders like 'YOUR_API_KEY'. - [PROMPT_INJECTION] (SAFE): No patterns of behavior override, safety filter bypass, or role-play injections were detected.
- [DATA_EXFILTRATION] (SAFE): No instructions or code snippets attempt to access sensitive local files (e.g., SSH keys, AWS credentials) or send data to untrusted external domains.
- [COMMAND_EXECUTION] (SAFE): The skill documents the
code_executiontool feature of the SDK, which is a standard capability of the Gemini API. It does not attempt to execute unauthorized shell commands on the host system.
Audit Metadata