Skip to main content

firecrawl-multi-env-setup

Configures FireCrawl for multi-environment setups, managing secrets and deployments across development, staging, and production.

Install this skill

or
54/100

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

medium line 58

Template literal with variable interpolation in command context

SourceSKILL.md
58```json
medium line 70

Template literal with variable interpolation in command context

SourceSKILL.md
70```json
medium line 79

Template literal with variable interpolation in command context

SourceSKILL.md
79```json
medium line 106

Template literal with variable interpolation in command context

SourceSKILL.md
106const envConfig = require(`../../config/firecrawl/${env}.json`);
medium line 125

Template literal with variable interpolation in command context

SourceSKILL.md
125```yaml
medium line 150

Template literal with variable interpolation in command context

SourceSKILL.md
150console.warn(`[firecrawl] ${operation} blocked in ${config.environment}`);
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151throw new Error(`${operation} only allowed in production`);
medium line 214

Template literal with variable interpolation in command context

SourceSKILL.md
214console.log(`Running in ${env.environment} with ${env.baseUrl}`);
low line 97

Access to .env file

SourceSKILL.md
97const env = process.env.NODE_ENV || 'development';
low line 120

Access to .env file

SourceSKILL.md
120# .env.local (git-ignored)
low line 61

External URL reference

SourceSKILL.md
61"baseUrl": "https://api-sandbox.firecrawl.com",
low line 73

External URL reference

SourceSKILL.md
73"baseUrl": "https://api-staging.firecrawl.com",
low line 82

External URL reference

SourceSKILL.md
82"baseUrl": "https://api.firecrawl.com",
low line 219

External URL reference

SourceSKILL.md
219- [12-Factor App Config](https://12factor.net/config)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →