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/inngest route.
  • Ingestion points: The app/api/inngest/route.ts file 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.ts that can query the database (db.query.users.findFirst) and send emails via SMTP.
  • Sanitization: The implementation uses zod in templates/next-app-router/lib/inngest.ts to 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
Risk Level
SAFE
Analyzed
Mar 7, 2026, 06:09 AM