elasticsearch-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for Elasticsearch best practices. It demonstrates standard integration patterns using the official client library.
- [EXTERNAL_DOWNLOADS]: References the
@elastic/elasticsearchNode.js package. This is a well-known, official library from Elastic and is considered a safe dependency. - [CREDENTIALS_UNSAFE]: Appropriately demonstrates the use of environment variables (
process.env.ELASTICSEARCH_URL) for connection strings rather than hardcoding sensitive information. - [COMMAND_EXECUTION]: No shell commands or arbitrary code execution patterns are present. The code snippets are restricted to Elasticsearch API interactions.
Audit Metadata