cloudflare-pages
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing the official
wranglerCLI and using thecreate-cloudflareinitializer via npm. These are standard tools provided by Cloudflare for their ecosystem. - [COMMAND_EXECUTION]: Provides standard commands for project initialization, local development, database migration, and production deployment using the official Cloudflare CLI.
- [CREDENTIALS_UNSAFE]: While the
wrangler.tomlexample contains binding IDs, these are used as placeholders. The skill explicitly instructs users to manage sensitive API keys and secrets using thewrangler secretcommand rather than hardcoding them in configuration files. - [PROMPT_INJECTION]: The skill provides code snippets that handle external inputs from HTTP requests, such as JSON bodies and URL parameters. It proactively mitigates injection risks by demonstrating the use of parameterized queries (
bind) for D1 database operations.
Audit Metadata