elasticsearch-reindex
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill correctly scopes its operations to the official
elasticCLI and references official documentation and repositories from the trustedelasticorganization. - [COMMAND_EXECUTION]: The skill instructs the agent to perform Elasticsearch operations via the
elasticCLI (e.g.,elastic es info,elastic es reindex). These are legitimate administrative actions for the stated purpose of reindexing and migrating data. - [DATA_EXPOSURE]: The skill references the use of credentials (API keys, passwords) specifically for connecting to remote clusters during reindexing. It provides secure patterns for this, such as using the
elasticCLI and warning against guessing credentials. - [DYNAMIC_EXECUTION]: The skill utilizes the Elasticsearch Painless scripting language for document transformation during the reindexing process. Painless is a purpose-built, sandboxed language for Elasticsearch, and its use here is consistent with standard database management practices.
Audit Metadata