kibana-dashboards
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's setup instructions include a download of a local environment script from the author's official domain (elastic.co).
- [REMOTE_CODE_EXECUTION]: Documentation provides a command to download and execute a setup script (curl -fsSL https://elastic.co/start-local | sh) from the vendor's official infrastructure to facilitate local development.
- [COMMAND_EXECUTION]: The Node.js CLI script (scripts/kibana-dashboards.js) performs network operations to Kibana APIs and includes a configuration flag to allow insecure TLS connections, which is appropriately limited to development use cases.
- [CREDENTIALS_UNSAFE]: The skill utilizes environment variables for authentication (KIBANA_API_KEY, KIBANA_PASSWORD), adhering to standard security practices for managing secrets in automated scripts.
Audit Metadata