indykite-capture-delete-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 helper script (
scripts/capture.sh) that executescurlto interact with the IndyKite API. This script contains a security feature that validates theAPI_URLenvironment variable against a whitelist of legitimate IndyKite hosts (eu.api.indykite.comandus.api.indykite.com). This prevents the transmission of credentials to unauthorized or malicious destinations. - [SAFE]: No malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration were detected. The skill manages credentials securely via environment variables and includes data integrity checks using
jqto verify the structure of generated JSON payloads before processing.
Audit Metadata