Brave Search CLI (bx)
Analysis
This appears to be a legitimate Brave Search CLI integration, but it routes web searches through an external command/API and includes remote installer instructions users should review.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
use `bx` via `exec` for all web searches. Do not use the built-in `web_search` tool.
This explicitly changes the agent’s web-search routing to the Brave CLI whenever the skill is active.
curl -fsSL https://raw.githubusercontent.com/brave/brave-search-cli/main/scripts/install.sh | sh
The setup instructions include running a remote installer script from GitHub directly in the shell. This is purpose-aligned for installing the CLI, but users should verify the source.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Primary credential: BRAVE_SEARCH_API_KEY
The skill requires a Brave Search API key, which is expected for this service but is still a credential users must protect.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
It returns pre-extracted, relevance-scored web content ready for LLM prompt injection.
The skill is designed to feed retrieved web content into the agent context. Web content is untrusted and may contain misleading or instruction-like text.
