搜索词会披露给外部 Tavily 服务
原文依据:3 处执行 `tvly search` 必须把查询发送到 Tavily。Skill 的触发范围很广,但没有提醒代理在提交前排除密码、令牌、客户资料、内部项目名或其他机密内容。
若用户把敏感内容写进搜索请求,该内容可能离开本地环境,并受 Tavily 的记录、保留和账户政策约束。
该 Skill 明确通过 Tavily CLI 执行外部网络搜索,并允许在用户提出广泛的信息查询时启用;实际搜索命令会提交查询文本。可见说明只说首次请求不要寻找 API key,没有要求在发送前剔除凭据、客户信息或内部名称。因此,当用户的搜索词含敏感内容时,内容可能披露给 Tavily。用户可要求作者说明数据保留政策,并限制代理只提交经脱敏的查询。
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 *)---查看另外 2 个位置
```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.