Bailian Web Search Hardened

PassAudited by VirusTotal on May 3, 2026.

Findings (1)

The skill is a security-hardened implementation of a web search tool using the Alibaba Cloud Bailian API. It includes explicit defensive instructions in SKILL.md and SAFETY.md designed to prevent common AI agent risks such as API key leakage, private data exposure in search queries, and unauthorized data exfiltration via command piping. The core execution script, scripts/mcp-websearch.sh, is a transparent bash wrapper that uses curl and jq to interact with the official Alibaba endpoint (dashscope.aliyuncs.com) following the Model Context Protocol (MCP).