WebSearchAPI
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill bundle provides a legitimate search tool interface for the SearchAPI.io service, supporting various search types like news, finance, and maps. The implementation in `websearchapi.js` is clean, using only Node.js built-in modules (`https`, `fs`) without external dependencies or risky execution patterns like `eval` or shell commands. While `config.json` contains a hardcoded API key (rEux5Wb3fyHM47TKyCpNdHGf), this appears to be a developer oversight or a provided default for ease of use rather than a malicious indicator. No evidence of data exfiltration, persistence, or prompt injection was found.
