inngest-integration
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill implements an event-driven architecture that ingests external data through the
/api/inngestroute. - Ingestion points: The
app/api/inngest/route.tsfile exposes an API endpoint that processes event payloads from the Inngest service. - Boundary markers: No explicit natural language boundary markers are used to separate event data from agent instructions.
- Capability inventory: The skill provides handlers in
auth.inngest.tsthat can query the database (db.query.users.findFirst) and send emails via SMTP. - Sanitization: The implementation uses
zodintemplates/next-app-router/lib/inngest.tsto strictly validate the structure and types of incoming event payloads before processing. - [EXTERNAL_DOWNLOADS]: The skill requires standard, well-known libraries for its primary functionality.
- Evidence: Dependencies include
inngest,zod, and@react-email/components.
Audit Metadata