indykite-authzen-evaluations
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a shell script
evaluate-batch.shthat usescurlto make API requests. The script securely handles command arguments using an array to prevent shell injection and validates input data usingjqbefore processing. - [SAFE]: The execution script implements a strict host-pinning check that restricts network operations to the official IndyKite domains (
eu.api.indykite.comorus.api.indykite.com). This prevents the transmission of credentials to unauthorized or malicious third-party servers. - [SAFE]: Security credentials, such as the IndyKite API Key and Bearer Tokens, are managed correctly through environment variables rather than being hardcoded within the script or documentation.
Audit Metadata