deploy-cloudflare
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
wranglerCLI usingnpm install -g wrangler. Wrangler is the official tool for Cloudflare, which is a well-known service.- [COMMAND_EXECUTION]: The skill provides various bash commands to interact with Cloudflare's platform, including deployment, configuration, and secret management via thewranglerutility.- [CREDENTIALS_UNSAFE]: Security best practices are encouraged, such as usingwrangler secret putfor sensitive information instead of hardcoding it in configuration files. All provided examples use placeholder values.
Audit Metadata