indykite-capture-delete-nodes
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Bash script (
scripts/capture.sh) that executescurlto interact with the IndyKite Capture API. The script implements security best practices by pinning the targetAPI_URLto known-safe IndyKite domains (eu.api.indykite.com,us.api.indykite.com) to prevent credentials from being sent to unauthorized hosts. The script also includes a--printmode that redacts sensitive environment variables likeAPI_KEYwhen previewing commands. - [INDIRECT_PROMPT_INJECTION]: The skill facilitates the creation of JSON payloads using user-supplied inputs such as
external_id,type, andlocation. This creates a standard surface for data-driven injections where malicious content could be embedded in these fields. However, the accompanying shell script mitigates risk by validating that the resulting payload is a well-formed JSON object usingjqbefore transmission.
Audit Metadata