Skip to main content

cloudflare-full-stack-scaffold

Provides a production-ready starter project for building full-stack applications on Cloudflare using React and Hono, with pre-configured services.

Install this skill

or
86/100

Security score

The cloudflare-full-stack-scaffold skill was audited on Feb 9, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 579

Fetch to external URL

SourceSKILL.md
579fetch('/api/data')
low line 582

Fetch to external URL

SourceSKILL.md
582fetch('http://localhost:8787/api/data')
low line 622

Fetch to external URL

SourceSKILL.md
622fetch('/api/protected').then(/* ... */)
low line 236

Access to .env file

SourceSKILL.md
236const result = await c.env.AI.run('@cf/meta/llama-3-8b-instruct', {
low line 246

Access to .env file

SourceSKILL.md
246const workersai = createWorkersAI({ binding: c.env.AI })
low line 554

Access to .env file

SourceSKILL.md
554const workersai = createWorkersAI({ binding: c.env.AI })
medium line 589

Access to .env file

SourceSKILL.md
589**Frontend** (.env):
low line 471

External URL reference

SourceSKILL.md
471**Visit**: http://localhost:5173
low line 495

External URL reference

SourceSKILL.md
495**Visit**: http://localhost:5173/chat
low line 582

External URL reference

SourceSKILL.md
582fetch('http://localhost:8787/api/data')
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →