Web Search API

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The OpenClaw AgentSkills skill bundle for WebSearchAPI is designed to provide a multi-type search tool using SearchAPI.io. The code and documentation are consistent with this stated purpose. It stores the user-provided API key in a local `config.json` file and uses it to make HTTPS requests to `https://www.searchapi.io`. While storing API keys locally and sending them in URL query parameters (even over HTTPS) can be considered a vulnerability if the local system is compromised or URLs are logged, this is a common pattern for CLI tools and does not demonstrate malicious intent such as unauthorized data exfiltration, persistence, or malicious execution. The `SKILL.md` and `README.md` files provide clear instructions without any signs of prompt injection attempts to subvert the agent's behavior.