Skip to main content

Cloudflare Workers

Covers edge deployment patterns and Cloudflare-specific considerations for LivestockAI, ensuring optimal performance and configuration.

Install this skill

or
88/100

Security score

The Cloudflare Workers skill was audited on Feb 25, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 12

Access to .env file

SourceSKILL.md
12### No `process.env`
medium line 14

Access to .env file

SourceSKILL.md
14Cloudflare Workers does NOT support `process.env`. Environment variables come from:
low line 116

Access to .env file

SourceSKILL.md
116// ❌ Fails - process.env not available
low line 117

Access to .env file

SourceSKILL.md
117const url = process.env.DATABASE_URL
Scanned on Feb 25, 2026
View Security Dashboard