wrangler
Facilitates deployment and management of Cloudflare Workers and associated services using the Wrangler CLI for optimal performance.
Install this skill
or
70/100
Security score
The wrangler skill was audited on May 26, 2026 and we found 8 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 879
Curl to non-GitHub URL
SourceSKILL.md
| 879 | curl http://localhost:8787/__scheduled |
medium line 248
Prompting for password/secret input
SourceSKILL.md
| 248 | # Set secret — interactive prompt (preferred, wrangler will ask for the value securely) |
high line 922
Prompting for password/secret input
SourceSKILL.md
| 922 | 9. **Never embed secrets in commands**: Use interactive prompts (`wrangler secret put`), file-based input (`wrangler secret bulk`), or secure CI environment variables. Never echo, log, or pass secret |
low line 16
External URL reference
SourceSKILL.md
| 16 | | Wrangler docs | `https://developers.cloudflare.com/workers/wrangler/` | CLI commands, flags, config reference | |
low line 18
External URL reference
SourceSKILL.md
| 18 | | Cloudflare docs | Search tool or `https://developers.cloudflare.com/workers/` | API reference, compatibility dates/flags | |
low line 39
External URL reference
SourceSKILL.md
| 39 | - **Set `compatibility_date`**: Use a recent date (within 30 days). Check https://developers.cloudflare.com/workers/configuration/compatibility-dates/ |
low line 188
External URL reference
SourceSKILL.md
| 188 | # Then visit: http://localhost:8787/__scheduled |
low line 879
External URL reference
SourceSKILL.md
| 879 | curl http://localhost:8787/__scheduled |
Scanned on May 26, 2026
View Security Dashboard