indykite-mcp-server
Pass
Audited by Gen Agent Trust Hub on Sep 24, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from external IndyKite MCP endpoints into the agent's context, creating a potential surface for indirect prompt injection if the source data is manipulated.
- Ingestion points: The agent receives data from the IndyKite MCP server via
tools/call(AuthZEN decisions) andresources/read(Knowledge Query results) methods, which are handled by thescripts/mcp-call.shscript. - Boundary markers: The skill does not provide specific instructions to the agent on how to isolate or delimit external API responses from the rest of the prompt context.
- Capability inventory: The skill utilizes
bashandcurlto interact with external network services and read local environment variables (BEARER_TOKEN,PROJECT_GID). - Sanitization: There is no explicit requirement or method documented for sanitizing or validating the JSON-RPC results before they are incorporated into the agent's reasoning process.
- [COMMAND_EXECUTION]: The skill includes a bash script (
scripts/mcp-call.sh) that executescurlto perform network operations. The script implements basic regex validation for command-line arguments (methodandname) to prevent command injection from user-supplied inputs.
Audit Metadata