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 wrangler CLI for deployment (wrangler deploy) and local testing (wrangler dev --test-scheduled). It also includes curl commands 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 hono framework and the Cloudflare wrangler CLI. 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
Risk Level
SAFE
Analyzed
Sep 14, 2026, 11:59 PM
Security Audit — agent-trust-hub — cloudflare-cron-triggers