cloudflare-workers
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as documentation for Cloudflare Workers, a well-known serverless platform. It uses standard developer tools and official CLI commands.
- [COMMAND_EXECUTION]: The skill provides instructions for using the
wranglerCLI, which is the official tool for managing Cloudflare Workers. These commands are standard for the intended development workflow (e.g.,wrangler deploy,wrangler secret put). - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill demonstrates best practices for secret management by instructing the user to use
wrangler secret putfor sensitive values like API keys instead of hardcoding them in thewrangler.tomlfile. - [INDIRECT_PROMPT_INJECTION]: The skill includes code snippets for handling incoming HTTP requests (
fetchhandler). While this creates an entry point for untrusted data into the worker's logic, the provided examples demonstrate secure coding practices, such as using parameterized queries with the D1 database (.prepare().bind()) to prevent SQL injection.
Audit Metadata