elasticsearch-search-relevance
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
elasticCLI to perform Elasticsearch operations such aselastic es info,elastic es indices get-mapping, andelastic es search. These are legitimate management operations for the intended purpose of tuning search relevance. - [SAFE]: The skill is authored by 'elastic' and exclusively references official Elastic documentation and tooling (
elasticCLI, Elasticsearch APIs). No external, untrusted downloads or remote code execution patterns were detected. - [SAFE]: Data access is scoped to Elasticsearch indices and mappings for the purpose of search tuning. There are no patterns suggesting unauthorized access to sensitive system files, environment variables, or credential exfiltration.
- [SAFE]: The skill correctly instructs the user to use the CLI rather than hardcoding credentials or calling HTTP APIs directly, promoting secure interaction with the cluster.
Audit Metadata