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/queueandvercel-queuepackages. 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
handleCallbackinterface, 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.tsas described inSKILL.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