Search terms are disclosed to the external Tavily service
Source references: 3Running `tvly search` necessarily sends the query to Tavily. The Skill has a broad trigger scope but does not tell the agent to remove passwords, tokens, customer data, internal project names, or other confidential material first.
If sensitive material is included in a search request, it may leave the local environment and become subject to Tavily's logging, retention, and account policies.
The Skill explicitly performs external web searches through the Tavily CLI and can activate for a broad range of information requests; the shown command submits the query text. Although it says not to seek an API key before the first request, it does not require removing credentials, customer data, or internal names. Sensitive terms in a user's query could therefore be disclosed to Tavily. A user can ask for the service's retention policy and restrict the agent to sanitized queries.
description: | Search the web with LLM-optimized results via the Tavily CLI. Use this skill when the user wants to search the web, find articles, look up information, get recent news, discover sources, or says "search for", "find me", "look up", "what's the latest on", "find articles about", or needs current information from the internet. Returns relevant results with content snippets, relevance scores, and metadata — optimized for LLM consumption. Supports domain filtering, time ranges, and multiple search depths.allowed-tools: Bash(tvly *)---Show 2 other places
```bash# Basic searchtvly search "your query" --jsonRun search directly when `tvly` is available. Search supports capped keylessaccess, so do not look for an API key or authenticate before the first request.