Skip to main content

building-ai-agent-on-cloudflare

Creates stateful AI agents on Cloudflare with real-time capabilities, scheduled tasks, and tool integration for seamless deployment.

Install this skill

or
74/100

Security score

The building-ai-agent-on-cloudflare skill was audited on May 26, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 234

Template literal with variable interpolation in command context

SourceSKILL.md
234await this.sql`
medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240const docs = await this.sql`
medium line 267

Template literal with variable interpolation in command context

SourceSKILL.md
267console.log(`Reminder for ${data.userId}: ${data.message}`);
medium line 388

Curl to non-GitHub URL

SourceSKILL.md
388curl https://my-agent.workers.dev/agents/MyAgent/test-user
low line 131

Access to .env file

SourceSKILL.md
131const response = await this.env.AI.run("@cf/meta/llama-3-8b-instruct", {
low line 305

Access to .env file

SourceSKILL.md
305const response = await this.env.AI.run("@cf/meta/llama-3-8b-instruct", {
low line 23

External URL reference

SourceSKILL.md
23| Cloudflare Agents docs | `https://developers.cloudflare.com/agents/` | Platform integration, deployment |
low line 24

External URL reference

SourceSKILL.md
24| Workers docs | Search tool or `https://developers.cloudflare.com/workers/` | Runtime APIs, bindings, config |
low line 48

External URL reference

SourceSKILL.md
48Agent runs at `http://localhost:8787`
low line 388

External URL reference

SourceSKILL.md
388curl https://my-agent.workers.dev/agents/MyAgent/test-user
Scanned on May 26, 2026
View Security Dashboard
Installation guide →