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 wrangler CLI and using the create-cloudflare initializer 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.toml example contains binding IDs, these are used as placeholders. The skill explicitly instructs users to manage sensitive API keys and secrets using the wrangler secret command 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
Risk Level
SAFE
Analyzed
Mar 29, 2026, 07:52 AM