Skip to main content

workers-migration

Facilitates migration of applications to Cloudflare Workers from AWS Lambda, Vercel, and Node.js, ensuring compatibility and performance optimization.

Install this skill

or
84/100

Security score

The workers-migration skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 140

Node child_process module reference

SourceSKILL.md
140- `child_process` → Not possible
medium line 49

Access to .env file

SourceSKILL.md
49| `process.env undefined` | All | Env access pattern | Use `env` parameter |
low line 105

Access to .env file

SourceSKILL.md
105const apiKey = process.env.API_KEY;
medium line 159

Access to .env file

SourceSKILL.md
1593. **Update Env Access**: Use env parameter instead of process.env
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →