log-analytics
Fail
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
log-analytics.mdcontains a hardcoded password valueMy_password_123!@#in the environment variable configuration table. - [EXTERNAL_DOWNLOADS]: The skill utilizes
uvxto download and executeopensearch-mcp-server-py(at the latest unversioned state) andduckduckgo-mcp-serverfrom external repositories. - [COMMAND_EXECUTION]: The workflow involves executing
curlcommands with user-provided or environment-sourced credentials and runninguvxfor MCP server tools. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted log content from OpenSearch indices and processes it without sanitization or boundary markers.
- Ingestion points: Untrusted log documents are retrieved using
SearchIndexToolandGenericOpenSearchApiToolas described inlog-analytics.md. - Boundary markers: There are no specified delimiters or 'ignore embedded instructions' warnings for the log messages processed by the agent.
- Capability inventory: The agent can execute administrative and query-level API calls via the
GenericOpenSearchApiTool. - Sanitization: No validation or sanitization of ingested log data is performed before it is analyzed.
Recommendations
- AI detected serious security threats
Audit Metadata