Baidu API Search
PassAudited by VirusTotal on May 16, 2026.
Findings (1)
The `baidu-api-search` skill is a legitimate and well-structured tool designed to provide AI agents with advanced Chinese search capabilities using official Baidu APIs (Qianfan and AppBuilder). The implementation uses only Python standard libraries and follows security best practices, such as sanitizing user-provided topics to prevent path traversal (via `slugify_topic` in `adaptive_search.py`) and providing explicit instructions in `SKILL.md` to prevent the AI agent from leaking API keys. The code includes robust features like query planning, result deduplication, and local caching, all of which align with its stated purpose without any signs of malicious intent or data exfiltration.
