Hosted search may disclose user queries to Firecrawl
Source references: 3The Skill requires an API key for hosted requests and targets user questions needing current web results. If the product submits the original question to hosted `/search`, the query and usage associated with that key leave the user's environment.
Queries containing customer names, internal projects, unreleased products, or sensitive health or legal topics may be processed under an external service's logging, retention, and access policies.
This is expected search functionality, but it creates a real disclosure boundary: hosted requests require a Firecrawl API key, and the feature searches the current web based on a user's question. A hosted `/search` request necessarily sends the search terms to Firecrawl; if the application forwards the original question, names, internal projects, or other sensitive details could leave the local environment. The source does not establish that Firecrawl retains queries. Users can require redaction, clarify logging/retention, or use a controlled self-hosted endpoint.
inputs: - name: FIRECRAWL_API_KEY description: Firecrawl API key for hosted Firecrawl requests. required: true - name: FIRECRAWL_API_URL description: Optional base URL for self-hosted Firecrawl deployments. required: false---Show 2 other places
- the user asks a question and the product must discover sources first- the feature needs current web results- you want to turn a search query into a shortlist of pages for later scraping required: true - name: FIRECRAWL_API_URL description: Optional base URL for self-hosted Firecrawl deployments. required: false---