search
Pass
Audited by Gen Agent Trust Hub on Jul 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill inherently processes external data (search results and web content) which is a vector for indirect prompt injection. If a search result contains instructions intended for an AI, the agent might inadvertently follow them. The author has included explicit safety notes in
SKILL.md,EXAMPLES.md, andREFERENCE.mdinstructing the agent to treat results as untrusted remote input. - [COMMAND_EXECUTION]: The skill uses
Bashas its execution environment. Documentation inEXAMPLES.mdshows patterns where search results are piped into shell loops, usingsedfor filename generation and redirecting output to create local files. While these are common automation patterns, they represent a capability that could be abused if the agent is influenced by malicious search content. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.browserbase.comto perform searches and retrieve web pages. These are authenticated requests to the vendor's official API using theX-BB-API-Keyheader.
Audit Metadata