cloudflare-cron-triggers
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides standard and necessary command-line instructions for Cloudflare Worker development, such as using the official
wranglerCLI for deployment (wrangler deploy) and local testing (wrangler dev --test-scheduled). It also includescurlcommands for triggering local scheduled handlers, which is the documented procedure for testing these functions. - [EXTERNAL_DOWNLOADS]: The documentation references well-known and trusted software packages from the official npm registry, such as the
honoframework and the CloudflarewranglerCLI. These are industry-standard tools for the Cloudflare Workers ecosystem. - [SAFE]: The skill consistently follows security best practices for secret management by using descriptive placeholders (e.g.,
YOUR_API_KEY_HERE,YOUR_WEBHOOK_URL) and demonstrating the use of environment-bound secrets (env.API_KEY) rather than hardcoding credentials.
Audit Metadata