indykite-ciq-add-property
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The shell script
scripts/execute.shexecutescurlto send requests to the IndyKite REST API. - [EXTERNAL_DOWNLOADS]: The skill requires network access to IndyKite's official regional API endpoints (
eu.api.indykite.comandus.api.indykite.com) and dependencies on common system utilities likecurlandjq. - [INDIRECT_PROMPT_INJECTION]: The skill defines an attack surface for processing external data through configuration parameters and user tokens.
- Ingestion points: User-supplied data enters via the
input_paramsfile or stdin and theBEARER_TOKENenvironment variable inscripts/execute.sh. - Boundary markers: The skill uses JSON objects to encapsulate and delimit data values.
- Capability inventory: The skill has the ability to perform network writes via
curl. - Sanitization: The instructions recommend using
jqfor constructing API payloads, ensuring that data is properly formatted as JSON.
Audit Metadata