Skip to main content

cloudflare-containers

Deploys and manages Docker containers on Cloudflare's network for scalable applications, supporting Python, AI inference, and large file processing.

Install this skill

or
53/100

Security score

The cloudflare-containers skill was audited on Feb 9, 2026 and we found 17 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 287

Direct command execution function call

SourceSKILL.md
287const result = await sandbox.exec('python3 -c "print(2 + 2)"');
medium line 312

Template literal with variable interpolation in command context

SourceSKILL.md
312R2_ENDPOINT: `https://${this.env.R2_ACCOUNT_ID}.r2.cloudflarestorage.com`,
medium line 346

Template literal with variable interpolation in command context

SourceSKILL.md
346```dockerfile
medium line 163

Python subprocess execution

SourceSKILL.md
163result = subprocess.run(
medium line 354

Curl to non-GitHub URL

SourceSKILL.md
354VERSION=$(curl -s https://api.github.com/repos/tigrisdata/tigrisfs/releases/latest | grep -o '"tag_name": "[^"]*' | cut -d'"' -f4) && \
low line 310

Access to .env file

SourceSKILL.md
310AWS_ACCESS_KEY_ID: this.env.AWS_ACCESS_KEY_ID,
low line 311

Access to .env file

SourceSKILL.md
311AWS_SECRET_ACCESS_KEY: this.env.AWS_SECRET_ACCESS_KEY,
low line 312

Access to .env file

SourceSKILL.md
312R2_ENDPOINT: `https://${this.env.R2_ACCOUNT_ID}.r2.cloudflarestorage.com`,
low line 313

Access to .env file

SourceSKILL.md
313R2_BUCKET: this.env.R2_BUCKET_NAME,
low line 380

Access to .env file

SourceSKILL.md
380AWS_ACCESS_KEY_ID: this.env.AWS_ACCESS_KEY_ID,
low line 381

Access to .env file

SourceSKILL.md
381AWS_SECRET_ACCESS_KEY: this.env.AWS_SECRET_ACCESS_KEY,
low line 382

Access to .env file

SourceSKILL.md
382BUCKET_NAME: this.env.R2_BUCKET_NAME,
low line 383

Access to .env file

SourceSKILL.md
383R2_ACCOUNT_ID: this.env.R2_ACCOUNT_ID,
low line 195

External URL reference

SourceSKILL.md
195new Request('http://container/execute', {
low line 312

External URL reference

SourceSKILL.md
312R2_ENDPOINT: `https://${this.env.R2_ACCOUNT_ID}.r2.cloudflarestorage.com`,
low line 354

External URL reference

SourceSKILL.md
354VERSION=$(curl -s https://api.github.com/repos/tigrisdata/tigrisfs/releases/latest | grep -o '"tag_name": "[^"]*' | cut -d'"' -f4) && \
low line 363

External URL reference

SourceSKILL.md
363R2_ENDPOINT="https://${R2_ACCOUNT_ID}.r2.cloudflarestorage.com"\n\
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →