firecrawl-search
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the retrieval of untrusted content from the web via
firecrawl searchand the--scrapeflag. This external data is ingested into the agent's context, which could allow instructions embedded in web pages to influence the agent's behavior. - Ingestion points: Web search results and scraped page content defined in
SKILL.md. - Boundary markers: Absent. There are no instructions provided to separate untrusted web content or to ignore potential instructions within it.
- Capability inventory: The skill uses
Bash(viaallowed-tools) to execute CLI commands and process results withjq. - Sanitization: Absent. The skill instructions suggest writing raw data to JSON files in the
.firecrawl/directory for subsequent agent processing without explicit filtering. - [COMMAND_EXECUTION]: The skill utilizes
Bashto runfirecrawlandnpx firecrawl-clifor its core operations, including searching and sending feedback. These are vendor-provided tools intended for the skill's functionality.
Audit Metadata