跳转到正文
报告库
用途分类 / 其他用途

Firecrawl Deep Research Skill 安全审计

作者说它能做什么(原文)

|

第三方安全检查结论

发现安全风险

已检查文件
1
发现的风险
2
会不会运行危险命令?检查是否下载程序后直接运行、让他人远程控制电脑,或藏起要运行的命令。未发现风险
会不会泄露文件和密钥?检查是否发送含密码或密钥的文件,以及代码里是否直接写了密钥。发现 1 项风险
中风险

研究查询会发送给托管的 Firecrawl 服务

原文依据:2 处
发现了什么

技能要求使用 Firecrawl 搜索和抓取,并明确要求用于托管请求的 API 密钥。执行时,研究主题、查询词及待抓取网址会被发送给第三方服务。文本没有要求先排除机密、受合同约束或可识别个人的信息。

为什么需要注意

若研究主题或查询包含未公开项目、客户名称、健康信息或内部调查线索,第三方服务可能接触并记录这些信息。

该技能明确要求托管 Firecrawl 请求所需的 API 密钥,并指示通过 Firecrawl 执行搜索和网页抓取。因此,在使用托管服务时,研究查询和抓取目标会离开用户环境;源码未要求在提交前检查或移除机密、个人或受合同限制的信息。风险取决于用户输入及实际采用的工具接口。用户可要求作者说明传输字段、保留政策,并限制发送敏感主题、查询或私有 URL。

SKILL.md:25来自说明文档打开原文件
  source: https://github.com/firecrawl/firecrawl-workflowsinputs:  - name: FIRECRAWL_API_KEY    description: Firecrawl API key for hosted Firecrawl requests.    required: true---
查看另外 1 个位置
SKILL.md:62来自说明文档打开原文件
Use Firecrawl search and scrape through the CLI or equivalent tool surface. Matchdepth to the runtime the user chose during onboarding.
会不会删除文件或一直在后台运行?检查是否大范围删除文件、改写磁盘,或设置自动启动。未发现风险
会不会绕过安全保护?检查是否跳过网站安全验证、开放过多文件权限,或取消操作前的确认。未发现风险
会不会误导 AI 或隐藏内容?检查工作说明是否要求 AI 忽略你的指令、干扰检查结果,或夹带看不见的文字。未发现风险
会不会偷偷改推广链接或收款方?检查是否强制替换推广链接或收款对象,同时要求隐瞒更改。发现 1 项风险
中风险

Exhaustive 档位没有请求数量上限,可能产生开放式 API 用量

原文依据:2 处
发现了什么

“Longer / no limit”会映射为 Exhaustive;该档位规定至少 10 次查询和至少 25 个来源抓取,但没有最大次数、预算或停止阈值。

为什么需要注意

在按请求或抓取计费、受配额限制的 Firecrawl 账户上,长时间研究可能消耗不可预期的额度或产生费用。

技能把“更久/不限时”映射到 Exhaustive,并只规定“10+”次查询和“25+”个抓取来源,没有最大调用量、费用预算或明确停止条件。这并不证明调用会无限进行,但在用户选择“不限时”时,确实允许开放式的托管 API 用量,可能增加费用和外部数据传输。用户可在运行前要求设置查询数、抓取数、时间或费用硬上限。

SKILL.md:51来自说明文档打开原文件
Map the answer to a depth tier in the Collection Plan below:- A few minutes → Quick- ~10-15 minutes → Thorough- Longer / no limit → Exhaustive
查看另外 1 个位置
SKILL.md:65来自说明文档打开原文件
- Quick (~a few minutes): search 3-5 queries and scrape 5-10 high-quality sources.- Thorough (~10-15 minutes): search 5-10 queries from different angles and scrape 15-25 sources.- Exhaustive (longer): search 10+ queries and scrape 25+ sources, including primary sources, research papers, expert views, and contrarian sources.

Skill 逻辑拆解

5 个说明模块

该技能只适用于用户明确要求的正式深度研究报告,并明确排除产品推荐、榜单和快速查询。

查看原文
SKILL.md:33来自说明文档打开原文件
Use this only for report-scale research: a rigorous, cited synthesis the userexplicitly wants delivered as a formal written report. If the request is aproduct pick, a top-N list, a quick lookup, or anything answerable with a shortsearch, stop; do not use this skill, let the request be handled the standardway.

开始前,技能要求确认运行时长,并将其映射为 Quick、Thorough 或 Exhaustive 三档采集深度。

查看原文
SKILL.md:47来自说明文档打开原文件
Infer the topic and output format from context. Before starting, unless already specified, always ask one short question to define the scope:> "How long do you want this research task to run?"Map the answer to a depth tier in the Collection Plan below:- A few minutes → Quick- ~10-15 minutes → Thorough- Longer / no limit → Exhaustive

研究通过 Firecrawl 搜索和抓取开放网页;深度档位决定查询和抓取来源数量。

查看原文
SKILL.md:62来自说明文档打开原文件
Use Firecrawl search and scrape through the CLI or equivalent tool surface. Matchdepth to the runtime the user chose during onboarding.- Quick (~a few minutes): search 3-5 queries and scrape 5-10 high-quality sources.- Thorough (~10-15 minutes): search 5-10 queries from different angles and scrape 15-25 sources.- Exhaustive (longer): search 10+ queries and scrape 25+ sources, including primary sources, research papers, expert views, and contrarian sources.

最终报告要求为事实主张提供来源、优先采用一手来源,并标注不确定性和冲突证据。

查看原文
SKILL.md:139来自说明文档打开原文件
## Quality Bar- Cite sources for factual claims.- Prefer primary sources when available.- Flag uncertainty and conflicting evidence.- Synthesize instead of listing scrape summaries.
从这里开始 · 工作说明SKILL.md
firecrawl-deep-research
连线表示工作说明包含的模块,不是实际运行顺序。点击模块可查看原文。
文件与检查记录1 个文件

检查范围与遗漏

逐文件查看涉及的内容

下方列出本次涉及的原文范围;纳入检查不代表已查清所有问题。

  • SKILL.md已纳入全文

这份报告只针对上方版本。我们看了拿到的代码和说明文件,没有实际运行 Skill,也没有检查它另外安装的软件包。因此,这不是“保证安全”的承诺;换了版本或使用环境,结果也可能不同。

  • SKILL.md工作说明

代码和说明中提到的操作

连接外部网站
SKILL.md:23来自说明文档打开原文件
  version: "0.1.0"  homepage: https://www.firecrawl.dev  source: https://github.com/firecrawl/firecrawl-workflows
SKILL.md:24来自说明文档打开原文件
  homepage: https://www.firecrawl.dev  source: https://github.com/firecrawl/firecrawl-workflowsinputs:
SKILL.md:27来自说明文档打开原文件
  - name: FIRECRAWL_API_KEY    description: Firecrawl API key for hosted Firecrawl requests.    required: true
读取密钥或账号配置
SKILL.md:26来自说明文档打开原文件
inputs:  - name: FIRECRAWL_API_KEY    description: Firecrawl API key for hosted Firecrawl requests.
读取了多少行
145
文件校验值(用于核对版本)
ba7deee7214c41706e58429571a83be620582d2057c447ff2b167386baf6aa23