The target URL and page content are processed by hosted Firecrawl
Source references: 3The Skill requires a Firecrawl API key for hosted requests and then uses Firecrawl to collect content, images, and a screenshot from the supplied URL. Private URLs, tokens embedded in query parameters, or sensitive page material may therefore be processed by a third party.
The provider may receive the target URL and any page content it can access. Sensitive information could be disclosed if the URL contains secrets or the page was not intended for external processing.
The skill explicitly requires an API key for hosted Firecrawl requests and directs Firecrawl to process the supplied URL for branding, images, and a full-page screenshot. This supports the risk that a third party handles the target URL and returned page data; URLs containing query tokens or authorized pages with sensitive content could create added exposure. The source does not describe private-page authentication, so it does not prove such data will always be sent. Users can restrict use to public URLs without sensitive parameters and ask about Firecrawl retention and access policies.
source: https://github.com/firecrawl/firecrawl-workflowsinputs: - name: FIRECRAWL_API_KEY description: Firecrawl API key for hosted Firecrawl requests when the workflow runs through the CLI or API. required: true---Show 2 other places
Use Firecrawl through the CLI or equivalent tool surface. Always start with two parallel scrapes of the supplied URL:1. The `branding` and `images` formats together for structured design tokens and the full set of page images.2. A full-page screenshot for visual context.Use the structured `branding` output as the primary source for colors, typography, components, brand assets (logo, favicon, ogImage), personality, and confidence notes. Use the `images` list as the source of truth for the page's content imagery — hero photography, product shots, carousels, feature visuals, illustrations, and decorative graphics. Use the screenshot as the primary visual reference for layout, hierarchy, and overall feel. Add supplemental formats only when these are insufficient for the final artifact.