Back to skill
Skillv1.1.1

VirusTotal security

Dify Knowledge Base Search · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignMay 1, 2026, 3:37 AM
Hash
0ae5896f6c304e021e86316d69e0b263b04e3229859b1528302b8798709bc866
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: dify-kb-search Version: 1.1.1 The OpenClaw skill 'dify-kb-search' is designed to interact with the Dify Knowledge Base API for RAG purposes. The `SKILL.md` clearly defines the skill's purpose, required environment variables (`DIFY_API_KEY`, `DIFY_BASE_URL`), and installation steps (`pip3 install requests`). The Python scripts (`scripts/list_datasets.py`, `scripts/search.py`) correctly implement the stated functionality, reading API keys from environment variables and making HTTP requests only to the configured Dify API endpoint. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All actions are aligned with the skill's stated purpose and follow secure coding practices for API integration.
External report
View on VirusTotal