Skip to main content

cloudflare-knowledge

Provides comprehensive knowledge of Cloudflare's edge computing features, including Workers, storage, and security solutions.

Install this skill

or
56/100

Security score

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

Categories Tested

Security Issues

high line 512

Direct command execution function call

SourceSKILL.md
512await env.DB.exec("PRAGMA table_info(users)");
medium line 676

Template literal with variable interpolation in command context

SourceSKILL.md
676console.log(`Processing: ${JSON.stringify(message.body)}`);
medium line 680

Template literal with variable interpolation in command context

SourceSKILL.md
680console.error(`Failed: ${e}`);
medium line 1055

Template literal with variable interpolation in command context

SourceSKILL.md
1055```yaml
medium line 75

Curl to non-GitHub URL

SourceSKILL.md
75curl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"
low line 897

Access to hidden dotfiles in home directory

SourceSKILL.md
897# Create config file (~/.cloudflared/config.yml)
low line 898

Access to hidden dotfiles in home directory

SourceSKILL.md
898cat << EOF > ~/.cloudflared/config.yml
low line 75

External URL reference

SourceSKILL.md
75curl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"
low line 208

External URL reference

SourceSKILL.md
208"API_URL": "https://api.example.com"
low line 339

External URL reference

SourceSKILL.md
339"API_URL": "https://staging-api.example.com"
low line 904

External URL reference

SourceSKILL.md
904service: http://localhost:3000
low line 906

External URL reference

SourceSKILL.md
906service: http://localhost:8080
low line 1030

External URL reference

SourceSKILL.md
1030Available at `https://mcp.cloudflare.com/`:
low line 1042

External URL reference

SourceSKILL.md
1042"url": "https://mcp.cloudflare.com/sse",
Scanned on Feb 21, 2026
View Security Dashboard