Openclaw Brave Plugin 2026.5.12 Beta.6.Tgz

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

Package: @openclaw/brave-plugin (npm) Version: 2026.5.7 Description: OpenClaw Brave plugin This package is the official OpenClaw plugin for integrating the Brave Search API, supporting both standard web search and LLM context modes. The code defines the plugin entry point, configuration schemas, and the implementation logic for executing the search tool. It correctly handles API key management, input validation (e.g., country codes, language codes, date ranges), and utilizes security primitives from the OpenClaw SDK (like `withTrustedWebSearchEndpoint` and `assertHttpUrlTargetsPrivateNetwork`) to mitigate SSRF risks, especially when custom base URLs are configured. All network activity is confined to the documented interaction with the Brave Search API endpoints. The implementation is robust and follows expected security practices for a privileged plugin within the host environment.