firecrawl-parse
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external files (such as PDFs, DOCX, or HTML files) which presents an indirect prompt injection surface if those documents contain adversarial text intended to hijack the agent's behavior.
- Ingestion points: File paths supplied to the
firecrawl parsecommand inSKILL.md. - Boundary markers: Absent; there are no delimiters or instructional boundaries defined to prevent the agent from obeying instructions embedded within the parsed text.
- Capability inventory: Shell execution capabilities via
Bash(firecrawl *)andBash(npx firecrawl-cli *)are used to run the tool and write data to disk. - Sanitization: Absent; the content is parsed or summarized directly without filtering or verification mechanisms.
- [COMMAND_EXECUTION]: The skill invokes system commands using the
Bashtool to run thefirecrawlbinary or executefirecrawl-clivianpx.
Audit Metadata