cloudflare-workers
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical guide and reference for the Cloudflare Workers ecosystem, adhering to documentation best practices.
- [CREDENTIALS_UNSAFE]: The documentation correctly handles sensitive information by using descriptive placeholders (e.g., 'your-account-id', 'your-token') and explicitly recommending the use of secret management tools (Wrangler secrets) instead of hardcoding values in configuration files.
- [EXTERNAL_DOWNLOADS]: Installation and project creation commands reference the official NPM registry and well-known developer tools. References to Cloudflare's GitHub repositories and official documentation are documented neutrally and originate from trusted sources.
- [INDIRECT_PROMPT_INJECTION]: The skill describes processing untrusted request data, which is standard for web services. It mitigates this risk by providing code examples that demonstrate strict input validation using the 'zod' library and recommending schema enforcement.
Audit Metadata