cloudflare-workers-expert
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and examples align with official Cloudflare developer documentation. It correctly advises using the
envobject for secrets and environment variables, which is a security best practice for the platform. - [COMMAND_EXECUTION]: The instructions include standard developer commands such as
npx wrangler devfor local testing andwrangler tailfor debugging. These are official tools provided by Cloudflare for their edge computing platform and are used here for their intended purposes. - [PROMPT_INJECTION]: The skill provides patterns for processing
Requestobjects, which inherently introduces a surface for indirect prompt injection if untrusted request data (such as headers or body content) is subsequently processed by an LLM without sanitization. This is a common characteristic of web-handler documentation and is noted as a standard architectural surface rather than a malicious pattern. - Ingestion points:
fetchhandler parameters (request) inSKILL.mdexamples. - Boundary markers: Not included in the minimal code snippets.
- Capability inventory: Access to environment secrets, Cloudflare KV storage, and outbound network requests via
fetch. - Sanitization: No explicit sanitization of request data is shown in the basic examples.
Audit Metadata