build-cloudflare-email-sending
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
wranglerandopensslCLI tools to manage Cloudflare configurations and generate secure authentication tokens. These are standard development operations required for domain onboarding and deployment. - [SAFE]: The provided Cloudflare Worker template (
assets/email-sender-worker/src/index.ts) implements robust bearer token authentication and input validation, preventing unauthorized usage or misuse of the email binding. - [SAFE]: Documentation strongly emphasizes credential hygiene, specifically instructing users to store secrets in
wrangler secretor secure vaults rather than hardcoding them in configuration files or version control. - [SAFE]: Although the skill processes untrusted email content, it acts as a transparent transport layer with basic schema validation, following industry standards for transactional email infrastructure.
Audit Metadata