Brave Api Search
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The brave-api-search skill bundle is a well-implemented interface for the official Brave Search API, providing tools for web search, AI-powered answers, spellcheck, and autosuggestions. The code is clean, uses native Node.js 18+ features (no external dependencies), and communicates exclusively with official Brave API endpoints (api.search.brave.com). It includes robust utility functions for exponential backoff retries and in-memory caching, and it correctly handles sensitive API keys via environment variables without any evidence of exfiltration, malicious execution, or prompt injection.
