security-case-management
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from the Kibana Cases API (titles, descriptions, comments) which could contain adversarial instructions.\n
- Ingestion points:
scripts/case-manager.jsthrough API calls in thefind,list, andgetcommands.\n - Boundary markers: Absent; tool output is reported verbatim per the skill instructions.\n
- Capability inventory: Network communication with the user-configured
KIBANA_URLviakibana-client.js.\n - Sanitization: Absent; the skill is instructed to report results exactly as returned by the API.\n- [COMMAND_EXECUTION]: The skill instructions include running
npm installto manage Node.js dependencies in theskills/securitydirectory. This is a standard setup procedure for this environment.\n- [SAFE]: TheKIBANA_INSECUREenvironment variable allows the tool to bypass TLS certificate validation by settingNODE_TLS_REJECT_UNAUTHORIZEDto '0'. This configuration is provided to support connections to clusters with self-signed certificates but represents a best-practice violation if used in untrusted networks.
Audit Metadata