Skip to main content

building-ai-agent-on-cloudflare

Creates stateful AI agents on Cloudflare with real-time communication and tool integration for dynamic interactions.

Install this skill

or
76/100

Security score

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

Categories Tested

Security Issues

medium line 225

Template literal with variable interpolation in command context

SourceSKILL.md
225await this.sql`
medium line 231

Template literal with variable interpolation in command context

SourceSKILL.md
231const docs = await this.sql`
medium line 258

Template literal with variable interpolation in command context

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

Curl to non-GitHub URL

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

Access to .env file

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

Access to .env file

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

External URL reference

SourceSKILL.md
39Agent runs at `http://localhost:8787`
low line 379

External URL reference

SourceSKILL.md
379curl https://my-agent.workers.dev/agents/MyAgent/test-user
Scanned on Mar 7, 2026
View Security Dashboard