event-driven-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for implementing common event-driven patterns such as Saga orchestration, Dead Letter Queues (DLQ), and Fan-Out distribution.
- [SAFE]: Follows security best practices by referencing environment variables (
process.env.REDIS_URL) for connecting to infrastructure, avoiding hardcoded credentials. - [EXTERNAL_DOWNLOADS]: References well-known and industry-standard libraries
bullmqandioredisto facilitate message queueing and state management. - [SAFE]: Includes robust error handling and compensation logic within the Saga pattern implementation to maintain system integrity during distributed transaction failures.
Audit Metadata