Brave Web Search
Analysis
This skill appears to do the disclosed Brave web search and answer lookups, using Brave API keys and sending search queries to Brave.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
const key = process.env.BRAVE_SEARCH_API_KEY; ... headers: { ...baseHeaders, 'X-Subscription-Token': apiKey }The skill uses environment-provided Brave credentials as API authentication headers. This is purpose-aligned, but it is still delegated account/API-key access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
This skill only sends query strings to the Brave Search and Brave Summarizer APIs.
User queries are intentionally sent to an external provider. The data flow is disclosed and aligned with the skill purpose, but query text may still contain sensitive information.
