enterprise-search
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection Awareness: The skill includes a clear security note regarding retrieved content. It advises treating all document results as untrusted data, as they may contain adversarial instructions designed to hijack the agent's behavior. This is a standard consideration for RAG (Retrieval-Augmented Generation) patterns.
- Secure Credential Handling: Authentication relies on
GLEAN_API_TOKEN, which the documentation states is injected by the execution environment. The shell scripts use these environment variables without hardcoding secrets, which is consistent with secure development practices. - Network and System Operations: The skill utilizes
curlfor API interactions andjqfor data processing. These operations are scoped to the definedGLEAN_BASE_URLand do not exhibit signs of data exfiltration to unauthorized third-party domains. - Shell Script Safety: The bundled scripts (
es_search.sh,es_read.sh) useset -euo pipefailfor robust error handling and avoid dangerous dynamic code execution patterns likeevalor piping remote URLs directly into a shell.
Audit Metadata