answers
Fail
Audited by Runlayer on Feb 22, 2026
Risk Level: HIGH
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
93.4%
Malicious tool definition detected
## Quick Start (cURL) ### Blocking (Single-Search) ```bash curl -X POST "https://api.search.brave.com/res/v1/chat/completions" \ -H "Content-Type: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}" \ -d '{ "messages": [{"role": "user", "content": "How does the James Webb Space Telescope work?"}], "model": "brave", "stream": false }' ``` ### Streaming with Citations (Single-Search) ```bash curl -X POST "https://api.search.brave.com/res/v1/chat/completions" \ -H "Content-Type:
Tool: SKILL.md [2/2] Description: with web-grounded answers.
Audit Metadata