Skip to main content

cloudflare-worker

Enables the development of edge-first TypeScript applications on Cloudflare Workers, utilizing various storage options and frameworks.

Install this skill

or
93/100

Security score

The cloudflare-worker skill was audited on Feb 9, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 111

Access to .env file

SourceSKILL.md
111const id = c.env.COUNTER.idFromName('my-counter');
low line 112

Access to .env file

SourceSKILL.md
112const stub = c.env.COUNTER.get(id);
low line 113

External URL reference

SourceSKILL.md
113const response = await stub.fetch(new Request('http://do/increment'));
low line 168

External URL reference

SourceSKILL.md
168- [Cloudflare Workers Docs](https://developers.cloudflare.com/workers/)
low line 169

External URL reference

SourceSKILL.md
169- [Hono Documentation](https://hono.dev/docs/getting-started/cloudflare-workers)
low line 170

External URL reference

SourceSKILL.md
170- [D1 Documentation](https://developers.cloudflare.com/d1/)
low line 171

External URL reference

SourceSKILL.md
171- [Durable Objects Guide](https://developers.cloudflare.com/durable-objects/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →