BF cloudflare-deploy
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services.
As a process F 51/100 · Will not run — References files that are not bundled: references/wrangler/auth.md, references/workers/, references/pages/
How to improve
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 2
✓ No critical or high findings
Medium and low: 2
-
low Secrets in code
secret-password-literalreferences/bindings/patterns.md:182Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)**❌ Hardcoding credentials:** `const apiKey = 'sk_l…123'`
quoted -
low Exfiltration
net-credential-usereferences/cron-triggers/patterns.md:37Credential used in a network call (verify the destination is the intended service) (security demo / example)ctx.waitUntil(env.SEND_EMAIL.fetch("https://example.com/send", {method: "POST", body: JSON.stringify({to: "te…@….com", subject: "Weekly Report", reportUrl: `https://reports.example.com/${reportdemo
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: references/wrangler/auth.md - warning
missing-refreference to a missing file: references/workers/ - warning
missing-refreference to a missing file: references/pages/ - warning
missing-refreference to a missing file: references/pages-functions/ - warning
missing-refreference to a missing file: references/durable-objects/ - warning
missing-refreference to a missing file: references/workflows/ - warning
missing-refreference to a missing file: references/workers-for-platforms/ - warning
missing-refreference to a missing file: references/tail-workers/ - warning
missing-refreference to a missing file: references/snippets/ - warning
missing-refreference to a missing file: references/smart-placement/ - warning
missing-refreference to a missing file: references/kv/ - warning
missing-refreference to a missing file: references/r2/ - warning
missing-refreference to a missing file: references/queues/ - warning
missing-refreference to a missing file: references/hyperdrive/ - warning
missing-refreference to a missing file: references/do-storage/ - warning
missing-refreference to a missing file: references/secrets-store/ - warning
missing-refreference to a missing file: references/pipelines/ - warning
missing-refreference to a missing file: references/r2-data-catalog/ - warning
missing-refreference to a missing file: references/r2-sql/ - warning
missing-refreference to a missing file: references/workers-ai/ - warning
missing-refreference to a missing file: references/vectorize/ - warning
missing-refreference to a missing file: references/tunnel/ - warning
missing-refreference to a missing file: references/spectrum/ - warning
missing-refreference to a missing file: references/turn/ - warning
missing-refreference to a missing file: references/network-interconnect/ - warning
missing-refreference to a missing file: references/workers-vpc/ - warning
missing-refreference to a missing file: references/waf/ - warning
missing-refreference to a missing file: references/turnstile/ - warning
missing-refreference to a missing file: references/images/ - warning
missing-refreference to a missing file: references/stream/ - warning
missing-refreference to a missing file: references/zaraz/ - warning
missing-refreference to a missing file: references/realtimekit/ - warning
missing-refreference to a missing file: references/realtime-sfu/ - warning
missing-refreference to a missing file: references/wrangler/ - warning
missing-refreference to a missing file: references/miniflare/ - warning
missing-refreference to a missing file: references/observability/ - warning
missing-refreference to a missing file: references/web-analytics/ - warning
missing-refreference to a missing file: references/sandbox/ - warning
missing-refreference to a missing file: references/workerd/ - warning
missing-refreference to a missing file: references/workers-playground/ - warning
missing-refreference to a missing file: references/pulumi/ - warning
missing-refreference to a missing file: references/terraform/ - warning
missing-refreference to a missing file: references/email-routing/ - warning
missing-refreference to a missing file: references/email-workers/ - warning
missing-refreference to a missing file: references/static-assets/
Process rating: all ten parameters 51/100
- 0Tools and files. 45 referenced file(s) missing: references/wrangler/auth.md, references/workers/, references/pages/
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 10 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 4 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1723 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +3Description length 189: enough signal without eating the budget
- +4Structure: 24 headings
- +3Step-by-step instructions: 4 items
- +4Has examples (9 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 73.