cloudflare-queues

Pass

Audited by Gen Agent Trust Hub on Sep 15, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill is designed to consume and process messages from Cloudflare Queues, which serves as a significant ingestion point for potentially untrusted data from external producers. The agent could potentially be manipulated by malicious instructions embedded within queue message bodies.
  • Ingestion points: The queue handler in SKILL.md and several template files (templates/queues-consumer-basic.ts, templates/queues-consumer-explicit-ack.ts, etc.) process message bodies from MessageBatch objects.
  • Boundary markers: Most provided templates do not implement explicit boundary markers or "ignore" instructions to separate data from instructions within the message payload.
  • Capability inventory: The skill includes capabilities for network operations (calling APIs via fetch), database modifications (D1), and storage operations (R2/KV), creating a functional attack surface if message content is not handled carefully.
  • Sanitization: Although references/http-publishing.md contains a section on input validation best practices, the core consumer templates in SKILL.md and other files lack default sanitization or strict schema enforcement.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 12:01 AM
Security Audit — agent-trust-hub — cloudflare-queues