gemini-interactions-java-api
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the
io.github.glaforge:gemini-interactions-api-sdkdependency, which is hosted on Maven Central. This is a standard and safe way to include libraries in Java projects. - [CREDENTIALS_UNSAFE]: The code examples correctly demonstrate using environment variables (
System.getenv("GEMINI_API_KEY")) and Google Cloud Application Default Credentials for authentication, which are recommended security practices for secret management. - [COMMAND_EXECUTION]: The skill mentions the
gcloudCLI for authentication, which is a standard administrative task for Google Cloud users. - [DATA_EXFILTRATION]: While the SDK involves network communication with Google APIs (Gemini Interactions API), these are the intended endpoints for the skill's primary purpose. No unauthorized or suspicious data exfiltration patterns were detected.
- [REMOTE_CODE_EXECUTION]: The skill discusses 'Code Execution' as a tool for agents. In the provided context, this refers to the agent's capability within a managed, sandboxed environment (as indicated by the
remoteenvironment andnetwork egress allowlistconfiguration), which is a standard feature of the described API rather than an exploit in the skill itself.
Audit Metadata