firecrawl-multi-env-setup
Configures FireCrawl for multi-environment setups, managing secrets and deployments across development, staging, and production.
Install this skill
Security score
The firecrawl-multi-env-setup skill was audited on Feb 28, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 58 | ```json |
Template literal with variable interpolation in command context
| 70 | ```json |
Template literal with variable interpolation in command context
| 79 | ```json |
Template literal with variable interpolation in command context
| 106 | const envConfig = require(`../../config/firecrawl/${env}.json`); |
Template literal with variable interpolation in command context
| 125 | ```yaml |
Template literal with variable interpolation in command context
| 150 | console.warn(`[firecrawl] ${operation} blocked in ${config.environment}`); |
Template literal with variable interpolation in command context
| 151 | throw new Error(`${operation} only allowed in production`); |
Template literal with variable interpolation in command context
| 214 | console.log(`Running in ${env.environment} with ${env.baseUrl}`); |
Access to .env file
| 97 | const env = process.env.NODE_ENV || 'development'; |
Access to .env file
| 120 | # .env.local (git-ignored) |
External URL reference
| 61 | "baseUrl": "https://api-sandbox.firecrawl.com", |
External URL reference
| 73 | "baseUrl": "https://api-staging.firecrawl.com", |
External URL reference
| 82 | "baseUrl": "https://api.firecrawl.com", |
External URL reference
| 219 | - [12-Factor App Config](https://12factor.net/config) |