integration-tests
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill executes predefined shell commands through make targets to build and validate the SDK, which is standard for development and testing workflows.
- External Dependency Downloads: It connects to the official Python Package Index (PyPI) to fetch necessary dependencies for isolated test environments, which is an expected behavior for package validation.
- Sensitive Information Handling: The instructions explicitly direct the agent to use API keys for testing without printing or exposing them in the output, following established security best practices.
- Elevated Permission Requests: The skill includes instructions to request higher sandbox permissions when environment restrictions prevent necessary network or package operations, ensuring transparency about the required execution context.
Audit Metadata