cloudflare-workers
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the use of 'npm create cloudflare@latest' and 'npx wrangler', which are official deployment and development tools provided by Cloudflare, a well-known service.
- [CREDENTIALS_UNSAFE]: The documentation uses standard placeholders such as 'your-token-here' and 'your-account-id' for sensitive configuration, which is a safe practice for instructional content.
- [COMMAND_EXECUTION]: The skill includes shell commands for project scaffolding and deployment using the Cloudflare Wrangler CLI. These are standard operations for the stated purpose of the skill.
- [DATA_EXPOSURE]: The skill includes a JavaScript worker template that implements a permissive CORS policy ('Access-Control-Allow-Origin: *'). While appropriate for a public API template, users should be aware of this when deploying to production environments with sensitive data.
Audit Metadata