kibana-workflows
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill operates by executing commands via the
elasticCLI to interact with Kibana and Elasticsearch (e.g.,elastic stack kb workflows get-workflows). - [EXTERNAL_DOWNLOADS]: The instructions refer users to the official
elasticCLI repository on GitHub for setup and configuration, which is a resource from a trusted vendor. - [DYNAMIC_EXECUTION]: The skill generates YAML workflow definitions and executes them using the Kibana
/api/workflows/testendpoint. To mitigate risks, the skill includes strict guidelines to replace side-effecting steps (like Slack notifications or database writes) withconsolelogging during the testing phase. - [INDIRECT_PROMPT_INJECTION]: The skill identifies
event.alertsas a primary ingestion point for untrusted data from the Kibana environment. It addresses the potential for injection by instructing the agent to use Liquid templating and to implement guarded logic paths to separate manual inputs from automated alert data.
Audit Metadata