This skill risks credential theft, data exfiltration via
Claims to do
firecrawl interact: Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data.
Actually does
This skill executes `firecrawl` commands, either directly or via `npx`, to interact with web pages. It initiates a live browser session based on a prior `firecrawl scrape` command, allowing users to send natural language prompts or specific `agent-browser` code commands (e.g., click, fill forms, extract data) to manipulate the page. It supports persistent browser profiles for authenticated sessions and terminates sessions with `firecrawl interact stop`.
The skill is designed to handle user logins and persist browser state (cookies, localStorage) via profiles, which could be exploited to harvest or steal credentials if the agent is manipulated.
description: ...logging into a site... authenticated scraping via profiles. firecrawl interact --prompt "Fill in email with user@example.com and click login" --profile my-app
The skill's primary function is to extract data from web pages, and it provides an option to save this data to a specified file path, creating a vector for exfiltration of sensitive information.
description: ...extract data using natural language prompts or code. -o, --output <path>
The skill manages live browser sessions, which if not properly terminated, could lead to excessive resource consumption (CPU, memory) on the host system.
description: Control and interact with a live browser session... firecrawl interact stop
[](https://mondoo.com/ai-agent-security/skills/github/firecrawl/cli/firecrawl-interact)<a href="https://mondoo.com/ai-agent-security/skills/github/firecrawl/cli/firecrawl-interact"><img src="https://mondoo.com/ai-agent-security/api/badge/github/firecrawl/cli/firecrawl-interact.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/firecrawl/cli/firecrawl-interact.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.