skills/vercel/vercel-plugin/queues/Gen Agent Trust Hub

queues

Pass

Audited by Gen Agent Trust Hub on Sep 19, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
  • Official SDK Integration: The skill provides instructions for installing and using the @vercel/queue and vercel-queue packages. These are official resources provided by the vendor for interacting with their queue infrastructure.
  • External Data Ingestion Surface: The skill demonstrates how to handle asynchronous messages via the handleCallback interface, which is a standard pattern for queue consumers.
  • Ingestion points: Messages are received through the callback handler defined in app/api/queues/process-order/route.ts as described in SKILL.md.
  • Boundary markers: The system utilizes JSON for message transmission, providing structured separation between data and logic.
  • Capability inventory: Handler functions are standard serverless functions capable of executing application logic such as database updates or network requests.
  • Sanitization: As the code examples focus on the mechanics of the queue API, developers should ensure that their implementation of the message processor (e.g., processOrder) includes appropriate validation for the data received from the topic.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 19, 2026, 01:30 AM
Security Audit — agent-trust-hub — queues