Baidu web search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
references/apikey-fetch.md
text/markdown · 1371 bytes
scripts/search.py
text/x-python-script · 4459 bytes
SKILL.md
text/markdown · 1794 bytes
skill-card.md
text/markdown · 2298 bytes
Security Scan
Status
clean
OpenClaw
gpt-5.5
OpenClaw analysis
This skill is a straightforward Baidu web-search integration that requires a Baidu API key and sends user search queries to Baidu or a configured sandbox proxy.
Confidence: high
VirusTotal
Type: OpenClaw Skill Name: baidu-search Version: 1.1.4 The skill bundle provides a legitimate implementation for searching the web via the Baidu AI Search API. The Python script (scripts/search.py) correctly handles API authentication via environment variables, performs basic input validation on search parameters, and uses the standard requests library for communication. While it contains logic to proxy requests if specific sandbox environment variables (DUMATE_SESSION_ID) are present, this appears to be a functional requirement for specific deployment environments rather than a malicious exfiltration attempt.