opensearch-launchpad
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
uvxto download and executeduckduckgo-mcp-serverandopensearch-mcp-server-py@latest. It also installs thedoclinglibrary for document processing. These sources are considered legitimate or vendor-owned resources from the opensearch-project. - [COMMAND_EXECUTION]: Local scripts
scripts/start_opensearch.shandscripts/opensearch_ops.pyare executed to manage OpenSearch cluster lifecycle and search operations. - [PROMPT_INJECTION]: Indirect Prompt Injection Surface. The skill is designed to process untrusted documents (PDF, DOCX, etc.) via
Doclingto be used in a RAG pipeline with an agentic search LLM. - Ingestion points: Document content is ingested in Phase 1 as described in
SKILL.mdanddocument_processing_guide.md. - Boundary markers: No specific delimiters or instructions for the agent to ignore instructions within the documents were found.
- Capability inventory: The LLM-powered search agent can access tools for query planning and web search as documented in
agentic_search_guide.md. - Sanitization: Document content is processed and indexed without specific filtering for malicious instructions.
Audit Metadata