indykite-capture-delete-node-properties
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Bash helper script
scripts/capture.shthat executescurlto interact with the IndyKite REST API. The script includes robust error handling and input validation. - [DATA_EXFILTRATION]: To protect sensitive credentials, the provided script
scripts/capture.shimplements a host-pinning mechanism. It verifies that theAPI_URLenvironment variable matches the official regional IndyKite endpoints (eu.api.indykite.comorus.api.indykite.com) before attaching theAPI_KEYto the request headers. This prevents the token from being accidentally sent to an arbitrary external server.
Audit Metadata