firecrawl-scrape
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to scrape content from external, untrusted URLs. An attacker who controls a target website could embed malicious instructions within the web content (e.g., hidden markdown or HTML comments) to manipulate the agent's subsequent actions.
- Ingestion points: The
firecrawl scrapecommand fetches data from arbitrary user-provided URLs. - Boundary markers: The skill does not explicitly define delimiters for the scraped content, though it recommends using bounded reads like
headorgrepfor inspection. - Capability inventory: The skill allows the use of the
Bashtool to execute CLI commands. - Sanitization: No specific sanitization or filtering of the scraped content is mentioned before the agent processes it.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executefirecrawlandnpxcommands for scraping operations. - [EXTERNAL_DOWNLOADS]: The skill uses
npx firecrawl-cli, which downloads the necessary command-line interface from the public NPM registry at runtime.
Audit Metadata