Skip to main content

cloudflare-workflows

Facilitates durable, multi-step workflows in Cloudflare, enabling retries and state persistence for long-running tasks.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371await step.do(`batch ${i}`, async () => {
low line 281

Fetch to external URL

SourceSKILL.md
281const data = await fetch('https://api.example.com');
low line 288

Fetch to external URL

SourceSKILL.md
288const response = await fetch('https://api.example.com');
low line 281

External URL reference

SourceSKILL.md
281const data = await fetch('https://api.example.com');
low line 288

External URL reference

SourceSKILL.md
288const response = await fetch('https://api.example.com');
low line 564

External URL reference

SourceSKILL.md
564**Workflows**: https://developers.cloudflare.com/workflows/ • **API Reference**: https://developers.cloudflare.com/workflows/reference/ • **Examples**: https://developers.cloudflare.com/workflows/exam
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →