firecrawl-interact
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill interacts with live, third-party web content which represents a data ingestion surface for untrusted inputs. If a targeted website contains malicious text or instructions hidden in its HTML/markdown, it could manipulate the agent's subsequent browser actions.
- Ingestion points: Web content fetched via the
firecrawl scrapecommand and managed duringfirecrawl interactsessions inside SKILL.md. - Boundary markers: Absent. The instructions do not prescribe explicit boundary markers or system instructions to ignore embedded directives in the scraped text.
- Capability inventory: The agent has access to executing
firecrawlandnpx firecrawl-clicommands in the environment via the shell. - Sanitization: Absent. No runtime input sanitization or filtering is described to clean web data before interaction.
- [COMMAND_EXECUTION]: The skill utilizes platform configuration capabilities (
allowed-tools) to execute local CLI commands (firecrawl *andnpx firecrawl-cli *). While these commands belong to the tool's official vendor and represent expected functionality, executing shell commands based on external configurations or variables requires robust input validation at the execution environment layer.
Audit Metadata