firecrawl-agent
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill navigates and extracts data from external, untrusted websites. This content could contain malicious instructions designed to influence the agent's behavior during the extraction process.
- Ingestion points: Website content accessed via the
firecrawl agentcommand inSKILL.md. - Boundary markers: None specified in the instructions to delimit untrusted web content.
- Capability inventory: Execution of shell commands via
Bash(firecrawl *)andBash(npx firecrawl-cli *). - Sanitization: Not explicitly implemented in the skill; relies on the underlying tool's internal guardrails.
- [COMMAND_EXECUTION]: The skill executes
firecrawlandnpx firecrawl-clicommands. These tools interact with the local file system to create a.firecrawl/directory and write extraction results to JSON files. - [EXTERNAL_DOWNLOADS]: The skill uses
npxto download and execute thefirecrawl-clipackage. Asfirecrawl-cliis an official vendor resource for this skill, it is documented as a standard functional dependency.
Audit Metadata