cloudflare-workers-publish
Deploys static HTML files to Cloudflare Workers using 1Password for secure credential management.
Install this skill
or
16/100
Security score
The cloudflare-workers-publish skill was audited on May 12, 2026 and we found 8 security issues across 2 threat categories, including 2 critical. Review the findings below before installing.
Categories Tested
Security Issues
high line 234
Template literal with variable interpolation in command context
SourceSKILL.md
| 234 | | CFW-05 | LOW | Bash 4+ `${var^^}` on macOS | Use `tr '[:lower:]' '[:upper:]'` | |
high line 290
Template literal with variable interpolation in command context
SourceSKILL.md
| 290 | | `${var^^}` syntax error | Bash 3 on macOS (CFW-05) | Use `tr '[:lower:]' '[:upper:]'` | |
critical line 234
Piping content to bash shell
SourceSKILL.md
| 234 | | CFW-05 | LOW | Bash 4+ `${var^^}` on macOS | Use `tr '[:lower:]' '[:upper:]'` | |
critical line 290
Piping content to bash shell
SourceSKILL.md
| 290 | | `${var^^}` syntax error | Bash 3 on macOS (CFW-05) | Use `tr '[:lower:]' '[:upper:]'` | |
low line 52
External URL reference
SourceSKILL.md
| 52 | https://{name}.{slug}.workers.dev/ |
low line 124
External URL reference
SourceSKILL.md
| 124 | 1. Go to <https://dash.cloudflare.com/profile/api-tokens> |
low line 205
External URL reference
SourceSKILL.md
| 205 | 1. Go to <https://dash.cloudflare.com> > **Workers & Pages** |
low line 260
External URL reference
SourceSKILL.md
| 260 | **Live URL**: `https://rangebar-findings.terry-301.workers.dev/` |
Scanned on May 12, 2026
View Security Dashboard