The skill executes unauthorized remote code, lacks necessary security constraints for network and file access, and exposes API keys through insecure environment variable handling.
npx skills add https://github.com/brave/brave-search-skillsRemote code download and execution detected (seen 2 times in this file at lines 8, 18)
curl -fsSL https://raw.githubusercontent.com/brave/brave-search-cli/main/scripts/install.sh | sh
The documentation suggests using `export BRAVE_SEARCH_API_KEY=YOUR_KEY`, which persists the API key in shell history files (e.g., .bash_history, .zsh_history), making it accessible to other processes or users on the system.
export BRAVE_SEARCH_API_KEY=YOUR_KEY
The skill is designed to feed 'pre-extracted' web content directly into an AI agent's context. If the search results contain malicious instructions (prompt injection), the agent consuming this data may be compromised.
bx "query" --max-tokens 4096
Description contains a long keyword list that may be designed to trigger the skill for unrelated queries.
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/brave/brave-search-skills/bx)<a href="https://mondoo.com/ai-agent-security/skills/github/brave/brave-search-skills/bx"><img src="https://mondoo.com/ai-agent-security/api/badge/github/brave/brave-search-skills/bx.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/brave/brave-search-skills/bx.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.