local-descriptions
Warn
Audited by Runlayer on Feb 22, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Call `web-search` with `result_filter=locations` to get POI IDs from `locations.results[].id` > 2. Pass those IDs to this endpoint to get AI-generated descriptions ## Quick Start (cURL) ### Get POI Description ```bash curl -s "https://api.search.brave.com/res/v1/local/descriptions?ids=loc4CQWMJWLD4VBEBZ62XQLJTGK6YCJEEJDNAAAAAAA%3D" \ -H "Accept: application/json" \ -H "Accept-Encoding: gzip" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY}" ``` ### Multiple POIs ```bash curl -s "https://api.s
Audit Metadata