cloudflare-queues
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard implementation templates for Cloudflare Workers and Cloudflare Queues. All external network interactions, such as calls to Stripe, Resend, and Slack, are directed to well-known official service endpoints.
- [SAFE]: No hardcoded credentials, sensitive file access, or suspicious command execution patterns were detected. The skill correctly demonstrates the use of environment variables for managing API keys and secrets.
- [SAFE]: The skill demonstrates processing data from external queues, which is its primary purpose. This inherent data ingestion surface is handled through standard educational templates.
- Ingestion points: The
queue()handler inSKILL.mdand various files in theassets/directory ingest untrusted data via thebatch.messagesarray. - Boundary markers: Not present, as is typical for high-level logic templates.
- Capability inventory: The templates include database writes (
env.DB), KV storage access (env.LOGS), and network operations (fetch). - Sanitization: Not implemented in the example logic, which is expected for instructional material focusing on queue architecture rather than data validation.
Audit Metadata