indykite-capture-upsert-nodes
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script
scripts/capture.shthat executescurlto send data to the IndyKite API andjqto validate the JSON structure of the payload. - [DATA_EXFILTRATION]: The skill is designed to transmit data to
eu.api.indykite.comorus.api.indykite.com. The included shell scriptscripts/capture.shimplements a security check (host pinning) that prevents the script from sending credentials to any domain other than the official IndyKite API hosts. - [CREDENTIALS_UNSAFE]: The skill handles authentication via an
API_KEYenvironment variable. Thescripts/capture.shscript includes a--printmode designed for debugging which explicitly redacts the API key to prevent accidental exposure in logs or terminal output.
Audit Metadata