search
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted content from web search results, creating an indirect prompt injection surface.
- Ingestion points: Search result titles, URLs, and retrieved page content enter the agent's context through API responses from
api.browserbase.com(as seen inSKILL.mdandEXAMPLES.md). - Boundary markers: The documentation in
SKILL.md,EXAMPLES.md, andREFERENCE.mdincludes explicit safety notes advising the agent to treat results as untrusted and to ignore instructions embedded in result titles or URLs. - Capability inventory: The skill uses the Bash tool, which permits network requests (
curl) and local file system writes (using shell redirection inEXAMPLES.md). - Sanitization: While Example 5 in
EXAMPLES.mddemonstrates filename sanitization usingsed, the actual content fetched from the results is not sanitized before being saved or processed. - [COMMAND_EXECUTION]: The skill relies on shell commands to interact with external APIs and handle data.
- Evidence: Multiple examples in
EXAMPLES.mdshow the use ofcurl,jq, andsedto perform searches, extract data, and save content to the file system.
Audit Metadata