cloudflare-workers
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as an extensive educational and reference resource for developers building on the Cloudflare Workers platform. All code samples demonstrate standard usage of the platform's APIs.
- [EXTERNAL_DOWNLOADS]: The instructions recommend installing the official 'wrangler' CLI and 'create-cloudflare' (C3) tool from the npm registry. It also references standard libraries like Vitest for testing and Hono as a web framework, all of which are widely used in the ecosystem.
- [COMMAND_EXECUTION]: The skill provides command-line examples for initializing, developing, and deploying projects using the official Cloudflare toolchain. These commands are standard for the documented development workflow.
- [CREDENTIALS_UNSAFE]: The documentation adheres to security best practices by instructing users to store sensitive information using Cloudflare's dedicated secret management system (wrangler secret) rather than hardcoding credentials in configuration files.
- [DATA_EXFILTRATION]: While the skill explains how to perform network operations using the Fetch API, these are core features of the platform and are presented in a legitimate development context without any signs of unauthorized data harvesting.
- [REMOTE_CODE_EXECUTION]: The skill documents the platform's capability to run serverless code but does not implement or encourage any malicious remote execution patterns. It provides guidance on securing customer-provided code in specialized use cases like 'Workers for Platforms'.
Audit Metadata