indykite-capture-delete-node-property-metadata
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a bash script
scripts/capture.shthat executescurlto send data to the IndyKite API. The script implements host pinning, ensuring that theAPI_KEYis only sent to the official IndyKite domains (eu.api.indykite.comorus.api.indykite.com). It includes input validation usingjqto ensure the request body is a valid JSON object before execution. A--printflag is provided to allow users to inspect the generated command with sensitive tokens redacted. - [DATA_EXFILTRATION]: The skill performs network operations to send metadata deletion requests. This activity is restricted to the vendor's own infrastructure and is a core part of the skill's documented functionality.
- [INDIRECT_PROMPT_INJECTION]: The skill has a potential surface for indirect injection as it processes user input to construct API payloads. (1) Ingestion point: User-provided values for JSON fields in SKILL.md. (2) Boundary markers: The instructions define a strict JSON schema for the request body. (3) Capability inventory: The skill can write files and execute the
capture.shscript which usescurl. (4) Sanitization: Thecapture.shscript usesjqto validate that the constructed payload is a valid JSON object.
Audit Metadata