firecrawl-scraper
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
@mendable/firecrawl-jspackage, which is the official library for Firecrawl, a well-known service for AI-powered web scraping. References to this service are documented as safe vendor integration. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from external real estate listing URLs. While this represents a data ingestion surface, the risk is mitigated by the implementation of a strict structured schema (
PropertySchema) and the use of the Firecrawl extraction service. - Ingestion points: Website content from
listingUrlpassed tofirecrawl.extractinSKILL.md. - Boundary markers: None explicitly defined in the extraction prompt, though the prompt is highly constrained to specific fields.
- Capability inventory: The skill utilizes
Bash,Read,Grep, andGlobtools. - Sanitization: The skill employs
PropertySchema.safeParseinrules/property-extraction.mdto validate and sanitize the extracted JSON data before use. - [CREDENTIALS_UNSAFE]: The skill correctly avoids hardcoding secrets, instead accessing the
FIRECRAWL_API_KEYviaprocess.envas shown in the integration examples inSKILL.md.
Audit Metadata