托管抓取会把完整目标 URL 交给第三方服务
原文依据:3 处该 Skill 要求托管 Firecrawl 请求使用 API 密钥,并让应用对已有 URL 调用 `/scrape`。若 URL 含签名查询参数、访问令牌、内部标识或其他机密,这些值会随抓取目标提交给 Firecrawl。材料中没有要求先清理或限制 URL。
Firecrawl 及其请求日志可能获得原本只应由用户或应用持有的秘密 URL 信息;带令牌的链接可能授予对私有文件或账户资源的访问。
该 Skill 的正常用途是把应用已有的 URL 提交给 `/scrape`;使用托管 Firecrawl 时还需要其 API 密钥。材料没有要求过滤 URL。因此,如果应用传入带签名参数、令牌或内部标识的 URL,这些信息可能被托管服务接收。材料未证明任何数据已经发送,而且可选的自托管地址会改变接收方。用户可要求作者限制允许的域名和协议、移除敏感查询参数,并明确托管服务的数据处理方式。
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: falsereferences:查看另外 2 个位置
Use this when the application already has the URL and needs content from one page.- `cachedAt` — ISO timestamp of the reused copy, present on a `"hit"`.- `sourceURL` — the URL you requested.- `url` — the URL the response came from. Differing values mean the request was redirected. Equal values are not proof that no redirect occurred, because