托管搜索可能向 Firecrawl 披露用户查询
原文依据:3 处该 Skill 要求为托管请求提供 API 密钥,并面向需要当前网页结果的用户问题。若产品把原始问题直接提交给托管 `/search`,查询内容及与该密钥关联的使用记录会离开用户环境。
包含客户名称、内部项目、未公开产品、健康或法律问题等敏感信息的查询,可能被外部服务处理并受其日志、保留和访问政策约束。
这是该 Skill 的正常搜索功能,但仍存在明确的数据披露边界:托管请求需要 Firecrawl API 密钥,而功能会根据用户问题查询当前网页。使用托管 `/search` 时,搜索词必然发送给 Firecrawl;若调用方直接采用原始问题,其中的姓名、内部项目或其他敏感内容也会离开本地环境。材料没有证明 Firecrawl 会长期记录查询。用户可要求先删减敏感信息、明确日志与保留政策,或使用受控的自托管地址。
inputs: - name: FIRECRAWL_API_KEY description: Firecrawl API key for hosted Firecrawl requests. required: true - name: FIRECRAWL_API_URL description: Optional base URL for self-hosted Firecrawl deployments. required: false---查看另外 2 个位置
- the user asks a question and the product must discover sources first- the feature needs current web results- you want to turn a search query into a shortlist of pages for later scraping required: true - name: FIRECRAWL_API_URL description: Optional base URL for self-hosted Firecrawl deployments. required: false---