dify-knowledge-base-search
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security risks were identified in the skill scripts or configuration files.- [COMMAND_EXECUTION] (SAFE): The skill uses
curlto perform HTTP POST requests to the Dify API. These commands are static, do not pipe to a shell, and are strictly used for the intended purpose of data retrieval.- [DATA_EXPOSURE] (SAFE): Sensitive information such asDIFY_API_KEYis handled via environment variables. There are no hardcoded secrets, and no unauthorized access to local sensitive files (e.g., SSH keys, AWS credentials) was detected.- [INDIRECT_PROMPT_INJECTION] (LOW): The skill accepts user-defined queries to search the Dify knowledge base. While this represents a surface for indirect prompt injection if the retrieved content contains instructions, it is an inherent part of the search functionality and does not escalate beyond the intended tool use. - Ingestion point:
queryfield in API payload. - Boundary markers: None.
- Capability inventory:
curlnetwork request. - Sanitization: Handled by the Dify API and standard agent guardrails.
Audit Metadata