brave-search
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [DATA_EXFILTRATION]: The skill performs network requests to the Brave Search API and arbitrary external URLs to retrieve search results and page content. This behavior is essential to its intended purpose and does not involve unauthorized access to sensitive local data.
- [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes and presents untrusted content from the web to the agent.
- Ingestion points: URL fetching in
content.jsand thefetchPageContentfunction insearch.js. - Boundary markers: Absent; the skill does not use specific delimiters or instructions to ignore commands within the extracted web content.
- Capability inventory: Code analysis across
search.jsandcontent.jsshows no use of subprocesses,eval(),exec(), or file writing operations. - Sanitization: Present; the skill utilizes
jsdomand@mozilla/readabilityto extract core article content and strip potentially malicious HTML elements such as scripts and styles, which significantly mitigates basic injection risks.
Audit Metadata