Skip to main content

python-cloudflare

Facilitates Python deployment on Cloudflare, optimizing for Workers and Containers with FastAPI integration and cold start management.

Install this skill

or
72/100

Security score

The python-cloudflare skill was audited on Feb 21, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 531

Curl to non-GitHub URL

SourceSKILL.md
531curl http://localhost:8787/
medium line 16

Access to .env file

SourceSKILL.md
16| FastAPI | `await asgi.fetch(app, request, self.env)` |
medium line 17

Access to .env file

SourceSKILL.md
17| Env vars | `self.env.API_KEY` |
medium line 18

Access to .env file

SourceSKILL.md
18| Service binding | `await self.env.WORKER_B.method()` |
low line 135

Access to .env file

SourceSKILL.md
135return await asgi.fetch(app, request, self.env)
low line 169

Access to .env file

SourceSKILL.md
169# Access environment variables via self.env
low line 170

Access to .env file

SourceSKILL.md
170api_key = self.env.API_KEY
low line 171

Access to .env file

SourceSKILL.md
171database_url = self.env.DATABASE_URL
low line 192

Access to .env file

SourceSKILL.md
192result = await self.env.WORKER_B.add(1, 2)
low line 265

External URL reference

SourceSKILL.md
265# https://pyodide.org/en/stable/usage/packages-in-pyodide.html
low line 479

External URL reference

SourceSKILL.md
479response = await client.get("https://api.example.com/data")
low line 531

External URL reference

SourceSKILL.md
531curl http://localhost:8787/
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →